Commit graph

6719 commits

Author SHA1 Message Date
Neeraj Gupta 6ce1eb94cb
Fix bad null safety suggetion 2023-01-11 14:09:23 +05:30
Neeraj Gupta 2783a4f13f
LocalfileUpdate: Handle invalid file errors 2023-01-11 14:00:20 +05:30
Neeraj Gupta 7fd4a70268
Do not log handled sync error on sentry 2023-01-11 13:55:26 +05:30
Neeraj Gupta aa00d9288a
ignore errors during unawaited syncs 2023-01-11 12:35:40 +05:30
Ashil 89af0bcc24
Merge pull request #799 from ente-io/replace-choice-dialogs-2
Replace choice dialogs 2
2023-01-10 14:20:22 +05:30
ashilkn b2bb0b6f57 Merge branch 'main' into replace-choice-dialogs-2 2023-01-10 13:33:48 +05:30
ashilkn c5458766f7 Replaced dialog to remove viewer/collaborator from shared album with the new one 2023-01-10 13:14:11 +05:30
ashilkn df4ede653d Replaced 'Remove public link' dialog with the new one 2023-01-10 12:50:50 +05:30
Neeraj Gupta aef99d5fdd
Merge pull request #798 from ente-io/media_permission
Android: Declare permission to allow media management
2023-01-10 12:49:45 +05:30
ashilkn badf8c9525 Replace 'Leave shared album' dialog with the new one 2023-01-10 12:38:38 +05:30
ashilkn 211e1e67d9 Removed unwanted dialog 2023-01-10 12:19:36 +05:30
Neeraj Gupta 3039d497e3
Merge pull request #797 from ente-io/bug_fixes
Fix complilation error
2023-01-10 12:18:58 +05:30
Neeraj Gupta a5effaaa2a
Android: Declare permission to allow media management 2023-01-10 12:04:32 +05:30
Neeraj Gupta ad45b22882
Fix complilation error 2023-01-10 12:01:12 +05:30
ashilkn 621a54eb08 Fix typo 2023-01-10 11:52:25 +05:30
ashilkn f4d62ac09e Replaced 'confirm plan change' dialog with the new one 2023-01-10 11:49:28 +05:30
ashilkn cfe9c28c36 Replaced renew & cancel subscription dialogs 2023-01-10 11:37:07 +05:30
ashilkn ad612b4683 Replaced 'Leave family' dialog with the new one 2023-01-10 10:18:56 +05:30
Neeraj Gupta 143ae3f702
Merge pull request #796 from ente-io/fix_blank_grids
Always break into sub-galleries with a number that's divisible by the photo-grid-size
2023-01-09 20:01:32 +05:30
vishnukvmd d3672375f9 Always break into sub-galleries with a number that's divisible by the photo-grid-size 2023-01-09 19:52:25 +05:30
ashilkn 74fc160d24 Replaced 'Empty trash' dialog with the new one 2023-01-09 17:47:16 +05:30
ashilkn d42d024d30 Close dialog after 1 second in success state 2023-01-09 17:34:06 +05:30
ashilkn df819cc5a1 Replaced 'Delete permanently' dialog with the new one 2023-01-09 17:32:13 +05:30
Neeraj Gupta 51afc7bf7a
Merge pull request #795 from ente-io/release_reset_ignore_fix
Fix logic for computing reset ignore flag on droid
2023-01-09 14:09:53 +05:30
Neeraj Gupta 7a97c0f5af
bump version to 0.7.8+408 2023-01-09 13:59:04 +05:30
Neeraj Gupta da7f9d2699
Fix reset ignore logic for droid 2023-01-09 13:58:43 +05:30
ashilkn effea1cf47 Fixed button theme state issue on theme change 2023-01-09 13:06:50 +05:30
Neeraj Gupta a85b489caf
Merge pull request #794 from ente-io/hide_debug_section
Hide debug section for external users
2023-01-09 12:02:24 +05:30
Neeraj Gupta eda10c85c6
bump version to 0.7.7+407 2023-01-09 11:35:53 +05:30
Neeraj Gupta 07b7345e68
Hide bug section for external users 2023-01-09 11:35:27 +05:30
ashilkn c59c38dc29 Minor change 2023-01-09 11:11:46 +05:30
ashilkn c29ad7c845 Merge branch 'main' into replace-choice-dialogs-2 2023-01-09 11:09:29 +05:30
Neeraj Gupta f8d3b9a919
Merge pull request #787 from ente-io/lint_cleanup
Chore: Lint fixes and formatting changes
2023-01-09 10:51:13 +05:30
Neeraj Gupta c73c0aaf23
Merge pull request #793 from ente-io/fix_no_expiry
Fix: Set value to never
2023-01-09 10:24:07 +05:30
Neeraj Gupta ef727305b8
Fix: Set value to never 2023-01-09 09:35:36 +05:30
Vishnu Mohandas 8bbdb180d6
Merge pull request #792 from ente-io/recents
Remove setting to "Hide from recents" on Android
2023-01-08 16:58:48 +05:30
Manav 71e4dbd083
Merge pull request #791 from ente-io/tweak-trailing-margin-theme-picker
Increase trailing margin for the theme picker selection checkmark
2023-01-08 16:55:49 +05:30
vishnukvmd 9a8ef0ea34 Remove setting to hide app from recents on Android 2023-01-08 16:50:18 +05:30
Manav 001b4a51d0
Merge pull request #790 from ente-io/pass-localizations-material-app
Pass the localizations to the Material App created in AppLock
2023-01-08 16:48:05 +05:30
Manav 3c046f8d98 Increase trailing margin for the theme picker selection checkmark
Before this, the checkmark aligned to the dropdown indicators. This increases
the spacing (to match that of the leading text) to indicate that the checkmark
is part of the content.

Sibling PR on auth: https://github.com/ente-io/auth/pull/31
2023-01-08 16:45:00 +05:30
Manav 3170cf48c0 Pass the localizations to the Material App created in AppLock
Will be needed in the future when we start accessing the context in showDialog
children. For more details, see the sibling auth PR
https://github.com/ente-io/auth/pull/29.
2023-01-08 16:33:13 +05:30
Neeraj Gupta bb498bce53
Merge pull request #789 from ente-io/bump_verison_405
Remove title from delete action sheet & bump version 0.7.6
2023-01-08 14:12:43 +05:30
Neeraj Gupta d8ac647fa7
Remove commented out code 2023-01-08 14:11:26 +05:30
Neeraj Gupta 5b7c69447b
bump version to 0.7.6+406 2023-01-08 14:08:19 +05:30
Neeraj Gupta 77dfaf0b8a
Remove title from delete aciton sheets 2023-01-08 14:07:53 +05:30
Neeraj Gupta cdf8604d80
ActionSheet: Reduce padding for text container 2023-01-08 14:05:17 +05:30
Ashil dac7930a0c
Merge pull request #786 from ente-io/replace-choice-dialogs
Replace choice dialogs
2023-01-08 08:01:44 +05:30
Manav c1634e3fb2
Merge pull request #788 from ente-io/add-cla
Add CLA
2023-01-07 19:47:48 +05:30
Manav e7693d58b8 Add CLA
Sibling PR on auth: https://github.com/ente-io/auth/pull/11

Have also added @enteio's PAT to the GitHub secrets for this repo (needed by
this action).
2023-01-07 18:59:06 +05:30
ashilkn 54b8e5bae5 Changed context paramter in showNewChoiceDialog from required named parameter to required positional parameter 2023-01-07 18:46:59 +05:30