-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/settings #33
Merged
Merged
feature/settings #33
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8e8816c
- Created new settings parent view.
70fde22
- Make detail cell themable
c077223
- Updated localizable strings for the Security settings section.
3994f15
- Created basic flow for the instant uploads settings.
b586f92
- Updated the background uploads and wifi only uploads if the video a…
05a14dd
- Changed the reload method in StaticTableViewController.
7dbf4a8
- Make UserDefaults keys public so it can be accessible from any clas…
d628f2f
- Now were able to send email for feedback and for recommend to friends.
b62e527
- Fixed swiftlint optional unwraping issues.
28883e0
- Changed creation of the rows in SecuritySettings and UploadsSetting…
c8642cd
- Localize SecurityAskfrequency Strings.
79bc97e
- Implemented live reloading to StaticTableViewSection.
3464fd5
- Rebased with feature/bookmarks.
pablocarmu 783e392
- Fix bug when the app is restarted.
cc67c3f
- Fix Allways typo
aa5af5f
- SDK updated.
b1712fc
- SDK Update.
1ce31ed
- Changed FaceID to Face ID and i't localized now.
1f18c6b
- Fix the Send feedback typo.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule ios-sdk
updated
69 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,32 @@ | |
"This will also delete all locally stored file copies." = "This will also delete all locally stored file copies."; | ||
"Delete" = "Delete"; | ||
"Deletion of '%@' failed" = "Deletion of '%@' failed"; | ||
|
||
/* Settings Messages */ | ||
|
||
"Security" = "Security"; | ||
"Passcode Lock" = "Passcode Lock"; | ||
"FaceID" = "FaceID"; | ||
"TouchID" = "TouchID"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please change this to "Face ID" and "Touch ID" (adding a space) to match Apple's naming scheme. |
||
"Instant Uploads" = "Instant Uploads"; | ||
"Videos" = "Videos"; | ||
"Photos" = "Photos"; | ||
"Background uploads" = "Background uploads"; | ||
"Wifi only" = "Wifi only"; | ||
"Settings" = "Settings"; | ||
"Frequency" = "Frequency"; | ||
"Select the frequency that security should be showed" = "Select the frequency that security should be showed"; | ||
"Upload videos via WiFi only" = "Upload videos via WiFi only"; | ||
"Upload pictures via WiFi only" = "Upload pictures via WiFi only"; | ||
"More" = "More"; | ||
"Send feedback" = "Send feedback"; | ||
"Recommend to a friend" = "Recommend to a friend"; | ||
"Privacy Policy" = "Privacy Policy"; | ||
"Video upload path" = "Video upload path"; | ||
"Photo upload path" = "Photo upload path"; | ||
"Always" = "Always"; | ||
"1 minute" = "1 minute"; | ||
"5 minutes" = "5 minutes"; | ||
"30 minutes" = "30 minutes"; | ||
"Please configure an email account" = "Please configure an email account"; | ||
"You need to configure an email account first to be able to send emails" = "You need to configure an email account first to be able to send emails"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, so much nicer 😃