Commit graph

5397 commits

Author SHA1 Message Date
ashilkn 7599d019d0 fix: reload UI when items are deleted or hidden from search result screen 2023-12-07 15:11:34 +05:30
Neeraj Gupta c8d3ab8dc6 Merge branch 'main' into more_improvements 2023-12-06 13:35:58 +05:30
Neeraj Gupta d833ba31ed Add support for early validation of photo
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-12-06 13:32:11 +05:30
Neeraj Gupta fd434ba9f4 Log status value
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-12-06 07:44:19 +05:30
Neeraj Gupta 9cc515b573 Remove callback on dispose 2023-12-05 21:45:56 +05:30
Neeraj Gupta c015f1b23b Add mount check before setting valueNotifier value 2023-12-05 21:44:39 +05:30
Vishnu Mohandas 4fdc54bad7
Gallery state refresh bug (#1565) 2023-12-04 19:00:07 +05:30
ashilkn df809e9112 fix: gallery UI not updating after delete, hide and archive 2023-12-04 18:48:11 +05:30
ashilkn 00b92351ca Reduce thickness and make corners rounded on the scrollbar of file actions 2023-12-04 14:53:38 +05:30
Neeraj Gupta 9e75d4c4d2 Merge branch 'main' into pull_down_fix 2023-12-04 10:27:29 +05:30
vishnukvmd 23d46e203b Fix issue that was breaking the pull-down interaction 2023-12-04 10:23:07 +05:30
Vishnu Mohandas 3441c950d8
Add a scrollbar for bottom action bar (#1561) 2023-12-02 18:02:46 +05:30
Vishnu Mohandas 700de0dd8b
fix: deleting of items not reflecting on UI (#1560) 2023-12-02 17:16:12 +05:30
Neeraj Gupta f56191f70d
Warn for unawaited futures (#1559) 2023-12-02 17:12:52 +05:30
ashilkn df10e49964 fix: deleting of items not reflecting on UI 2023-12-02 17:04:01 +05:30
vishnukvmd 27f8bc8aad Remove redundant variable 2023-12-02 00:14:47 +05:30
Neeraj Gupta d95a768edc Fix: Avoid redundant position fix 2023-12-02 00:03:55 +05:30
Neeraj Gupta f66de8829b Fix: Register callback for scaleStateChangedCallback 2023-12-02 00:01:38 +05:30
Ashil bdac20a711
Use debouncer for home, owned and shared albums tabs and gallery. (#1554) 2023-12-01 16:04:09 +05:30
ashilkn 8b39716f5c cancel debouncers on disposing widget 2023-12-01 15:55:16 +05:30
ashilkn 87fa673900 perf: add debouncer to reduce reloading of other tabs 2023-12-01 15:41:05 +05:30
ashilkn 6a759d8b96 perf: add debouncer to reload and force reload event listeners in gallery 2023-12-01 13:27:42 +05:30
Ashil f11f34c37f
pref: minor improvement (#1550) 2023-11-30 19:41:10 +05:30
ashilkn 6a26e01af0 change interval time type from int to Duration in debouncer 2023-11-30 19:29:27 +05:30
Neeraj Gupta 1ec2b14df2 Make error field mandatory 2023-11-30 10:49:35 +05:30
Neeraj Gupta f8209ff604 Fix bug in debouncer & increase search tab debounce time
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-11-28 13:00:35 +05:30
Neeraj Gupta 5dd09a79ae Rename variable 2023-11-28 12:27:15 +05:30
Neeraj Gupta 84721d7e90 Fix build issue 2023-11-28 11:49:44 +05:30
Neeraj Gupta e8a4ddb4d9 Remove black friday deal ref 2023-11-28 10:46:37 +05:30
Vishnu Mohandas 32735c6676
Round down the number of items within a map view (#1545) 2023-11-28 06:25:42 +05:30
vishnukvmd 1063bb18e0 Round down the number of items within a map view 2023-11-28 00:08:53 +05:30
Neeraj Gupta 4fba22f204 ChangePassword: Confirm before signing out from other devices 2023-11-26 16:18:15 +05:30
Ashil 75f141e006
feat: sort results in 'view all' of search sections in alphabetical order (#1530) 2023-11-24 21:57:29 +05:30
Muhammed Ayimen a70a5f95da Simplfied: Vertical drag function 2023-11-22 13:09:15 +09:00
ashilkn cf15c791b2 feat: sort results in 'view all' of search sections in alphabetical order 2023-11-21 10:36:46 +05:30
Muhammed Ayimen 1307358934 Updated: Even if the image is not stored locally, vertical drag works 2023-11-21 13:23:28 +09:00
Muhammed Ayimen 0268f12cf4 Merge branch 'main' of https://github.com/i-aiymen/photos-app into zoomImageSlidingBug 2023-11-21 08:13:22 +09:00
Muhammed Ayimen 97dfb91709 Removed: should _shouldDisableScroll parameter from all the file that have called it 2023-11-21 00:20:50 +09:00
Muhammed Ayimen bb93fe3c70 Removed and updated: Percentage checking and variable declaration convention 2023-11-21 00:03:35 +09:00
Muhammed Ayimen fb599a85b8 Updated: Vertical drag gets disabled, based on a particular zooming value which is calculated by a percentage 2023-11-20 23:28:31 +09:00
Neeraj Gupta f16c7d0aad Merge branch 'main' into show_add_on_validity 2023-11-20 19:35:15 +05:30
Neeraj Gupta 6b15e214f7 Switch to different formatter for stroage
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-11-20 19:26:00 +05:30
Neeraj Gupta 3fbf7be3ab Toggle current sub active flag based on add-on
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-11-20 19:23:39 +05:30
Neeraj Gupta 81079ac7dc Show add-on validity on sub page 2023-11-20 18:40:57 +05:30
Muhammed Ayimen 20a6113562 Removed: scale state controller - pt2 2023-11-20 20:38:10 +09:00
Neeraj Gupta 6af7140be5 Port lock screen fixes from auth 2023-11-20 17:06:11 +05:30
Muhammed Ayimen 557b636ab0 Removed: scale state controller 2023-11-20 20:30:37 +09:00
Muhammed Ayimen f95d5c39de Bug fixed: Zoom image sliding being prevented because of state change callback parameter used inside photo view gallery widget 2023-11-20 17:50:44 +09:00
Neeraj Gupta 1da9cd6f35 Trigger regular login when loginKey derivation fails 2023-11-20 13:50:25 +05:30
Neeraj Gupta f910da0964 Handle loginKey and keyDerivation err during SRP based login 2023-11-20 13:28:27 +05:30