Upulw2020 patch 1 - #3
Open
upulw2020 wants to merge 1121 commits into
Open
Conversation
Since transparent status bar support on android is pretty complicated and full of pitfalls I've got to roll-back this change.
This change maps all remaing color references either to the material design color system or to a named color variable.
🔙 roll-back transparaent status bar changes
Finish color mapping
…ogo. Removed some superfluous strings, images and layouts.
…ther Account" button in the main screen hamburger menu.
All Activities in Save were unconditionally requestinng from the OS to prevent screenoths. This change makes it optional. Right now there's no way to change this option. So with this change screenshots are always allowed. A reasonable next step would be to add this this to app settings.
This change refactors the screenshot prevention code into BaseActivity.onResume(). This is required for allowing our activities to quickly update their screenshot prevention settings. It also reduces some code duplication.
This change adds a seucrity setting which allows changing whether screenshots are blocked by Save or not.
Screenshot support
I've manually optimized the provided svg assests for the new onboarding screens. I've also updated to color values to automatically adapt theme colors.
This adds landcape versions of the new onboarding screens. Also adds some other polishes like animating the get started arrow, using ratio based layouts and auto-size for texts.
This file shouldn't have been commited to git in the first place.
Just some trivial changes to fix minor lint issues.
This change will diesplay upload progress as percentrage overlay in the middle of the upload progress spinner.
This change makes shure we don't create a space when Save doesn't have suffisient Google Drive permissions for uploading files.
Media state logic expects blocking upload code. So removing co-routine.
MainActivity - upgraded the viewpager to google's viewpager2 MainMediaFragment; - moved broadcast listener from activity - moved delete options menu item from activity ProjectAdapter: - changed to viewpager2 adapter base class - moved some item logic from activity
fix(theme): changing theme breaks screens #531
Updated read me with new language (privacy conscious individuals)
Feature/update readme
Fixed grammar
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.