Commit graph

8512 commits

Author SHA1 Message Date
ashilkn 08984c01fc Merge branch 'main' into clip_improvements 2024-01-26 10:52:31 +05:30
ashilkn 775fc68f16 add listener to root of the app also when (Platform.isAndroid || kDebugMode) is false 2024-01-26 10:49:39 +05:30
vishnukvmd c2c858448a Start with an initial interaction timeout of 10s and then lower it to 5s 2024-01-26 00:14:30 +05:30
vishnukvmd 177464c203 Pause image embedding computation when user is interacting with the app 2024-01-25 23:59:28 +05:30
vishnukvmd 686ae81cfa Increase interaction timeout to 5s 2024-01-25 23:57:58 +05:30
ashilkn b6ade70d67 add debug logs 2024-01-25 22:01:40 +05:30
ashilkn 5d1379c314 call methods resumeIndexing() and pauseIndexing() in SemanticSearchService when user is not interacting and when is interacting 2024-01-25 21:59:20 +05:30
ashilkn 6b6eed73a8 added listener to root of app to know when user is interacting with app and when user is not 2024-01-25 21:51:59 +05:30
vishnukvmd 33bb3e9b5e Read data asynchronously 2024-01-24 22:18:21 +05:30
ashilkn 3b8be24866 fix: search stuck at loading state 2024-01-24 11:59:01 +05:30
Vishnu Mohandas 2c0069ff6e
Merge branch 'main' into cities 2024-01-24 09:49:01 +05:30
vishnukvmd 557b16f55c Update path for cities 2024-01-23 21:08:52 +05:30
vishnukvmd f6afe36509 Remove unused variable 2024-01-23 21:04:46 +05:30
vishnukvmd dc5c8e5b70 Remove redundant call 2024-01-23 21:04:13 +05:30
vishnukvmd a3cb07e3bc Prioritize location tags 2024-01-22 15:29:02 +05:30
ashilkn 21cdbf9464 Merge branch 'main' into memories_tweaks 2024-01-22 13:47:00 +05:30
ashilkn affdc2d2c7 Change point of maximum scale to maxWidth of memory from left edge of screen 2024-01-22 13:42:46 +05:30
Vishnu Mohandas 5a7edcbc16
Merge branch 'main' into lower_limit 2024-01-22 12:53:17 +05:30
vishnukvmd dce8ca3c43 v0.8.45 2024-01-22 12:52:28 +05:30
vishnukvmd d7ae4effb9 Reduce number of embeddings fetched from 500 to 200 2024-01-22 12:52:16 +05:30
ashilkn 08079a3945 make memories always scrollable 2024-01-22 10:55:59 +05:30
ashilkn 8259587d45 wrap isar.clear() in isar.writeTxn() to avoid error 2024-01-20 15:39:44 +05:30
Ashil 3911497825
Merge branch 'main' into fix_memory_bottom_icons 2024-01-19 20:16:25 +05:30
ashilkn edb5a82b50 fix: bottom icons in FullScreenMemory swipes along with memories, have made this static 2024-01-19 20:11:15 +05:30
Neeraj Gupta 0580e384fa
New Translations (#1664) 2024-01-19 15:25:21 +05:30
ashilkn 2a7d6428a0 fix: creating new album from search section stuck on loading state 2024-01-19 13:09:21 +05:30
Crowdin Bot 0c40c2a92f New Crowdin translations by GitHub Action 2024-01-19 00:09:49 +00:00
vishnukvmd 5ac4a03d30 Add loader for memories widget 2024-01-18 20:06:48 +05:30
ashilkn bd88c96b0d increase tap area of close button in full screen memory 2024-01-18 18:27:18 +05:30
ashilkn 565db6bd99 handle layout popping when memories are rendered 2024-01-18 18:13:34 +05:30
ashilkn 2d6bff0da6 remove animation on MemoryCoverWidget to stop animation of memories on edges when scrolling memories 2024-01-18 15:44:03 +05:30
ashilkn 1ab8d942cc rearrange widget tree to avoid re initializing elements of child wiget in DraggableScrollbar when it's enabled property changes. This was causing memories to rebuild when draggableScrollbar is enabled when all files are loaded in gallery 2024-01-18 15:17:45 +05:30
ashilkn b9e715b993 refactor 2024-01-18 15:09:28 +05:30
vishnukvmd 9324849767 Remove unhelpful index 2024-01-18 02:16:53 +05:30
vishnukvmd 5b4477e209 Update strings 2024-01-18 02:12:02 +05:30
vishnukvmd 28289605a8 Add index on uploaded file ID 2024-01-18 01:56:24 +05:30
vishnukvmd 6f9600690b Use method via FFI to compute memories 2024-01-18 01:42:54 +05:30
ashilkn b4705d92ae show loading state when memories are being fetched 2024-01-17 14:48:42 +05:30
ashilkn 67c0912fc7 decrease the degree to which a memory cover widget is scaled when scrolled 2024-01-17 11:52:05 +05:30
ashilkn 72af4b9598 change maxWidth in such a way than there will only be 2 or 4 or 6 or 8 or.... memories in header with increase in width of screen 2024-01-17 11:39:36 +05:30
ashilkn 9f73de352b size the memory cover wiget according to the width of screen 2024-01-17 11:15:19 +05:30
ashilkn 138274b0f1 resolve merge conflicts and merge 2024-01-17 10:36:38 +05:30
ashilkn 3c3e55856f animate MemoryCoverWidget when it appears 2024-01-15 18:41:02 +05:30
Vishnu Mohandas 7d5c022edb
Merge branch 'main' into fix_white_screen 2024-01-15 15:52:11 +05:30
vishnukvmd 0ad91da2bd Update translations 2024-01-15 15:19:10 +05:30
vishnukvmd 0b2b5689db Ensure framework is initialized before fetching the state 2024-01-15 15:19:07 +05:30
ashilkn a7e6c34b13 log time taken to fetch memories 2024-01-15 12:40:05 +05:30
ashilkn ea8c648ce4 tweak again 2024-01-15 12:08:13 +05:30
ashilkn 314814074c adjust colors and gradients 2024-01-15 11:57:31 +05:30
ashilkn d62d7d0743 remove 'memories' title on header of home tab 2024-01-15 11:19:49 +05:30