Commit graph

2082 commits

Author SHA1 Message Date
Neeraj Gupta 726a5acaf5
ensure app version is visible 2022-05-17 22:53:00 +05:30
Neeraj Gupta 5127146ee5
Capitalize words 2022-05-17 22:43:16 +05:30
Neeraj Gupta 1873600a83
Fix hidden file count 2022-05-17 18:24:56 +05:30
Neeraj Gupta de7e9d97fc
Capitalize words 2022-05-17 17:08:21 +05:30
Neeraj Gupta b3101c6b4c
UsageSection: stretch image to fill container 2022-05-17 16:41:43 +05:30
Neeraj Gupta bce139ed60
Merge branch 'redesign' into details-screen-remove-dark/light-theme 2022-05-17 12:12:40 +05:30
Neeraj Gupta 44fcfe30a0
UI fixes for light theme 2022-05-17 02:45:40 +05:30
Neeraj Gupta 90f840a011
show backbutton for backup bar 2022-05-17 02:27:41 +05:30
Neeraj Gupta 3ee7467469
Fix subscription UI during onboarding 2022-05-17 02:22:10 +05:30
Neeraj Gupta 4046fc4efd
update recovery key ui 2022-05-17 02:15:52 +05:30
Neeraj Gupta 2a4ea117b5
remove sort option: Oldest 2022-05-17 02:10:07 +05:30
Neeraj Gupta 9160e05952
Ui fixes for light theme 2022-05-17 02:08:11 +05:30
Neeraj Gupta 783655d497
Fix background padding color for plan widget 2022-05-17 01:44:15 +05:30
Neeraj Gupta 855e0423b3
Capitalize word 2022-05-17 01:34:13 +05:30
Neeraj Gupta c021c3ebe8
force dark theme for webpage's appBar 2022-05-17 01:33:47 +05:30
Neeraj Gupta b035e6704a
Capitalize FAQ 2022-05-17 01:26:14 +05:30
Neeraj Gupta 72ea46f601
Merge branch 'redesign' into details-screen-remove-dark/light-theme 2022-05-16 19:59:50 +05:30
Neeraj Gupta 996d78fdcc
Merge branch 'redesign' of github.com:ente-io/frame into redesign 2022-05-13 22:53:00 +05:30
Neeraj Gupta c70b08c990
Merge remote-tracking branch 'origin/master' into redesign 2022-05-13 22:52:34 +05:30
ashilkn 385ebc0db7 added dark/light theme changes for image editor page 2022-05-13 15:04:16 +05:30
ashilkn e02b22c8e5 removed shadow, changed linear gradients and removed background theme change 2022-05-13 14:18:13 +05:30
ashilkn 1793263c5f removed unwanted theme, added shadow on bottom and other minor fixes 2022-05-13 11:58:12 +05:30
Neeraj Gupta a26d9c5d7a
Merge pull request #241 from ente-io/delete_confirmation
Prompt user to confirm the deletion of local-only files
2022-05-12 18:56:32 +05:30
vishnukvmd b33f9f21f2 Stronger types 2022-05-12 17:49:06 +05:30
ashilkn 37d36a5f01 added backdropfilter to buttons 2022-05-12 17:42:38 +05:30
ashilkn 8eb87ce317 Merge branch 'redesign' into redesign-trash+hidden 2022-05-12 11:56:44 +05:30
ashilkn d6d3f9ebcd added linear gradient to the thumbnail of trash files 2022-05-12 11:50:21 +05:30
ashilkn e8b3f79d79 added animation for the bottom buttons 2022-05-12 10:28:11 +05:30
Neeraj Gupta 6c6c6427a4
show manage family option for free plans 2022-05-12 09:59:04 +05:30
ashilkn 0c0b3a22c6 basic layout of 'Delete All' + working and 'Restore All' is done 2022-05-11 19:17:06 +05:30
ashilkn 247a1a0137 added bottom shadow to trash and hidden page 2022-05-11 14:52:43 +05:30
ashilkn f3cc9b5124 added dark filter over selected files 2022-05-11 12:16:31 +05:30
Neeraj Gupta acaeafcc49
Merge branch 'master' into redesign 2022-05-10 14:10:22 +05:30
ashilkn ad6b6581cb added minimum bottom safearea padding for bottomNav 2022-05-10 12:16:49 +05:30
Manav b6b332976b Wrap tab bar in safe area
Earlier, the tab bar at the bottom of the main screen was wrapped in a
SafeArea widget so that it does not overlap the bottom hard to tap
regions on iPhones. Looks like that during the code changes for the
redesign, this SafeArea was lost.

Introduce the SafeArea back. Additionally, from a very quick glance it
seems that the stack and additional padding that had replaced the safe
area were not necessarily needed, so I've simplified the widget
structure. But this is a very quick and dirty example, I've only
tested that it looks visually okay on iPhone 13. Maybe there were
functional reasons for the old widgets, or maybe those were needed on
Android, so please consider this PR only as a starting point.
2022-05-10 00:09:07 +05:30
Manav 3515498711 Use black background to improve navigation transitions to web views
By default, the web view uses a white background. This was causing an
ugly flash during the initial navigation to a page containing a web
view.

This was fixed by setting the web view's background to transparent in
https://github.com/ente-io/frame/pull/233/files.

That fixed the white flash. But when we use a transparent background,
it causesanother different sort of weirdness -- during the navigation,
the navigation bar remains visible, but the rest of the new screen
below remains transparent. So visually it looks as if only the
navigation bar is sliding in from the right.

The issue with fixing a color is that at some point, our web pages
will start having separate light/dark modes, and the background color
won't be fixed always. Currently though, we only have dark mode
pages. And also the app is only in dark mode, with a black
background. So using black as the background solves the navigation
weirdness, and also doesn't stray too much from the eventual color of
the rendered page.
2022-05-09 23:49:58 +05:30
Neeraj Gupta ebf7590e8a
Set webview bg as transparent 2022-05-09 20:21:15 +05:30
ashilkn 90cd47c46d refactored GalleryAppBarType and GalleryOverlayType to GalleryType 2022-05-08 10:04:55 +05:30
ashilkn 8920c7319d resolved merge conflicts 2022-05-07 19:14:45 +05:30
ashilkn 3d3f9ce4fc added animation for bottomNavBar and overlayWidget 2022-05-07 19:02:55 +05:30
ashilkn 01dff4be2a decluttering and minor fixes 2022-05-05 17:25:12 +05:30
ashilkn 2bcece988a made a separate reusable widget for bottom shadow and refactored 2022-05-05 14:29:06 +05:30
ashilkn 60261ff5c4 made the overlay functional and removed the shadow of bottomNavBar when overlay is shown 2022-05-05 12:32:00 +05:30
Neeraj Gupta 300a3c9647
show count for trashed & hidden files 2022-05-05 12:16:31 +05:30
ashilkn 26a83c8bdd made a working skeleton of the overlay that comes on file selection 2022-05-04 16:38:06 +05:30
ashilkn 2209a4cb4b made bottomNavBar not visible on selection of files 2022-05-04 12:08:24 +05:30
Neeraj Gupta 5a04e1cff8
minor refactor 2022-05-04 08:43:28 +05:30
Neeraj Gupta ba4d193d01
switch to count query for detecting empty trash 2022-05-04 08:07:17 +05:30
Neeraj Gupta 65904d673f
UI fixes: subscription page 2022-05-03 17:23:40 +05:30
Neeraj Gupta f156580ed9
reformat 2022-05-03 17:23:18 +05:30
Neeraj Gupta 0ac9bf70f4
move recovery key title to appBar 2022-05-03 17:10:45 +05:30
Ashil 7d67392ccb
Redesign selection (#228)
* fixed appbar in album screen
2022-05-03 17:00:32 +05:30
ashilkn 6a69afdea0 fixed appbar in album screen 2022-05-03 16:29:17 +05:30
ashilkn 5b2fb96ec4 resolved merge conflicts 2022-05-03 16:27:20 +05:30
Ashil 6febd3e2b3
Appbar fix for album page (#227) 2022-05-03 16:04:33 +05:30
ashilkn eeb18d3233 . 2022-05-03 16:01:54 +05:30
Neeraj Gupta e6816cd6ef
Fix trash & archive page 2022-05-03 15:47:13 +05:30
Neeraj Gupta d9a31f7945
Exif view for light mode 2022-05-03 15:35:54 +05:30
Neeraj Gupta 684b668173
Merge branch 'redesign' of github.com:ente-io/frame into redesign 2022-05-03 14:36:06 +05:30
Neeraj Gupta b7d66d2a93
Fix subscription widget ui 2022-05-03 14:35:53 +05:30
Neeraj Gupta c991b3f906
Merge pull request #226 from ente-io/redesign-albums+edit
Redesign albums+edit
2022-05-03 14:35:14 +05:30
Neeraj Gupta df772477ec
Fix photoviewer for light theme 2022-05-03 14:19:01 +05:30
Neeraj Gupta 80a1942f98
UI fixes 2022-05-03 11:59:09 +05:30
ashilkn ce4103b5f4 removed extra share icon from memories 2022-05-03 11:03:53 +05:30
Neeraj Gupta 6ae14cb423
Fix shared collections page 2022-05-03 09:18:37 +05:30
Neeraj Gupta daf91ce5d0
duplicate files changes 2022-05-03 00:58:50 +05:30
Neeraj Gupta d75099c2bc
Fix light theme for free up sapce 2022-05-03 00:40:55 +05:30
Neeraj Gupta 6287636d1e
update usage details section 2022-05-03 00:27:50 +05:30
Neeraj Gupta fe630d0fff
increase gap between settings section 2022-05-03 00:13:33 +05:30
ashilkn 423db45d98 added album name on top 2022-04-30 17:48:26 +05:30
ashilkn c0fe1384b9 minor fixes to avoid breaking the app in future 2022-04-30 12:48:02 +05:30
ashilkn 9ef0cc7651 changed the textstyle to normal for 'Today' in album screen 2022-04-30 12:30:06 +05:30
ashilkn 7110b248a2 resolved merge conflicts 2022-04-28 20:17:05 +05:30
ashilkn 6b426f26e4 redesigned 'albums' screen 2022-04-28 18:38:27 +05:30
Neeraj Gupta 663b725cf4
Fix visiblity for two-factor screen 2022-04-28 11:19:23 +05:30
Neeraj Gupta d0ff942149
Fix active session visiblity for light theme 2022-04-28 11:15:49 +05:30
Neeraj Gupta 4cd4d396aa
redesign subscription page 2022-04-28 10:54:26 +05:30
Neeraj Gupta 3cebf8c323
ui redesign: recovery key page 2022-04-28 07:41:42 +05:30
Neeraj Gupta 411380f3ff
update button text copy 2022-04-27 22:18:34 +05:30
Neeraj Gupta e6a3d31a1a
Fix import issues 2022-04-26 17:26:49 +05:30
Neeraj Gupta 5b1669f3f7
Remove old recovery key dialog 2022-04-26 17:22:54 +05:30
Neeraj Gupta 8979def82b
Fix loading for subscription page 2022-04-26 17:22:09 +05:30
Neeraj Gupta fe7121f00d
RecoveryKey: increase top padding when appBar isn't visible
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2022-04-26 17:18:39 +05:30
Neeraj Gupta 2c1fd63845
Show new recovery key page during signup 2022-04-26 17:18:02 +05:30
Neeraj Gupta edb8aecae2
Merge branch 'master' into redesign 2022-04-26 15:05:00 +05:30
Neeraj Gupta b416bfc619
update query param key for familyPortal url 2022-04-26 14:11:44 +05:30
Neeraj Gupta 8c8238f915
take user back to settings page after leaving family 2022-04-26 14:10:37 +05:30
ashilkn b6efab456f redesigned memories 2022-04-25 19:57:10 +05:30
Neeraj Gupta f1719517cd
Merge remote-tracking branch 'origin/master' into family_plan 2022-04-25 10:27:54 +05:30
Neeraj Gupta cb342cbb2d
improve UI for leave family 2022-04-25 09:51:43 +05:30
ashilkn 534a5b493a fixed padding and textstyle of memories and other minor fixes 2022-04-23 18:48:06 +05:30
Neeraj Gupta 3207782014
Fix albums layout on ipad/bigger screens 2022-04-23 11:59:46 +05:30
Neeraj Gupta 82efff81e5
minor fixes for send logs 2022-04-22 21:40:53 +05:30
Neeraj Gupta 8c679e88fd
Fix share popup position for other share buttons 2022-04-22 21:35:30 +05:30
Neeraj Gupta fc2e62b325
Fix share dialog position for bottom bar button 2022-04-22 21:34:34 +05:30
ashilkn 55819800be minor fixes 2022-04-22 17:02:20 +05:30
ashilkn 74c0f51751 redesigned gallery/photos loading page 2022-04-22 12:14:20 +05:30
ashilkn 1ccc1299b0 added gradient on selected folders 2022-04-21 18:34:22 +05:30
ashilkn 5868af6723 Redesigned the other 'Start Backup' page 2022-04-21 18:07:34 +05:30
ashilkn 878482796d minor fix for custom elevated button theme elevation 2022-04-21 15:13:22 +05:30
ashilkn ca6209410b fixed build errors 2022-04-21 10:42:18 +05:30
Neeraj Gupta 8324fd5def
Update usage detail section for family plan 2022-04-21 09:52:58 +05:30
Neeraj Gupta d2d99758be
Show family usage as current usage on subscription page 2022-04-21 08:51:58 +05:30
Neeraj Gupta f4e4829669
Show manage family option for app store & play store 2022-04-21 08:48:44 +05:30
Neeraj Gupta 830d7bed7a
support family plan for non-stripe customers 2022-04-21 02:42:34 +05:30
Neeraj Gupta 151456953d
use totalUsage while checking for downgrade 2022-04-21 02:06:35 +05:30
Neeraj Gupta 4bcde8d308
msupport for managing family 2022-04-21 01:44:44 +05:30
Neeraj Gupta b2df82bb2e
Add ChildSubscription Widget with support to leave family 2022-04-21 01:06:33 +05:30
ashilkn 044471eaa1 Made a resuable button with linear gradient and bigger font for 'today' 2022-04-20 18:50:35 +05:30
ashilkn 89ef900bcb minor button bg color fix 2022-04-18 20:00:50 +05:30
ashilkn 2ca148f344 redesinged bottom nav and added bottom shadow 2022-04-18 19:23:58 +05:30
Neeraj Gupta 54fa6aacc1
Add option to manage family on sub page 2022-04-16 22:10:18 +05:30
Neeraj Gupta 6dcb4ba0b4
switch to usageDetailsV2 for fetching subscription 2022-04-14 19:47:41 +05:30
ashilkn 7707435740 minor padding fix for emailentrypage textfields 2022-04-14 12:31:54 +05:30
Ashil 46767e78ee redesigned set password, reset password and change password 2022-04-11 16:38:52 +02:00
Ashil ecd9a433ef Existing account screen redesigned 2022-04-09 07:40:56 +02:00
vishnukvmd 65b882cfcf Merge branch 'master' into frame-ashil 2022-04-08 12:32:41 +05:30
Ashil ba524e5714 Merge branch 'frame-ashil' of github.com:ente-io/frame into frame-ashil 2022-04-08 08:52:17 +02:00
Ashil b2a12613e8 minor validation fix in confirm password textfield 2022-04-08 08:27:07 +02:00
Neeraj Gupta bbdbb21c0e
theme: more refactoring 2022-04-08 11:29:20 +05:30
Neeraj Gupta 0ba4d735f3
Fix light theme issue in existing user flow 2022-04-07 10:11:06 +05:30
Neeraj Gupta e1597cad5b
minor fix on create account page 2022-04-07 02:12:45 +05:30
Neeraj Gupta 43ce3131c8
Fix theme issues in onboarding screens 2022-04-07 02:02:41 +05:30
Neeraj Gupta 767a6d3da6
Merge branch 'theme' into frame-ashil-neeraj 2022-04-07 00:19:16 +05:30
Neeraj Gupta 70855cb927
Merge remote-tracking branch 'origin/theme' into frame-ashil-neeraj 2022-04-07 00:18:49 +05:30
Neeraj Gupta 263c94a50f
switch to newer usage widet 2022-04-07 00:04:56 +05:30
Neeraj Gupta ff2345da17
recoery key: minor fixes 2022-04-06 23:21:08 +05:30
Neeraj Gupta 1679f8d8e7
changes for recovery key page 2022-04-06 23:11:24 +05:30
Neeraj Gupta 66849fae96
Add theme for elevated button 2022-04-06 23:10:58 +05:30
Neeraj Gupta 112948ee44
Merge branch 'theme' of github.com:ente-io/frame into theme 2022-04-06 15:43:35 +05:30
Ashil 13706ff302 Made the FAB a reuseable widget and implemented it email entry page and ott verification pages 2022-04-06 08:12:35 +02:00
Ashil 1942a9136a added FAB to email entry page 2022-04-05 13:14:03 +02:00
Ashil 489a7a8b78 backup folder selection screen's redesign is done 2022-03-27 15:01:22 +02:00
Ashil 4cab1487a5 grant permissions screen is done 2022-03-27 06:42:26 +02:00
Neeraj Gupta 374dddca44 temp commit 2022-03-26 07:19:43 +05:30
Neeraj Gupta 2c03a09808 Merge remote-tracking branch 'origin/master' into theme 2022-03-26 07:18:45 +05:30
Ashil 5cc225e9ed create account and verification of email is done 2022-03-25 19:10:22 +01:00
vishnukvmd c165dfed67 Fix archive icon color 2022-03-24 23:01:41 +05:30
Neeraj Gupta 3d120a3b24
Merge pull request #207 from ente-io/archive_folder
Add support for archiving collection
2022-03-21 19:26:50 +05:30
Neeraj Gupta ffea2f0de0 show archive icon for archived albums 2022-03-21 17:05:01 +05:30
Neeraj Gupta 229ec92acc Merge branch 'archive_folder' of github.com:ente-io/frame into archive_folder 2022-03-21 16:22:09 +05:30
Neeraj Gupta ee1a4ea3f8 minor fix 2022-03-21 16:13:30 +05:30
vishnukvmd 6059658bf4 Fix typos 2022-03-21 15:37:02 +05:30
Neeraj Gupta 588aae777f Add support for archiving collection 2022-03-21 15:02:24 +05:30
m1 6e3f22ee3e create account button moved to bottom, commiting this to push and clone to try building locally 2022-03-20 16:20:20 +01:00
Neeraj Gupta fb155d3856
Update discord url 2022-03-20 20:10:32 +05:30
m1 8329bf7bd3 Password validation with the dropdown/dialog is ready 2022-03-20 12:29:01 +01:00
m1 32fafe664d email, passwordand cnf passoword validation is done execpt for the dropdown or dialog for the password strength 2022-03-20 11:48:15 +01:00
Neeraj Gupta 43bb19ed82 Fixed behaviour of double tap to zoom 2022-03-20 15:03:46 +05:30
Neeraj Gupta f2996f49ce Fix clash in zoom state 2022-03-20 14:25:44 +05:30
m1 5088ba164b changed app bar with normal package 2022-03-16 07:59:53 +01:00
m1 8822f16dd3 added progress bar 2022-03-15 10:28:57 +01:00
Neeraj Gupta f0a2215015 Go back to gallery on swipe down 2022-03-14 17:14:18 +05:30
Neeraj Gupta f450388a06 change first letter case 2022-03-12 19:46:04 +05:30
Neeraj Gupta 2573e82ee7 Fix styling for settings option 2022-03-12 19:44:36 +05:30
Neeraj Gupta 9f64039623 redesign folder selection screen 2022-03-12 19:33:30 +05:30
Neeraj Gupta 150c8177b1 Merge remote-tracking branch 'origin/master' into theme 2022-03-12 12:35:17 +05:30
Neeraj Gupta 21afb79d9a
usage section widget 2022-03-10 17:27:39 +05:30
vishnukvmd a803b14661 Add extra padding 2022-03-10 15:07:22 +05:30
Neeraj Gupta 0525f6b910
use adaptive theme for toggling 2022-03-09 11:27:27 +05:30
Neeraj Gupta ec95293ff8
add switch for theme toggle 2022-03-09 08:18:41 +05:30
Neeraj Gupta 6ea2c0e195
add switch for theme toggle 2022-03-09 08:18:23 +05:30
Neeraj Gupta 6ab838f237
move settings button to bottomNav 2022-03-09 02:40:47 +05:30
Neeraj Gupta faa78eae39
use expandable view for settings button 2022-03-09 01:13:51 +05:30
Neeraj Gupta e1ceb7f531
Merge remote-tracking branch 'origin/master' into theme 2022-03-08 21:17:28 +05:30
Neeraj Gupta dc1c31a137
show dialog with email address initiating share files 2022-03-08 13:15:18 +05:30
vishnukvmd 3a4573d342 Add social section to the app 2022-03-08 12:34:53 +05:30
Neeraj Gupta 682fb04743
basic theme changes 2022-03-06 02:22:00 +05:30
vishnukvmd 20d466a1fc Auto focus on password entry field 2022-02-26 18:37:28 +05:30
vishnukvmd 674920ce76 Add some padding 2022-02-26 18:36:03 +05:30
vishnukvmd 41274a47eb Reorder items 2022-02-26 18:31:47 +05:30
vishnukvmd 9b2df40926 Fix padding 2022-02-26 18:30:38 +05:30
vishnukvmd 2be6570810 Use a picker instead of a text field for device limit 2022-02-26 18:29:01 +05:30
vishnukvmd fc17d75824 Update device limit item styles 2022-02-26 17:58:58 +05:30
vishnukvmd e27321115d Update file-download-disabling flow 2022-02-26 17:55:15 +05:30
vishnukvmd ab56a49959 Copy changes 2022-02-26 17:43:24 +05:30
vishnukvmd 6f38f37eb8 Update link expiry setting styles 2022-02-26 17:21:52 +05:30
vishnukvmd 0b0377a65d Update hook to manage link 2022-02-26 17:17:35 +05:30
Neeraj Gupta ce8d01fb04
fix disable password flow 2022-02-24 15:59:59 +05:30
Neeraj Gupta 29d217ed79
link setting: support for configuring deviceLimit & minor fixes 2022-02-22 21:50:39 +05:30
Neeraj Gupta 1e594503b9
minor bug fix 2022-02-22 16:59:16 +05:30
Neeraj Gupta 5933284921
minor ui fixes 2022-02-22 16:54:59 +05:30
Neeraj Gupta be061a01a6
use cryptographically secure hash for link passwords 2022-02-22 16:48:52 +05:30
Neeraj Gupta 7ebf0cd368
support for setting link expiry, download button. & password 2022-02-22 11:38:27 +05:30
Neeraj Gupta 810a7f8fca
temp 2022-02-21 07:43:10 +05:30
Neeraj Gupta a75da5e54a
switch to base58 encoding for collectionKey in publicUrl 2022-02-13 22:31:09 +05:30
Neeraj Gupta 8b9a47a64b remove blocking upload dialog for manually backed up files 2022-02-13 18:12:34 +05:30
Neeraj Gupta 515358cf60 Show main gallery if user has any active collection 2022-02-13 18:12:34 +05:30
Neeraj Gupta b4d701c9f6
Merge pull request #186 from ente-io/fix_outgoing_collection_view
Fix outgoing collection view
2022-02-08 09:37:53 +05:30
Neeraj Gupta b8db9d6d6a
fix handling of text overflow 2022-02-08 00:41:28 +05:30
Neeraj Gupta be839c642b
Handle empty user name while showing sharees info 2022-02-08 00:33:22 +05:30
Neeraj Gupta 6b64d27e97
handle null value for email (#185) 2022-02-07 21:32:10 +05:30
Vishnu Mohandas a4e4d89811
Merge pull request #183 from ente-io/fix_sorry_dialog
Fix button colors within the sorry dialog
2022-02-06 00:13:41 +05:30
vishnukvmd 1fc51a84d6 Fix dialog button colors 2022-02-06 00:01:59 +05:30
Neeraj Gupta 3c6dc4ac3e
trim email id 2022-02-05 23:39:31 +05:30
Neeraj Gupta 8ee7bee8fd
add option to share logs from log in/sign up screen 2022-02-05 22:13:40 +05:30
Neeraj Gupta ffc08cbdbc
remove usage of import Applocalization 2022-02-04 11:01:07 +05:30
vishnukvmd 90883775c8 Remove unused imports 2022-02-04 00:17:36 +05:30
vishnukvmd f38aa803b8 Remove unused import 2022-02-04 00:14:16 +05:30
vishnukvmd b66e9645cc Remove unused import 2022-02-04 00:14:04 +05:30
vishnukvmd c28c1ec8b2 Fix error caused due to AppLocalization being null 2022-02-04 00:13:26 +05:30
vishnukvmd 2888c959bc Update spacing 2022-02-04 00:06:18 +05:30
vishnukvmd e0bb066ab4 Add icon to copy the link 2022-02-04 00:05:09 +05:30
vishnukvmd b84aa6d549 Add missing divider 2022-02-01 06:44:51 +05:30
vishnukvmd fbee8ae378 Fix the color of the text button 2022-01-29 22:50:13 +05:30
vishnukvmd ccea5d5a84 Show a link icon for albums shared via link 2022-01-24 23:53:46 +05:30
vishnukvmd 057e3665fd Fix string if there are no sharees 2022-01-24 23:48:33 +05:30
vishnukvmd 378c9ad167 Remove unused imports 2022-01-24 23:46:36 +05:30
vishnukvmd 521737e221 Render email if name is unavailable 2022-01-24 23:46:07 +05:30
vishnukvmd 97a7e31c77 Update styles 2022-01-24 23:40:57 +05:30
Neeraj Gupta a29dceb499
show collections with public url in outgoing collections list 2022-01-24 16:54:25 +05:30
Neeraj Gupta 56618bd8e4
Add confirmation dialog before disabling the url 2022-01-24 16:51:16 +05:30
Neeraj Gupta a29697c3c1
Add feature flag for disabling url sharing 2022-01-24 16:45:14 +05:30
Neeraj Gupta 1323091b58
handle no-subscription error 2022-01-24 16:19:47 +05:30
Neeraj Gupta 89de4f8787
Encode collection key in hex 2022-01-24 16:15:56 +05:30
Neeraj Gupta ff61b7113a
Support for enabling/disabling public urls 2022-01-23 11:34:39 +05:30
vishnukvmd 97438381f3 Add separate toggle to club duplicates by creation time 2022-01-21 15:18:08 +05:30
Neeraj Gupta d2d7d4456a
remove redundant method invocation 2022-01-07 22:02:13 +05:30
Neeraj Gupta 7264faf732
handle error while displaying sharingDialog 2022-01-07 21:34:51 +05:30
vishnukvmd c6d9a78f99 Update copy 2022-01-05 15:02:07 +05:30
vishnukvmd 5c6334f51c Remove support chat 2021-12-20 13:02:09 +05:30
vishnukvmd 1a75f9e9f8 Remove files that have been deleted from the upload queue 2021-12-07 08:58:06 +05:30
Neeraj Gupta 6a627e8f8a
Merge branch 'bg_sync' into bugfix_ios 2021-11-27 12:06:23 +05:30
Neeraj Gupta c205e78320
make it mandatory to pass authentication reason 2021-11-27 11:49:05 +05:30
Neeraj Gupta 4369a24385
surface correct authentication reason everywhere 2021-11-27 11:45:07 +05:30
Neeraj Gupta 0d1f3ad7bc
gracefully handle failure in session termination 2021-11-27 11:34:50 +05:30
Neeraj Gupta 69a4be1962
show toast on active sessions fetch failure 2021-11-27 11:24:57 +05:30
Neeraj Gupta 5dd55c2172
pass authenticationr reason for active sessions 2021-11-27 11:18:07 +05:30
Neeraj Gupta 82cf4da3e5
Fix: show active sessions option for iOS 2021-11-27 11:09:50 +05:30
vishnukvmd 09bc9cccb1 Show active sessions on iOS 2021-11-26 10:18:19 +05:30
vishnukvmd b93c07669e Add some padding 2021-11-26 10:18:04 +05:30
vishnukvmd 730a24cea5 Wrap filename 2021-11-24 17:03:22 +05:30
vishnukvmd cc78c85b5b Wrap over flowing text in sessions 2021-11-24 17:01:08 +05:30
vishnukvmd e30f038395 Accept review comments 2021-11-24 11:10:07 +05:30
vishnukvmd e55b440ac8 Minor refactor 2021-11-24 01:51:20 +05:30
vishnukvmd 08fa5a3d43 Add parsing for desktop UA 2021-11-24 01:50:47 +05:30
vishnukvmd 47c0ed7e2a Fix InkWell bounds 2021-11-24 01:40:51 +05:30
vishnukvmd 1e5ecb919f Add special hook to logout 2021-11-24 01:35:42 +05:30
vishnukvmd ae5cd428b8 Add hook to terminate a session 2021-11-24 01:24:47 +05:30
vishnukvmd cef98e0fa7 Add interface to render active sessions 2021-11-24 01:10:50 +05:30
Neeraj Gupta b839589a50
Merge pull request #140 from ente-io/mnemonic_passphrase
Add support to show mnemonic recovery key
2021-11-15 14:05:49 +05:30
Neeraj Gupta e6e20f3dfc
Merge branch 'mnemonic_passphrase' of github.com:ente-io/frame into mnemonic_passphrase 2021-11-14 13:04:45 +05:30
Neeraj Gupta 6b8c591420
remove option to toggle b/w mnemonic and non-mnemonic code 2021-11-14 13:04:15 +05:30
Neeraj Gupta 43caf154a4
Remove redundant comment 2021-11-13 00:27:14 +05:30
Neeraj Gupta fbc5e7329e
Add support to show mnemonic recovery key 2021-11-12 23:10:56 +05:30
Neeraj Gupta 112f10cc72 minor refactoring 2021-11-12 17:18:39 +05:30
Neeraj Gupta 25654709ce hide edit name icons for files owned by others 2021-11-12 17:18:39 +05:30
Neeraj Gupta 74b3607ba2 show edit icon against the file name 2021-11-12 17:18:39 +05:30
Neeraj Gupta f5d1a24ee7 Allow changing file name via info dialog 2021-11-12 17:18:39 +05:30
Neeraj Gupta 7196ab1e6f refactor: ChangeCollectionNameDialog to generic RenameDialog 2021-11-12 17:18:39 +05:30
Neeraj Gupta 3478ddb3ad
attempt to save password during change 2021-11-11 16:24:52 +05:30
Neeraj Gupta 67a9dbd5b6
formatting 2021-11-09 17:30:19 +05:30
Neeraj Gupta ee33c5d529
Android: Enable auto-fill for password 2021-11-09 17:26:54 +05:30
Neeraj Gupta 71eb662270 replace expansion_card with expansion_title_card (null safe & active package) 2021-11-01 15:45:23 +05:30
Vishnu Mohandas 1aab43f6d0
Merge pull request #127 from ente-io/thumbnail_load_fix
Fix Thumbnail load for files with localID but corresponding local file is misisng/deleted.
2021-10-30 18:30:51 +05:30
Neeraj Gupta 16ea080a4e
make fields which are not re-assigned as final 2021-10-30 11:48:45 +05:30
Neeraj Gupta 3239ba3644
Resolve existing package import issues 2021-10-30 11:21:23 +05:30
Neeraj Gupta aa8f4b9bde
lint: enable directives_ordering for imports 2021-10-30 11:13:56 +05:30
Neeraj Gupta 4322476d21
reset flags for remote thumbnail loading 2021-10-30 11:07:15 +05:30
Neeraj Gupta b4ef2d5d70
Merge remote-tracking branch 'origin/master' into thumbnail_load_fix 2021-10-30 11:05:36 +05:30
Neeraj Gupta c6e16edcb0
Fix:Use separate flags for tracking remote & local thumbnail loading 2021-10-30 10:52:44 +05:30
Neeraj Gupta 8751014de9
reformat imports 2021-10-30 10:49:05 +05:30
Neeraj Gupta 458d63e3a2
remove localID from trashFile is file is missing 2021-10-30 10:48:37 +05:30
vishnukvmd ca0686db38 Improve the hit area of the collection selection widget 2021-10-30 06:22:03 +05:30
vishnukvmd a8da8ca1f9 Set equal width for both archive and trash buttons 2021-10-30 06:19:59 +05:30
vishnukvmd e1e05664b4 Fix lint warnings 2021-10-30 05:26:27 +05:30
vishnukvmd a7f96ae1f3 Define precise event types for file deletion 2021-10-30 05:25:29 +05:30
vishnukvmd e9d89541d0 Add todo 2021-10-30 05:22:03 +05:30
vishnukvmd 4b724c5c1c Fix navigator stack on file deleted 2021-10-30 05:21:17 +05:30
vishnukvmd 5458253ef9 Remove unused imports 2021-10-30 05:12:42 +05:30
vishnukvmd f12b7220e4 Minor refactor 2021-10-30 04:44:31 +05:30
vishnukvmd 139b7ca0f1 Prevent extra pop when the last file in a collection is deleted 2021-10-30 04:04:02 +05:30
vishnukvmd cef7c972e6 Reduce the duration of the toast 2021-10-30 03:48:24 +05:30
Neeraj Gupta 6fce44a28a
Merge pull request #124 from ente-io/hide_ignored_files
Hide ignored files from home page + refactoring
2021-10-29 12:36:09 +05:30
Neeraj Gupta 4312360fce
move ignored file logic to home page 2021-10-29 12:09:13 +05:30
Neeraj Gupta 97ee06cc64
nudge user to clean trash after de-duplication 2021-10-29 11:03:42 +05:30
Vishnu Mohandas 03aa7ee6e4
Merge pull request #121 from ente-io/trash_empty_event 2021-10-28 18:14:02 +05:30
Neeraj Gupta 5c43252734
use separate event to force_reload trash 2021-10-28 16:47:00 +05:30
Neeraj Gupta 7b84ae826d
change min-date to 1 Jan 1800 2021-10-28 14:49:42 +05:30
Neeraj Gupta 03364ce60f
log unsupport file types 2021-10-28 10:51:12 +05:30
Neeraj Gupta 8fdb6ed0f2
Use less expensive query to identify empty trash state 2021-10-28 10:33:23 +05:30
Neeraj Gupta 7239e04cc0
Merge branch 'edit-time' of github.com:ente-io/frame into edit-time 2021-10-27 13:41:35 +05:30
Neeraj Gupta 9949ff69c9
edit-time: update min & max time 2021-10-27 13:34:56 +05:30
Neeraj Gupta 96932f22d7
Merge branch 'master' into edit-time 2021-10-27 13:25:42 +05:30
vishnukvmd 2b5ca27388 Style the date picker 2021-10-27 12:47:16 +05:30
Neeraj Gupta 991c5cfe2b
Merge pull request #115 from ente-io/missing_option
Add delete from ente option in fading_app_bar menu
2021-10-27 12:13:38 +05:30
vishnukvmd 673c783233 Increase padding a bit 2021-10-27 11:35:22 +05:30
vishnukvmd 0bdd4948d9 Minor UI change 2021-10-27 11:33:51 +05:30
Neeraj Gupta e85e9cf293
TrashPage: add header with msg about scheduled deletion 2021-10-27 11:19:07 +05:30
Neeraj Gupta 3816f15343
formatting changes 2021-10-26 20:16:58 +05:30
Neeraj Gupta b43f824215
add delete from ente option in fading_app_bar menu 2021-10-26 20:12:09 +05:30
Neeraj Gupta 2113b29d0b
use same copy for deleting from device 2021-10-26 20:03:15 +05:30
vishnukvmd eb72df33a5 Fix gallery title 2021-10-26 19:09:52 +05:30
vishnukvmd d8509c7de9 Minor string change 2021-10-26 19:06:15 +05:30
vishnukvmd 6d81d0698c More copy changes 2021-10-26 19:05:13 +05:30
vishnukvmd bf796b6530 Minor copy changes 2021-10-26 19:02:33 +05:30
vishnukvmd dc4da2b331 Remove unnecessary footer 2021-10-26 18:56:30 +05:30
vishnukvmd 6f8e9ee3f1 Fix type conversion error 2021-10-26 18:55:47 +05:30
Neeraj Gupta c18e944459
Merge branch 'master' into edit-time 2021-10-26 17:28:45 +05:30
Neeraj Gupta a777ece56a
swap order of delete and edit time 2021-10-26 16:37:34 +05:30
Neeraj Gupta 84d9c29f49
Allow changing both date & time 2021-10-26 16:34:41 +05:30
Neeraj Gupta aa145e0217
Support for editing date of memory 2021-10-26 16:07:14 +05:30
Neeraj Gupta 138501388d
Support for empty trash 2021-10-25 20:27:41 +05:30
Vishnu Mohandas dd8fe294d4
Merge pull request #104 from ente-io/delete_from_ente
Delete from ente only
2021-10-22 17:58:42 +05:30
Neeraj Gupta 09e9f44b5a
show correct toast on file restore 2021-10-22 14:17:00 +05:30
Neeraj Gupta 964ddd50e5
refactor: rename stuff 2021-10-21 17:26:02 +05:30
Neeraj Gupta 3e02c67bd3
TrashPage: increase font of footer text 2021-10-20 23:00:41 +05:30
Neeraj Gupta 982fae64ab
TrashPage: increase font of footer text 2021-10-20 23:00:17 +05:30
Neeraj Gupta b586dc4411
Merge branch 'trash_api' into delete_from_ente 2021-10-20 19:19:55 +05:30
Neeraj Gupta 6198a2ab2b
merge master & few bug fixes 2021-10-20 19:13:11 +05:30
Neeraj Gupta 39b0f50277
Merge remote-tracking branch 'origin/master' into trash_api 2021-10-20 17:33:35 +05:30
Vishnu Mohandas 7d1b179d3c
Merge pull request #99 from ente-io/use_app_bar_property
AppBar: replace stack & set appBar property
2021-10-18 12:56:47 +05:30
Neeraj Gupta 26addf2bf2
add option to delete from ente 2021-10-18 00:14:47 +05:30
Neeraj Gupta 0b8d9c1e13
TrashGallery: actions for restoring/deleting selected files 2021-10-17 22:20:25 +05:30
Neeraj Gupta da793a3466
do not add expired plan in currentPlans 2021-10-17 19:19:53 +05:30
Neeraj Gupta 5e2fb4dc80
trash: add footer with information about days on thumbnail widget 2021-10-17 18:33:02 +05:30
Neeraj Gupta 45c7da0123
trash: show days left for auto-deletion on thumbnail 2021-10-17 18:07:30 +05:30
Neeraj Gupta 8fb2307fa0
raise err when collection is missing from cache 2021-10-16 23:51:08 +05:30
Neeraj Gupta f9b2fc6ed6
Add support for restoring file from detailpage view 2021-10-13 22:52:17 +05:30
Neeraj Gupta 15151f7637
show trash & archive button side-by-side 2021-10-13 17:35:20 +05:30
Neeraj Gupta dff56f7f72
go to previous screen when file is deleted from trash 2021-10-13 14:55:04 +05:30
Neeraj Gupta 517a7b2a20
Use dummy generatedID for trashed files 2021-10-13 14:47:58 +05:30
vishnukvmd ce165db70b Use loadStateChanged to supply a filtered image 2021-10-13 11:44:35 +05:30
Neeraj Gupta 49df079bcc
Add support for deleting files from trash 2021-10-13 04:21:19 +05:30
Neeraj Gupta 676a193d4f
Trash: hide app bar actions & placeholder for trash actions 2021-10-13 03:10:22 +05:30
Neeraj Gupta ceaed8def3
TrashFile: extend File 2021-10-13 02:59:05 +05:30
Neeraj Gupta e89d1939cd
FileInfo: handle null updation time for file 2021-10-13 01:44:12 +05:30
Neeraj Gupta 35b41d07d4
Add hook to show trashed items 2021-10-13 01:31:51 +05:30
Neeraj Gupta 96648c60dd
AppBar: replace stack & set appBar property 2021-10-12 12:54:18 +05:30
vishnukvmd eab347849b Update image_editor 2021-10-11 17:41:31 +05:30
vishnukvmd 8f9929865f Fix method to call app version 2021-10-08 17:18:50 +05:30
vishnukvmd 211d5a2739 Show network inspector on multi tapping version 2021-10-08 17:10:36 +05:30
vishnukvmd da55f44738 Fix lint warning 2021-10-08 16:52:05 +05:30
Neeraj Gupta ba16a6a887
Show network requests in debug build using alice 2021-10-08 12:14:35 +05:30
vishnukvmd 018f270271 Fix lint warning 2021-10-06 16:47:26 +05:30
vishnukvmd b46288ccc8 Push toggle full screen action to the end of the build queue 2021-10-06 16:18:54 +05:30
vishnukvmd 335cf908fb Fix lint warnings 2021-10-06 16:18:38 +05:30
Vishnu Mohandas 9c3e73e617
Merge pull request #86 from ente-io/livePhotoBug
Fix bug during first load of remote livePhoto
2021-10-06 15:47:27 +05:30
Neeraj Gupta 425339328d
enable looping for live photo video 2021-10-06 14:15:28 +05:30
Neeraj Gupta 307d34ce80
upgrade video_player and chewie package 2021-10-06 13:55:00 +05:30
Neeraj Gupta 7bd9cbee92
Merge branch 'livePhotoBug' of github.com:ente-io/frame into livePhotoBug 2021-10-06 13:33:59 +05:30
Neeraj Gupta 56a4262a9e
Fix download toast & auto-play liveVideo post download 2021-10-06 13:32:37 +05:30
vishnukvmd d28f8f9b33 Merge branch 'master' into livePhotoBug 2021-10-05 16:00:01 +05:30
Neeraj Gupta e3e34c6f80
LivePhoto: Attempt reloading video if previous attempts fails due to n/w or timeout err 2021-10-05 15:01:22 +05:30
vishnukvmd ca6df06958 Set archive icon correctly depending on OS 2021-10-05 10:45:21 +05:30
Neeraj Gupta da26f2c199
LivePhoto: show toast if video is being downloaded during long press 2021-10-05 10:38:34 +05:30
vishnukvmd 40e5818c63 Replace deprecated share lib 2021-10-05 10:26:48 +05:30
vishnukvmd ca6650f3e8 Apply different unarchive icon for iOS 2021-10-04 20:13:18 +05:30
Neeraj Gupta 961a8ab875
iOS: use different archive icon for different states 2021-10-04 15:25:20 +05:30
Neeraj Gupta b6ccb0b7f5
Refresh bottom bar widget after archive/unarchive operation 2021-10-04 15:21:45 +05:30
Vishnu Mohandas b4342920a1
Merge pull request #84 from ente-io/archive_button 2021-10-04 14:06:35 +05:30
vishnukvmd e4bf7a0a4d Show archive button for only files that have been backed up and are owned by you 2021-10-04 12:38:41 +05:30
Vishnu Mohandas 7c429795d2
Merge pull request #82 from ente-io/memories_fixes 2021-10-04 12:01:07 +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 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 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
vishnukvmd bf9425671a Ignore current plan if it is inactive 2021-09-30 21:06:46 +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 98a6d20461 Fix lint suggestion 2021-09-30 14:57:37 +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 08b20de546
Replace add icon with upload for local folders 2021-09-28 15:54:51 +05:30
Neeraj Gupta dd0ee7b4d2
reduce bottom padding for archive from 48 -> 36 2021-09-28 14:09:36 +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 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
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
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
Neeraj Gupta 61041ae401
Fix NPE during media upload from outside app 2021-09-24 13:19:28 +05:30
Neeraj Gupta 511b129d40
Skip files that are already part of the collection 2021-09-23 20:54:20 +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