Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
enzevalos
enzevalos_iphone
Commits
e507ccc2
Commit
e507ccc2
authored
Apr 10, 2021
by
Oliver Wiese
Browse files
Merge branch 'dev'
parents
c494cff4
2578aaa5
Changes
13
Hide whitespace changes
Inline
Side-by-side
enzevalos_iphone/SwiftUI/Compose/ComposeHeaderView.swift
View file @
e507ccc2
...
...
@@ -3,7 +3,19 @@
// enzevalos_iphone
//
// Created by Chris Offner & Claire Bräuer on 23.03.21.
// Copyright © 2021 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Compose/ComposeModel.swift
View file @
e507ccc2
...
...
@@ -4,7 +4,19 @@
//
// Created by Oliver Wiese on 12.11.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
Foundation
...
...
enzevalos_iphone/SwiftUI/Compose/ComposeView.swift
View file @
e507ccc2
//
// ComposeView.swift
//
letterbox_prototyping
//
enzevalos_iphone
//
// Created by Chris Offner & Claire Bräuer on 03.03.21.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Compose/RecipientFieldModel.swift
View file @
e507ccc2
//
//
Tok
enFieldModel.swift
//
Recipi
en
t
FieldModel.swift
// enzevalos_iphone
//
// Created by Oliver Wiese on 31.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
Combine
...
...
enzevalos_iphone/SwiftUI/Compose/RecipientListView.swift
View file @
e507ccc2
...
...
@@ -4,6 +4,19 @@
//
// Created by Chris Offner & Claire Bräuer on 11.03.21.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Compose/RecipientRowView.swift
View file @
e507ccc2
//
//
r
ecipientRowView.swift
//
R
ecipientRowView.swift
// letterbox_prototyping
//
// Created by Chris Offner & Claire Bräuer on 11.03.21.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Compose/RecipientsModel.swift
View file @
e507ccc2
//
//
SelectReceiver
Model.swift
//
Recipients
Model.swift
// enzevalos_iphone
//
// Created by Oliver Wiese on 09.11.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
Foundation
...
...
enzevalos_iphone/SwiftUI/FolderView/FolderListView.swift
View file @
e507ccc2
...
...
@@ -4,7 +4,19 @@
//
// Created by Oliver Wiese on 30.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Inbox/InboxRefreshModel.swift
View file @
e507ccc2
...
...
@@ -3,7 +3,19 @@
// enzevalos_iphone
//
// Created by Chris Offner on 29.03.21.
// Copyright © 2021 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
Foundation
...
...
enzevalos_iphone/SwiftUI/Inbox/InboxView.swift
View file @
e507ccc2
//
// InboView.swift
// Inbo
x
View.swift
// enzevalos_iphone
//
// Created by Oliver Wiese on 16.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Inbox/MailListView.swift
View file @
e507ccc2
...
...
@@ -4,7 +4,19 @@
//
// Created by Oliver Wiese on 16.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Inbox/MailRowView.swift
View file @
e507ccc2
...
...
@@ -4,7 +4,19 @@
//
// Created by Oliver Wiese on 27.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
enzevalos_iphone/SwiftUI/Read/Tabbed Views/SecurityBriefingView.swift
View file @
e507ccc2
...
...
@@ -4,7 +4,19 @@
//
// Created by Oliver Wiese on 09.04.20.
// Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://www.gnu.org/licenses/.
//
import
SwiftUI
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment