Commit graph

10702 commits

Author SHA1 Message Date
ashilkn
1745c07e9e feat(map in info): reduce the padding of attribution icon 2024-01-30 19:49:18 +05:30
ashilkn
d20a5d9796 feat(map in info): pass MapAttributionOptions with options that make the attribution look good in info section 2024-01-30 19:28:21 +05:30
ashilkn
be2a58b4b4 feat(map in info): tweak map attribution widget for better looks + make it easy to change it's look from where it is used 2024-01-30 19:23:25 +05:30
ashilkn
9fc7668ebd feat(map in info): use smaller map marker for map in info 2024-01-30 18:42:54 +05:30
ashilkn
d05fd44a65 feat(map in info): made map marker flexible in size without without distorting it's parts (image and pointer) 2024-01-30 18:42:21 +05:30
ashilkn
17bd6429fb feat(map in info): dispose map controller 2024-01-30 18:21:32 +05:30
ashilkn
02d2fd7d71 fix: make mapMarker's anchor position precise 2024-01-30 17:35:38 +05:30
ashilkn
27f9eea19f fix: fix anchor position of mapMarker 2024-01-30 17:18:10 +05:30
ashilkn
81ad8fab74 feat(map in info): move map to a different place in info 2024-01-30 14:51:13 +05:30
ashilkn
6d6f4bb36a feat(map in info): go to full map on tapping map in file info 2024-01-29 21:03:46 +05:30
ashilkn
c13e07b5cf feat(map in info): show a basic map in file info 2024-01-29 19:32:49 +05:30
Ashil
e39282177a
fix: incorrect number of selected files on selecting all from a grid after deleting items from it (#1684) 2024-01-29 16:30:20 +05:30
ashilkn
cbdcac4440 use a better variable name 2024-01-29 15:04:21 +05:30
ashilkn
89e1b78f44 fix: incorrect number of selected files on selecting all from a grid after deleting items from it 2024-01-29 14:51:39 +05:30
Vishnu Mohandas
636ec6ca0e
Remove from album bug (#1682) 2024-01-27 18:47:01 +05:30
ashilkn
995e18a6c3 Merge branch 'main' into add_to_album_bug 2024-01-27 15:02:31 +05:30
ashilkn
56c1f94b4b fix: Removing a file from album stuck after coming back to album using the back button, after adding the file to a different album 2024-01-27 08:52:22 +05:30
Vishnu Mohandas
4bddd24d63
Let indexing run freely on iOS (#1681) 2024-01-26 17:07:54 +05:30
Vishnu Mohandas
32f4cd534e
Merge branch 'main' into free_ios 2024-01-26 16:59:48 +05:30
vishnukvmd
4915aff643 v0.8.49 2024-01-26 16:58:34 +05:30
vishnukvmd
4ee94c5b1a Start indexing on iOS on app start 2024-01-26 16:58:21 +05:30
vishnukvmd
81a734e9d2 Let indexing run on iOS 2024-01-26 16:49:29 +05:30
ashilkn
cd88c96641 remove unused globalKey 2024-01-26 15:58:36 +05:30
Vishnu Mohandas
b904bdbd3d
fix: range error when deleting last Memory from FullScreenMemory (#1680) 2024-01-26 15:27:03 +05:30
ashilkn
8fd2144f62 fix: range error when deleting last Memory from FullScreenMemory 2024-01-26 15:13:50 +05:30
Vishnu Mohandas
aaa38d8bfa
bump up version to 0.8.48 (#1679) 2024-01-26 11:17:24 +05:30
Ashil
0a2e246a3f
Merge branch 'main' into clip_improvements 2024-01-26 11:07:13 +05:30
Vishnu Mohandas
49879a26a6
Clip improvements (#1678)
Clip improvements
2024-01-26 11:05:41 +05:30
ashilkn
225c4644bb bump up version to 0.8.48 2024-01-26 11:05:29 +05:30
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
Vishnu Mohandas
a5b5aac3d7
bump up version to 0.8.47 (#1677) 2024-01-24 21:31:52 +05:30
ashilkn
0c5a2a00a4 bump up version to 0.8.47 2024-01-24 21:30:50 +05:30
Ashil
c120f9de97
fix: search stuck at loading state (#1676) 2024-01-24 13:02:12 +05:30
ashilkn
3b8be24866 fix: search stuck at loading state 2024-01-24 11:59:01 +05:30
Vishnu Mohandas
26ddf3aed1
Merge cities and location tags, prioritizing the former (#1674) 2024-01-24 09:54:28 +05:30
Vishnu Mohandas
2c0069ff6e
Merge branch 'main' into cities 2024-01-24 09:49:01 +05:30
vishnukvmd
009bda8ca8 v0.8.46 2024-01-23 21:09:04 +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
Vishnu Mohandas
3b9889520b
Change point of maximum scale to maxWidth of memory from left edge of screen (#1672) 2024-01-22 13:49:35 +05:30