Commit graph

2476 commits

Author SHA1 Message Date
Neeraj Gupta 0f07dac077
Merge pull request #83 from ente-io/update_libs
Update libraries that use a deprecated version of the Android embedding
2021-10-04 07:41:18 +05:30
vishnukvmd 4fe0b5c72d Pass an unmodifiable list to the detail page 2021-10-04 03:54:56 +05:30
vishnukvmd 20b9e4fd65 Force DetailPage to create a copy of the files passed to it since it modifies the contents for a smoother scrolling experience 2021-10-04 03:42:10 +05:30
vishnukvmd 55a768b9d6 Add tooltips to all buttons 2021-10-04 03:28:33 +05:30
vishnukvmd 573088e8eb Add appropriate padding 2021-10-04 03:27:09 +05:30
vishnukvmd d92c3b6f49 Add button to archive a file within the detail view 2021-10-04 03:26:22 +05:30
vishnukvmd 71adfcfc54 Extract code to archive a file to a utility function 2021-10-04 03:26:09 +05:30
vishnukvmd 9b24cf91b1 Update libraries that use a deprecated version of the Android embedding 2021-10-04 03:09:05 +05:30
vishnukvmd 9b34762947 Replace BackdropFilter with less expensive ImageFiltered 2021-10-04 02:52:37 +05:30
vishnukvmd e33d818b7c Update logic to get the next memory 2021-10-04 01:51:07 +05:30
vishnukvmd 242bd9ca5a Refresh on exiting full screen memory view instead of refreshing each time a memory is viewerd 2021-10-04 01:50:14 +05:30
vishnukvmd 0dcd6c8da4 Remove unnecessary log line 2021-10-03 23:25:10 +05:30
vishnukvmd 7ef44b9f2f Reuse existing FileWidget within memories 2021-10-02 02:16:40 +05:30
vishnukvmd e92b0eb48e Extract file renderer into a separate widget 2021-10-02 02:16:26 +05:30
vishnukvmd a2ecb64f74 Minor reformatting 2021-10-02 02:15:40 +05:30
vishnukvmd d22a593a4c Ensure widget is mounted before setting state 2021-10-02 02:15:25 +05:30
Neeraj Gupta 770152b431
merge and bump version to v0.3.32 2021-10-02 00:39:07 +05:30
Neeraj Gupta 2eaabf31cc
Fix db query for sqlite 3.9.2 2021-10-02 00:17:15 +05:30
vishnukvmd e2da93d02e Publish the correct event after a diff fetch 2021-09-30 19:22:09 +05:30
vishnukvmd ac6cfd42c3 Place locally available files at first 2021-09-30 15:17:57 +05:30
vishnukvmd e50722e90f Minor UI update 2021-09-30 15:03:57 +05:30
vishnukvmd ce8855a2cb Remove unnecessary check since files within updation events will now always have creationTimes 2021-09-30 14:59:13 +05:30
vishnukvmd ff3e88a2f1 Publish a single event for file deletions within a collection 2021-09-30 14:58:46 +05:30
vishnukvmd 4162df3622 Add a single query to delete multiple files within a collection 2021-09-30 14:58:29 +05:30
vishnukvmd 98a6d20461 Fix lint suggestion 2021-09-30 14:57:37 +05:30
vishnukvmd e9b1b8c713 Truncate log statement 2021-09-30 13:46:54 +05:30
Neeraj Gupta bc6fac532a Fix gallery import by removing filter on creationTime 2021-09-29 19:27:20 +05:30
Neeraj Gupta fadda2680a
Fix bug which was resulting in repeated upload of same local file 2021-09-29 12:09:44 +05:30
vishnukvmd 73c9a5d808 Pull up the try-catch block 2021-09-28 18:22:42 +05:30
vishnukvmd c87ff10fe4 Dismiss progress dialog on error 2021-09-28 18:22:42 +05:30
Neeraj Gupta b09f0befe3
change timestamp for archive release time 2021-09-28 16:30:10 +05:30
Neeraj Gupta 08b20de546
Replace add icon with upload for local folders 2021-09-28 15:54:51 +05:30
Neeraj Gupta 25d6291877
Fix exif lookup on iOS 2021-09-28 14:54:41 +05:30
Neeraj Gupta dd0ee7b4d2
reduce bottom padding for archive from 48 -> 36 2021-09-28 14:09:36 +05:30
Neeraj Gupta a4dd4b19da
move: remove files from the old collection 2021-09-28 13:07:18 +05:30
Neeraj Gupta 9476c0c734
Add extra padding below archive button 2021-09-28 13:03:12 +05:30
Neeraj Gupta b67d3aaa1a
Hide move option from favorite collection 2021-09-28 12:46:58 +05:30
Neeraj Gupta dd65d7971d
increase connect timeout 5s -> 15s 2021-09-28 12:41:44 +05:30
Neeraj Gupta b7e3accb12
Merge pull request #61 from ente-io/flutter-2.5.1
Upgrade Flutter to v2.5.1
2021-09-28 10:32:40 +05:30
Vishnu Mohandas df1c34f108
Merge pull request #64 from ente-io/stripe_onboarding
Fix handling of stripe subscription
2021-09-27 12:40:17 +05:30
Neeraj Gupta a4814690b2
Stripe: Hide renew button if the subscription has expired 2021-09-27 11:17:40 +05:30
Neeraj Gupta 0c2bc37d6a
[Stripe] Show payment details even after stripe subscription has expired 2021-09-27 11:00:51 +05:30
Neeraj Gupta 7b1a2252bf
Fix: Do not show incorrect cancellation diaglog when current stripe subscribption expires 2021-09-27 10:49:04 +05:30
Neeraj Gupta 908a049594
Stripe: always show renew/cancel, even if current plan has expired 2021-09-27 10:38:49 +05:30
Neeraj Gupta ddfc9b32d8
[onboarding] verify subscription before moving away from plan selection page 2021-09-27 10:12:38 +05:30
Neeraj Gupta 8c35d78b43
Bugfix: Add if not exists check in index statement 2021-09-27 10:01:27 +05:30
vishnukvmd c517a443f6 Fix lint warnings 2021-09-25 14:00:51 +05:30
vishnukvmd 999f9e713b Fix brightness and color for image editor 2021-09-25 14:00:09 +05:30
Vishnu Mohandas 87bdd04f3a
Merge pull request #60 from ente-io/fix_range_error 2021-09-24 19:11:49 +05:30
Neeraj Gupta 86842ad2f6
Validate empty list check in getFilesFromIDs 2021-09-24 19:09:51 +05:30
Neeraj Gupta 95298d46b3
Fix rangeError during dedupe 2021-09-24 19:04:21 +05:30
Neeraj Gupta b746e9ffbd
Migration script: handle default values for collection and uploadedFile id 2021-09-24 17:13:35 +05:30
Neeraj Gupta 075db8df10
SQL query to delete duplicate files in collection & unique index to avoid same in future 2021-09-24 16:49:03 +05:30
Neeraj Gupta 61041ae401
Fix NPE during media upload from outside app 2021-09-24 13:19:28 +05:30
vishnukvmd c974befed5 Minor refactor 2021-09-24 11:35:13 +05:30
vishnukvmd 98022ff334 Ignore files during move if they are already present in the target collection 2021-09-24 11:33:46 +05:30
Neeraj Gupta 511b129d40
Skip files that are already part of the collection 2021-09-23 20:54:20 +05:30
vishnukvmd f5643b2f1c Dedupe existing files fetched from remote 2021-09-23 20:25:08 +05:30
vishnukvmd 283ac899b2 Force pull since the time archive was released 2021-09-23 19:18:24 +05:30
vishnukvmd 6d5c80fef6 Remove unnecessary optimization 2021-09-23 18:42:50 +05:30
vishnukvmd bdc2225999 Increment local metadata version post update 2021-09-23 17:30:55 +05:30
vishnukvmd 96259aad1c Move toast to TODO 2021-09-23 17:05:16 +05:30
vishnukvmd 2b17d4a586 Allow renaming of only albums 2021-09-23 17:03:25 +05:30
vishnukvmd d370735c70 Merge remote-tracking branch 'origin' into ui_updates 2021-09-23 16:51:39 +05:30
Vishnu Mohandas 38a48ee0df
Merge pull request #54 from ente-io/change_collection_name
Add support for renaming own collections
2021-09-23 16:49:26 +05:30
vishnukvmd d6bc3321e7 Update UI asap post archival 2021-09-23 16:44:15 +05:30
vishnukvmd 1082c25a38 Add multiple force reload triggers 2021-09-23 16:39:56 +05:30
vishnukvmd 047b2f011f Reset gallery state when all files have been removed 2021-09-23 16:38:39 +05:30
Neeraj Gupta b5a5e5988d
address review comments 2021-09-23 16:11:48 +05:30
vishnukvmd ebaf24a486 Add tooltips for every app bar action 2021-09-23 15:22:59 +05:30
vishnukvmd 7ea2a4edfa Show appropriate loading message during archival 2021-09-23 13:05:26 +05:30
vishnukvmd c452084087 Pull up archive onto the actionbar main menu 2021-09-23 13:05:13 +05:30
vishnukvmd 9703605a6f Vertically center nothingToSeeHere 2021-09-23 13:01:01 +05:30
vishnukvmd f5f080e475 Show separate icon for unarchive 2021-09-23 13:00:46 +05:30
vishnukvmd b3ee84987c archived -> archive 2021-09-23 13:00:37 +05:30
vishnukvmd 22fb422ccc Handle plural strings correctly 2021-09-23 12:51:49 +05:30
vishnukvmd 0fb498bbab Update move icon 2021-09-23 12:51:39 +05:30
vishnukvmd 2ee21cd928 Merge branch 'master' into deduplicate 2021-09-23 12:46:08 +05:30
vishnukvmd ca66f86e46 Add tip to long-press 2021-09-23 12:40:09 +05:30
vishnukvmd 0a9964267f Add todo 2021-09-23 12:40:09 +05:30
vishnukvmd c0f4fcf857 Improve log statement 2021-09-23 12:40:09 +05:30
Neeraj Gupta d01bd09242
Add popup item for rename 2021-09-23 08:04:15 +05:30
Neeraj Gupta 49d693b9cb
minor refactoring 2021-09-23 07:56:19 +05:30
Neeraj Gupta 8a904f4700
Changes to instant refresh of UI with new title 2021-09-22 19:57:50 +05:30
Neeraj Gupta c6422c6a8b
Add support for renaming own collections 2021-09-22 19:47:45 +05:30
Neeraj Gupta e4b3ff4e08
Set item count correctly 2021-09-22 15:36:36 +05:30
vishnukvmd 52a22aec3f Add comments 2021-09-22 14:08:00 +05:30
vishnukvmd 0909d60279 Uncomment code 2021-09-22 14:05:51 +05:30
vishnukvmd a92d3956a5 Remove unnecessary param 2021-09-22 14:03:43 +05:30
vishnukvmd c9d0a86ac1 Add comments 2021-09-22 14:02:10 +05:30
vishnukvmd f22836d9f6 Show freed up space result 2021-09-22 13:56:44 +05:30
vishnukvmd 58be8c1bd0 Improve button styling 2021-09-22 13:45:22 +05:30
vishnukvmd c55699fd83 Fix copy 2021-09-22 12:56:56 +05:30
Neeraj Gupta fa4480eb44
Improve filename to datetime parsing for video files 2021-09-22 11:48:48 +05:30
Vishnu Mohandas abfcf95713
Merge pull request #51 from ente-io/fix_bad_state
ArchivePage: Fix bad state:no element err
2021-09-22 10:40:13 +05:30
Neeraj Gupta 7461a7ada6
ArchivePage: Fix bad state:no element err 2021-09-22 10:34:44 +05:30
Vishnu Mohandas c4c38f7199
Merge pull request #50 from ente-io/connect_timeout 2021-09-22 10:32:35 +05:30
Neeraj Gupta f9e1c8278a
specify 5000ms as connect timeout 2021-09-22 10:29:10 +05:30
Neeraj Gupta 0f47c977df
hide move dialog on failure 2021-09-22 08:47:59 +05:30
Neeraj Gupta 82a9e88cd7
Merge pull request #46 from ente-io/archive_unarchive
Add support for archiving memories
2021-09-22 08:10:10 +05:30
Neeraj Gupta 8f2d5bbd05
reduce initial thumbnail quality to 80 2021-09-20 20:48:20 +05:30
vishnukvmd 88088bc978 Add size information 2021-09-20 20:25:52 +05:30
vishnukvmd b77e0de56e Add option to sort duplicates 2021-09-20 20:06:01 +05:30
Neeraj Gupta 2474130147
fix logging 2021-09-20 17:57:12 +05:30
Neeraj Gupta fcb51f9f71
Support for loading video from app cache 2021-09-20 17:34:51 +05:30
Neeraj Gupta be8019f338
SharedMedia: Fix handling of video media type 2021-09-20 17:33:34 +05:30
Neeraj Gupta ccbcef0b6d
Support for generating thumbnail for shared video file 2021-09-20 17:22:08 +05:30
Neeraj Gupta 2bbf49384f
Rename to avoid conflict between request MagicMetadata & File:MagicMetadata 2021-09-20 12:56:25 +05:30
Neeraj Gupta 736fe4283b
minor refactoring: rename,final & imports 2021-09-20 12:24:11 +05:30
Neeraj Gupta 81eeeb7aeb
magic-metadata: rename 2021-09-20 12:11:38 +05:30
Neeraj Gupta a71af7d1d5
update magic-metadata url 2021-09-20 11:50:04 +05:30
Neeraj Gupta fd95bcdfe8
[shared-media] ignore unsupported file types 2021-09-20 11:48:09 +05:30
Neeraj Gupta af8e1a0ff5
trigger remote sync when files magic metadata is out of sync 2021-09-18 10:23:27 +05:30
Neeraj Gupta e9de949468
[archive] more refactoring 2021-09-18 09:24:32 +05:30
Neeraj Gupta e3c0888083
archive: minor refactor 2021-09-18 09:13:13 +05:30
Neeraj Gupta 3e5a54220c
Reuse existing method for loading archived files 2021-09-17 16:22:19 +05:30
Neeraj Gupta fde3ef0ec3
use constants for file visibility values 2021-09-17 15:34:24 +05:30
Neeraj Gupta ab17ad0cea
[archive]add progress dialog & try catch block 2021-09-17 15:22:18 +05:30
Neeraj Gupta faffe08bdd
[archive] minor ux changes 2021-09-17 15:10:17 +05:30
Neeraj Gupta 731de0c5e2
Archived: only show files owned by user 2021-09-17 15:01:34 +05:30
Neeraj Gupta 7b599bfdf2
Archive page: deduplicated files 2021-09-17 10:56:26 +05:30
Neeraj Gupta db0363df49
Refresh archived files on uploaded file change event 2021-09-17 10:33:39 +05:30
Neeraj Gupta e5957da229
Allow unarchiving files from archive page 2021-09-17 10:18:44 +05:30
Neeraj Gupta d4db17fd2d
Archive: add show archive button 2021-09-17 10:14:10 +05:30
Neeraj Gupta e07fe7463b
Archive: clear selected files & show toast on completion 2021-09-17 00:58:13 +05:30
Neeraj Gupta 8d66af68ac
Support archiving memories & hide them from home page 2021-09-16 23:03:16 +05:30
Neeraj Gupta df4d6b43d4
Parse magic metadata on diff fetch 2021-09-16 22:52:19 +05:30
Neeraj Gupta f3e131e160
Sync service to update magic metadata on remote 2021-09-16 22:51:27 +05:30
Neeraj Gupta d120f18aab
Support for persisting magic metadata for file 2021-09-16 18:44:51 +05:30
Neeraj Gupta 0173b3974c
[archive] add popup option for archive on home page 2021-09-16 17:08:47 +05:30
vishnukvmd d6f426e2cf Rename variable 2021-09-16 02:41:21 +05:30
vishnukvmd 1b27724267 Extract nested widget to a separate method 2021-09-16 02:40:34 +05:30
vishnukvmd cf0136aabc Make reused widget static 2021-09-16 02:39:24 +05:30
vishnukvmd 9e63c8d634 Refresh usage section when files have been deleted 2021-09-16 02:26:05 +05:30
vishnukvmd 82aeff80cc Execute deletion on remote 2021-09-16 02:20:13 +05:30
vishnukvmd fbf337c93c Fix lint warnings 2021-09-16 02:14:52 +05:30
vishnukvmd da5b2eab5b Show minimal option in the detail view 2021-09-16 02:10:08 +05:30
vishnukvmd f59e9147cd Update styles 2021-09-16 02:01:47 +05:30
vishnukvmd bce93156c1 Auto select files other than the first one 2021-09-16 01:53:31 +05:30
vishnukvmd 7b5d981733 Update text 2021-09-16 01:39:55 +05:30
vishnukvmd d35c22e7e2 Format delete button 2021-09-16 01:32:42 +05:30
vishnukvmd d78480a91f Open file on long press 2021-09-16 00:39:55 +05:30
vishnukvmd 7797c3a199 Fix color of video widget's progress indicator 2021-09-16 00:36:36 +05:30
vishnukvmd 073d07f9d1 Move deduplication to a separate service 2021-09-16 00:31:19 +05:30
vishnukvmd 8fa782d300 Ignore duplicates with a mismatch in creationTimes 2021-09-16 00:25:42 +05:30
vishnukvmd 06efe724d9 Select file on tap 2021-09-15 23:58:10 +05:30
vishnukvmd a76fd13d0f Format file sizes 2021-09-15 23:49:22 +05:30
vishnukvmd e97cc15d7d Log error if remote file is found missing in local DB 2021-09-15 23:09:37 +05:30
Neeraj Gupta 9c6d7b2ae2
minor: rename userId -> userID
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2021-09-15 12:28:05 +05:30
Neeraj Gupta 2b4cbf8131
Hide delete option for files not owned by the user 2021-09-15 10:00:53 +05:30
Neeraj Gupta 128c207e55
Hide favorite icon for files not owned by the user 2021-09-15 09:57:05 +05:30
Neeraj Gupta 99eaf37882
getAllUploadedFiles: remove redundant null check for owner_id 2021-09-15 09:52:11 +05:30
vishnukvmd e4c33269ec Update border color 2021-09-15 00:59:24 +05:30
vishnukvmd 7f20fbb776 Add screen to render detected duplicates 2021-09-15 00:55:29 +05:30
vishnukvmd a598c9594f Extract constants to a separate file 2021-09-15 00:18:26 +05:30
vishnukvmd 61d88688d0 Sort results by size consumed 2021-09-15 00:18:08 +05:30
vishnukvmd f38259bae9 Convert fetched fileIDs to File objects 2021-09-14 23:58:14 +05:30
vishnukvmd dcab8b8028 Add API to fetch duplicate files from remote 2021-09-14 20:53:39 +05:30
vishnukvmd d9b8f95868 Remove unused import 2021-09-14 20:53:23 +05:30
Neeraj Gupta c7da836656
Gallery: log failures in loadFiles method 2021-09-14 12:23:05 +05:30
Neeraj Gupta 6d8a47c9f0
Hide incoming collections from main gallery 2021-09-14 12:15:14 +05:30
Neeraj Gupta c416ca1e94
Merge pull request #41 from ente-io/move_files
Support for moving files between albums
2021-09-13 18:16:49 +05:30
vishnukvmd 5068d9e6b7 Minor string changes 2021-09-13 14:17:57 +05:30
vishnukvmd f2dacffc56 Set color of the dialog button text 2021-09-13 14:17:39 +05:30
vishnukvmd 4213e2348a Reorder move button 2021-09-13 14:10:35 +05:30
Neeraj Gupta 45d3b2f9a0
Stop uploading fileExif as part of encrypted metadata 2021-09-13 12:54:54 +05:30
Neeraj Gupta 5ecb730c72
update page title based on actionType 2021-09-13 12:44:43 +05:30
Neeraj Gupta 3099a1a9ae
move-files: show option for owned_collection only 2021-09-13 12:07:34 +05:30
Neeraj Gupta dfa13d9bf7
move-files: add basic validation on client 2021-09-13 11:22:50 +05:30
Neeraj Gupta 4a2d6b04db
move-files UI: add option to move files between collection 2021-09-13 09:27:57 +05:30
Neeraj Gupta a104eca8ff
Add API for collection/move-files 2021-09-12 10:38:30 +05:30
Neeraj Gupta 5fa838338c fileTooLargeErr: fix status code mapping 2021-09-12 06:33:54 +05:30
Neeraj Gupta 9507222d9e upload: stop logging fileTooLargeErr as error 2021-09-12 06:26:56 +05:30
vishnukvmd 38388ad584 Persist the correct sortKey 2021-09-11 12:42:53 +05:30
vishnukvmd 1578bf2529 Persist updated sort key to disk 2021-09-11 12:31:47 +05:30
vishnukvmd 4add2afa77 Update the key for invalid files to pull files that were ignored due to permission errors 2021-09-11 10:02:19 +05:30
Neeraj Gupta 4cc64dcd43 Use shared_collection for incoming collections 2021-09-10 23:56:04 +05:30
Neeraj Gupta a0cbf3141e Incoming Collection: Specify gallery as incoming_collection
* Hide add selected files to another collection button.
* Add folks to album & remove/delete from album is also not visible now
2021-09-10 23:27:41 +05:30
Neeraj Gupta 4156b37d25 CollectionPage: Pass galleyAppBarType in the constructor 2021-09-10 23:12:25 +05:30
Neeraj Gupta a9de0f9bb7 ShareDialog: catch & log unhandled err during collection path decryption 2021-09-10 17:17:58 +05:30
Neeraj Gupta 4939c4b089
Merge pull request #34 from ente-io/sort-button-styles
Minor changes to the sort button styles
2021-09-09 12:33:29 +05:30
vishnukvmd 42be9c5346 Minor changes to the sort button styles 2021-09-09 11:44:07 +05:30
Neeraj Gupta 73911b0631 await on localSettings init 2021-09-09 11:23:51 +05:30
Neeraj Gupta 6e1f5558af Gracefully handle deletion of files in app cache 2021-09-09 11:20:55 +05:30
Neeraj Gupta 512b724f8e Fix sort option names 2021-09-09 01:49:25 +05:30
Neeraj Gupta 8404c87791 Support sorting on ente albums by name, recent photo & last modified 2021-09-09 01:36:37 +05:30
Neeraj Gupta 77721ca3b3 Support for persisting sort settings on device 2021-09-09 00:04:20 +05:30
Neeraj Gupta df3917c2c8 use existing _isBackgroung flag 2021-09-05 15:48:14 +05:30
Neeraj Gupta f16ff8510a use final and fix logging 2021-09-05 15:40:43 +05:30
Neeraj Gupta 552813d0bd Android: verify permission before running local sync 2021-09-05 15:06:05 +05:30
Neeraj Gupta 1e81500edf Linter: fix list warning 2021-09-05 14:57:07 +05:30
Neeraj Gupta bb2d27b1f3 Linter: fix curly_braces_in_flow_control_structures issue 2021-09-05 12:04:52 +05:30
Neeraj Gupta 15b50f53d3 Linter: fix prefer_is_empty suggestions and change it to warning 2021-09-05 11:57:31 +05:30
Neeraj Gupta 586bb42458 Linter: Fixed unused imports 2021-09-05 11:52:12 +05:30
Neeraj Gupta 2f0baddb07 Linter: replace FlatButton with TextButton 2021-09-04 17:08:41 +05:30
Neeraj Gupta 9ad3e5be88 minor: move few strings to resources 2021-09-04 17:02:39 +05:30
Neeraj Gupta 3c8b06ad6a Linter: replace FlatButton with TextButton 2021-09-04 15:51:54 +05:30
Neeraj Gupta 3f27c83abd Show correct err when verification code has expired 2021-09-04 15:51:07 +05:30
Neeraj Gupta d47517c639 Log additional details for invalidFile errors 2021-09-01 16:08:00 +05:30
Vishnu Mohandas b2d7bc0215
Merge pull request #28 from ente-io/upload_to_end_fix
Fixed upload for files shared to ente for backup
2021-08-31 17:21:42 +05:30
Neeraj Gupta 4f59d27f54 use hi language for l10n setup 2021-08-31 16:04:46 +05:30
Neeraj Gupta 53d7f0c876 Merge remote-tracking branch 'origin/master' into l10n 2021-08-31 15:58:17 +05:30
Neeraj Gupta 70526a4157 Fixed upload for files shared to ente for backup 2021-08-31 13:50:32 +05:30
vishnukvmd a6a52a29c4 Decrypt secretKey and token during the recovery flow 2021-08-31 08:05:58 +05:30
vishnukvmd be37592d0b Update text 2021-08-28 22:00:34 +05:30
Neeraj Gupta fb6f26c7ca minor reformatting changes 2021-08-28 11:31:55 +05:30
Neeraj Gupta 8921466258 Android: enable stripe for new users 2021-08-28 11:29:56 +05:30
Neeraj Gupta 091003575b FeatureFlag: Add enableStripe flag 2021-08-28 11:22:18 +05:30
Neeraj Gupta 64760fd52d More strings to resource 2021-08-28 10:44:43 +05:30
Neeraj Gupta e324f4fc2e Move home_widget strings to resources 2021-08-28 10:44:43 +05:30
Neeraj Gupta 11912df15b Add de language arb 2021-08-28 10:44:43 +05:30
Neeraj Gupta afa7f78d7c Clean up redundant files 2021-08-28 10:44:43 +05:30
Neeraj Gupta def66ee3cc l10n: Basic setup with en language 2021-08-28 10:44:41 +05:30
Neeraj Gupta 779449a340
Merge pull request #23 from ente-io/stripe_payment
Enable subscription via Stripe on independent apk
2021-08-28 10:42:03 +05:30
Neeraj Gupta 1447df8434 Fix color schemes for dialogs 2021-08-27 19:10:43 +05:30
Neeraj Gupta 0456d20214 Fix: pass redirectUrl in stripe customer-portal request 2021-08-25 16:34:03 +05:30
vishnukvmd 049e6fb05d Update count 2021-08-24 19:03:53 +05:30
Neeraj Gupta 69a9a0f67c
Merge pull request #26 from ente-io/cf_worker_flag
Add feature flag to enable/disable CF Worker endpoint
2021-08-24 13:04:24 +05:30
vishnukvmd b97fb12b05 Clear origin files that are cached 2021-08-24 12:44:51 +05:30
Neeraj Gupta a62eeb1dae Fix bug: init sharedPref and call sync during init 2021-08-24 12:33:27 +05:30
Neeraj Gupta 0324f416ab Sync feature flags in foreground 2021-08-24 12:24:05 +05:30
Neeraj Gupta c1e0886757 Add feature flag to enable/disable CF Worker 2021-08-24 12:21:02 +05:30
Neeraj Gupta 4cdd9a6238 Remove unused method 2021-08-24 11:36:59 +05:30
vishnukvmd 66e2b5ca7a Add an option to fetch origin file from disk 2021-08-24 01:59:37 +05:30
vishnukvmd 2c8bb1f83b Remove unnecessary import 2021-08-24 01:58:53 +05:30
vishnukvmd 838aa5def4 Set color for the dialog buttons 2021-08-23 15:54:56 +05:30
vishnukvmd e0fd3725b7 Update styles 2021-08-23 15:52:25 +05:30
Neeraj Gupta a4d5367f3b Merge branch 'stripe_payment' of github.com:ente-io/frame into stripe_payment 2021-08-23 15:46:23 +05:30
Neeraj Gupta 14fa763d80 address review comments 2021-08-23 15:45:45 +05:30
vishnukvmd c6475827ef Merge branch 'master' into stripe_payment 2021-08-23 15:31:30 +05:30
vishnukvmd df07016aa3 Remove unnecessary log 2021-08-22 19:17:27 +05:30
Vishnu Mohandas bc768cf7fd
Merge pull request #25 from ente-io/bug_fix_sourcePathOnNull 2021-08-22 10:59:22 +05:30
Neeraj Gupta 402cd380d5 Log invalid file extension 2021-08-22 10:52:30 +05:30
Neeraj Gupta 55890f5396 Fix handling of invalid files
When we don't await on _onInvalidFileError, then it result i the following  NPE  error:

> NoSuchMethodError: The getter 'sourceFile' was called on null.
2021-08-22 10:21:25 +05:30
Neeraj Gupta d3d80fd9a4 Handle active playstore/appstore subs & minor ui tweaks 2021-08-21 19:48:04 +05:30
Neeraj Gupta b0fc70c769 read payment webapp endpoint from env variable 2021-08-21 18:19:52 +05:30
Neeraj Gupta 4b039089c3 show free text against free plan 2021-08-21 18:05:37 +05:30
Neeraj Gupta daa61af183 Use helper method to decide subscription page 2021-08-21 14:17:34 +05:30
Neeraj Gupta 9eeada089e move common subscription widget in util 2021-08-21 02:29:53 +05:30
Neeraj Gupta 05e15bbf90 move common subscription widget in util 2021-08-21 02:01:12 +05:30
Neeraj Gupta 43f1ade544 Move stripe subscription management in separate page 2021-08-20 17:36:05 +05:30
Neeraj Gupta 542d9e877b add common choice dialog 2021-08-20 16:52:01 +05:30
Neeraj Gupta f141c2ee21 Integrate payment details for Stripe. 2021-08-19 22:52:14 +05:30
Neeraj Gupta 9535f612b2 Make plan toggle UX similar to web. 2021-08-19 22:50:47 +05:30
Neeraj Gupta eb30433c1d BugFix: Pop after the dialog is dismissed. 2021-08-19 22:48:24 +05:30
Neeraj Gupta 9175387f7d Support Stripe subscription renewal and cancellation 2021-08-19 16:53:48 +05:30
Neeraj Gupta 00988de60c Show toast when subscription refresh is triggered/failed 2021-08-19 14:03:29 +05:30
Neeraj Gupta 65036a015c Support to toggle between monthly and yearly plans 2021-08-19 13:23:37 +05:30
Neeraj Gupta b4d44d01c6 Refresh subscription status on page load & resume 2021-08-19 12:12:33 +05:30
Neeraj Gupta 17d568b3f9 minor refactor 2021-08-19 02:27:01 +05:30