Commit graph

83 commits

Author SHA1 Message Date
Vishnu Mohandas 83c70f0f6b
Merge pull request #32 from ente-io/recents
Remove option to remove app from recents
2023-01-08 16:51:01 +05:30
Vishnu Mohandas 91fffc8b04
Merge pull request #31 from ente-io/tweak-trailing-margin-theme-picker
Increase trailing margin for the theme picker selection checkmark
2023-01-08 16:47:31 +05:30
vishnukvmd 0034da064f Remove option to remove app from recents 2023-01-08 16:38:04 +05:30
Manav 4fa61f0997 Use AppLocalizations.localizationsDelegates in other MaterialApp
Smoke tested by running the app on iOS simulator
2023-01-08 16:26:36 +05:30
Manav 1df7d8de46 Fix the crash on opening change email dialog
The crash was happening in the `context.l10n` line in the
change_email_dialog.dart. This was because the root MaterialApp created by
AppLock wasn't being passed the AppLocalizations object.

Tested:
- Was able to reproduce the crash on iOS simulator (null check assertion)
- After the change, the crash doesn't happen
2023-01-08 16:05:40 +05:30
Manav 435fd6a1e7 Increase trailing margin for the theme picker selection checkmark 2023-01-08 15:26:05 +05:30
vishnukvmd b5f3694805 Fix copy 2022-12-31 11:30:19 +05:30
Malte Kiefer 25dd92bdf0 fixed a forgotten string 2022-12-28 08:05:26 +01:00
Malte Kiefer d0ae1ce566 translate app to german 2022-12-28 07:36:07 +01:00
Vishnu Mohandas 0330982eb0
Merge pull request #19 from ente-io/fix_window_manager_warning
Update warning dialog when "Hide from recents" is enabled
2022-12-15 22:36:19 +05:30
vishnukvmd 5fec321267 Update the warning copy since not all ROMs may block capturing of screenshots once FLAG_SECURE is set 2022-12-15 22:34:48 +05:30
vishnukvmd 9ef9c3b9fd Migrate to open_filex 2022-12-14 14:43:05 +05:30
vishnukvmd 3bc9b46d4d Merge branch 'main' into independent 2022-12-14 14:16:39 +05:30
Manav 359dc09d6a Extract more strings into ARB files for localization 2022-12-12 17:30:37 +05:30
vishnukvmd 3e49cfbe5f Merge branch 'main' into independent 2022-11-28 13:06:41 +05:30
vishnukvmd 17fc973bfb Pause and resume camera on Android 2022-11-28 13:06:27 +05:30
vishnukvmd bacca876ae Remove usages of IAP 2022-11-28 13:05:07 +05:30
vishnukvmd 02ffe72cca Revert "Disable OpenFile to please PlayStore overlords"
This reverts commit a5cac1579b.
2022-11-24 16:15:24 +05:30
vishnukvmd a5cac1579b Disable OpenFile to please PlayStore overlords 2022-11-24 16:14:57 +05:30
vishnukvmd 56a741b2ac Update copy 2022-11-23 17:23:02 +05:30
vishnukvmd 9bcd107de8 Display a coach mark to nudge the user to swipe left 2022-11-23 16:26:29 +05:30
vishnukvmd b20139f3b8 Provide option to opt in to crash analytics 2022-11-22 14:59:25 +05:30
vishnukvmd 21b139687d Disable Sentry tunnel 2022-11-22 14:58:59 +05:30
vishnukvmd 385731196f Remove code for setting anonymous user ID from Configuration 2022-11-22 14:44:27 +05:30
vishnukvmd 71c2958078 Improve warning while sharing logs 2022-11-22 14:06:46 +05:30
vishnukvmd 7a25da3927 Simplify email to share logs with 2022-11-22 14:06:36 +05:30
vishnukvmd 34c9ee76b3 Improve logging 2022-11-22 14:06:25 +05:30
vishnukvmd 3fbad241b1 Remove irrelevant link 2022-11-22 13:57:38 +05:30
vishnukvmd 9143634000 Execute remote sync if local items were pushed 2022-11-22 13:56:00 +05:30
vishnukvmd a573c012e0 Rename variable 2022-11-22 13:37:09 +05:30
vishnukvmd 94debda2c7 Add the ability to add and edit issuers 2022-11-22 13:24:37 +05:30
vishnukvmd c9f37b4f5a Add ability to edit an existing code 2022-11-22 13:24:37 +05:30
vishnukvmd e264d3456b Add indicator for codes that haven't synced to remote yet 2022-11-15 17:44:04 +05:30
vishnukvmd 56a73ab7ee Send stack trace on error capture 2022-11-15 17:27:12 +05:30
vishnukvmd 963d18b501 Gracefully parse errors 2022-11-15 17:26:59 +05:30
vishnukvmd b35d3bda16 Reset cache on logout 2022-11-15 17:21:44 +05:30
vishnukvmd 25782870c7 Remove wasteful refresh 2022-11-14 21:53:14 +05:30
vishnukvmd 39e28dd63b Sort codes by issuer 2022-11-14 21:51:25 +05:30
vishnukvmd 517ce33fd9 Display the account within the code widget 2022-11-14 21:49:00 +05:30
vishnukvmd 2b5f349b2f Copy code on long press as well as on tap 2022-11-14 20:30:15 +05:30
vishnukvmd 332faa9166 Send error messages to sentry, even if the error object is missing 2022-11-14 18:57:37 +05:30
vishnukvmd 244d4d969a Enable auto-updates 2022-11-14 18:33:49 +05:30
vishnukvmd 32605dc708 Implement a functional notification service 2022-11-14 18:23:55 +05:30
vishnukvmd e0b952e516 Configure Sentry 2022-11-14 13:58:09 +05:30
vishnukvmd 546a9234a4 Allow resetting on 2FA with the mnemonic phrase 2022-11-13 13:57:18 +05:30
vishnukvmd da2083ef08 Fix styles for 2FA entry 2022-11-13 13:56:49 +05:30
vishnukvmd 8a1177e7db Fix case 2022-11-13 13:29:18 +05:30
vishnukvmd 8acd1faf03 Remove link to rate 2022-11-13 12:02:45 +05:30
vishnukvmd 0c28b83b46 Fix button color 2022-11-13 11:58:40 +05:30
vishnukvmd fa0ac608f4 Add illustration for the lock screen 2022-11-13 11:57:07 +05:30