Commit graph

8601 commits

Author SHA1 Message Date
Neeraj Gupta f30c139097 Return empty result for unused sections 2024-02-15 15:56:58 +05:30
Neeraj Gupta c396347e21 Restrict search to single match 2024-02-15 13:50:18 +05:30
Neeraj Gupta e70aef0a68 Show all cities result for __city query 2024-02-15 12:03:32 +05:30
Neeraj Gupta 73eb76c30f Log time taken for cities search 2024-02-15 11:54:53 +05:30
vishnukvmd 29e8fbfb41 Ignore case 2024-02-14 19:02:32 +05:30
vishnukvmd 8b2b918b80 Revert change to initial interaction timeout 2024-02-14 19:01:09 +05:30
vishnukvmd 4d220bf7c6 Merge branch 'main' into graphene 2024-02-14 18:59:48 +05:30
vishnukvmd afc6b4c352 Use GGML on Graphene 2024-02-14 18:58:55 +05:30
ashilkn c15db39240 use better fn name 2024-02-13 18:12:03 +05:30
ashilkn f465e616c4 refactor and reuse code for both system notification and dialog notification for app updates 2024-02-12 18:11:43 +05:30
ashilkn 6845a209e2 Merge branch 'main' into update_dialog_frequency 2024-02-12 12:39:13 +05:30
vishnukvmd 75ae880602 Remove unused enum states 2024-02-10 23:16:36 +05:30
vishnukvmd 268f5b29f2 Reuse code from RemoteAssetsService to load the models 2024-02-10 23:15:27 +05:30
vishnukvmd bce30d7729 Store remote data in ApplicationSupportDirectory 2024-02-10 23:09:20 +05:30
Crowdin Bot 605ccaff71 New Crowdin translations by GitHub Action 2024-02-09 00:08:50 +00:00
ashilkn 20c2472628 Merge branch 'main' into update_dialog_frequency 2024-02-08 19:36:51 +05:30
ashilkn 18d0272cf0 add cancel button in update notification dialog 2024-02-08 19:35:47 +05:30
ashilkn 06058cd4ee show update dialog every 3 days, and not every time app is opened if an update is available 2024-02-08 19:20:49 +05:30
vishnukvmd fca5b7004d Don't return early when there are no location tags 2024-02-08 12:09:48 +05:30
vishnukvmd 876fa21394 Update strings 2024-02-07 15:23:23 +05:30
ashilkn c74409d3a4 update change logs 2024-02-07 11:31:52 +05:30
Vishnu Mohandas e75dc395cd
New Translations (#1699)
New  Translations
2024-02-07 10:09:31 +05:30
Crowdin Bot 50ba3ba65a New Crowdin translations by GitHub Action 2024-02-07 00:08:37 +00:00
ashilkn 2e5625cd17 fix: stop playing video when navigating to it's album from file info 2024-02-06 17:45:26 +05:30
vishnukvmd f981f8543f Up version 2024-02-06 10:46:59 +05:30
vishnukvmd f0b4e71a51 Switch to GGML 2024-02-06 10:46:49 +05:30
vishnukvmd 2edc63eb66 Reduce activity timeout 2024-02-06 10:46:30 +05:30
vishnukvmd bacf17e1d0 Log device info 2024-02-06 10:31:53 +05:30
Crowdin Bot 71be97b61f New Crowdin translations by GitHub Action 2024-02-05 12:04:36 +00:00
Vishnu Mohandas f2c05c49a3
Merge branch 'main' into 30_million 2024-02-04 19:48:13 +05:30
vishnukvmd 6f417c8da7 10M -> 30M memories preserved 2024-02-04 19:46:57 +05:30
Neeraj Gupta c2c44acbfb Fix: Use exifOffset to get creationTime 2024-02-03 00:43:22 +05:30
Neeraj Gupta e64bfafa8f Extract strings 2024-02-02 17:31:36 +05:30
Neeraj Gupta c14e571e55
Merge branch 'main' into cast 2024-02-02 14:49:50 +05:30
Neeraj Gupta 4e32d4a83b Enable cast for internal users 2024-02-02 14:49:24 +05:30
Neeraj Gupta 1b1993603b Extract strings 2024-02-02 14:47:32 +05:30
Neeraj Gupta 307419703e Add support for playing album on TV 2024-02-02 13:57:54 +05:30
Vishnu Mohandas 94f4351dab
Unblock UI thread on opening map (#1691) 2024-02-01 23:12:50 +05:30
vishnukvmd b94c590f17 Remove unused import 2024-02-01 22:58:54 +05:30
vishnukvmd 35631ea43b Load cities for everyone 2024-02-01 22:58:38 +05:30
ashilkn 694b210b7d remove never-visible loading widget 2024-02-01 22:56:10 +05:30
ashilkn 464a840a9c perf: offload work from main isolate of finding most recent file and generating temp markers from list of files passed to map screen to a different isolate to avoid blocking UI 2024-02-01 22:35:59 +05:30
ashilkn dc47c07328 remove use of unnecessary variable 2024-02-01 21:35:38 +05:30
ashilkn a271a3b332 feat(map in info): add animation when map-disabled widget is rendered 2024-02-01 20:07:04 +05:30
ashilkn 3288e7516e pref: eliminate jank when opening info section 2024-02-01 19:54:16 +05:30
ashilkn ea19b1c73a feat(map in info): don't find most recent file when center point is passed as the most recent file is only used for using it as the center point 2024-02-01 19:08:37 +05:30
ashilkn 4f112f62c1 feat(map in info): stop passing unused variable 2024-02-01 18:43:22 +05:30
ashilkn 69c37debaf feat(map in info): change position of loading widget in map 2024-02-01 13:12:14 +05:30
ashilkn 4c0e4ab92a feat(map in info): change animation duration 2024-02-01 13:02:26 +05:30
ashilkn 71a43d00df feat(map in info): show loading state before opening MapScreen 2024-02-01 12:37:23 +05:30