-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add PT-BR #1
Open
jeangraff30
wants to merge
27
commits into
Corvus-Q:10
Choose a base branch
from
jeangraff30:10
base: 10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add PT-BR #1
Conversation
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
Change-Id: Ie0d2ff4877c47144d11523ce8b82e5848a2e2305
Change-Id: Ifcdf23a1da0ceab721b8b907b94ebc5d258b9851
- Remove unused imports - Added some extra null checks just in case Change-Id: Ia03ba6c11a3203f1fc90c593121458d94d5f3255
Users are very indecisive. We need to have these listeners so that if the user decided not to stay with a certain theme half way through the process of setting a schedule, the list preferences don't go null and make for bad UI. Change-Id: Ie0b718e66cb77b88b9f93de408c78167d777a57d
DPI issue: - While using a higher DPI, the user could not access all of the layout in the restore activity. RTL issue 1: - While using RTL, the QS tiles were not respecting RTL and hidden. RTL issue 2: - Attaching a string to the switch was not respecting RTL and so the text will not align accordingly when RTL was enabled. Thanks to spezi77 <[email protected]> for bringing the DPI issue to our attention. Change-Id: I523b65f817aba60faf59e34b0118162b6fb36105
Change-Id: I921fed980474f1c2b3382cd944180c3e51488dde
I know I know, this is dumb but these toasts get annoying after a while if you have a schedule on repeat. - Leave the switch enabled at all times, just as long as the user has a scheduled theme. This leaves the door open for the user to toggle it on/off if they change their mind or something. Change-Id: Idb79d30d641a16ff6d13da89e8685745aa51c558
This will let the user know that they can swipe horizontally when more than 1 theme is backed up. - Used shared preference to show popup once. User can dismiss popup by clicking on it. Change-Id: Iac3fab857e99dad95c5024e6c62ac4008ac9ddf8
- Add a progress bar when theme is backup - Remove thread to save wallpaper and use asynctask to backup all settings Change-Id: I16994c98b4b486f3bfd696120984a7c7465f5ec0
Change-Id: I453e4a179b9ed53ba4b64489175f4313050a2259
Change-Id: I9ff741cfa6cb63e70ef5f8ebb6ca994238259106
Change-Id: I368d1b89f010ae3f95025806086d34a0273badff
Change-Id: I2c30617f9e03f101c9a9195b1d7e9a44b6331e02
Change-Id: I66e1cdc5871f50caa567ed096aa17c0adadecafb
Change-Id: I37930830fc7e393b1f412bed32bb09a964f96b38
Change-Id: I0dadbec38cc775f1a69378b062ddfaac69d73520
- Improve and clean up accent color code for backup and restore options Change-Id: I1e2fe95c338dbeaebcf3bbc05555dd8fc40fa18c
This allows to select any accent color using RGB color picker. The current accent color will be shown in the summary of the default accent color preference. You can switch back to a predefined accent color using the "Accent color" menu item. Signed-off-by: spezi77 <[email protected]>
Signed-off-by: spezi77 <[email protected]>
Signed-off-by: spezi77 <[email protected]>
We only backup the homescreen wallpaper so it doesn't make sense to apply the wallpaper to both places (homescreen and lockscreen). Change-Id: I8df1e1f2026a62f1da43724f1b86cd80315be773
Change-Id: I13d320f72db8a57a221ca143c4d6c01eea1db934
Change-Id: I825260d54a03a7392a2f2f4e1815c3dd4385029d
*also fixed my derp
credits : @thejoker-st @Lokodetoddyn
bf04563
to
d2069d9
Compare
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.
credits : @thejoker-st @Lokodetoddyn