Commit graph

24160 commits

Author SHA1 Message Date
Neeraj Gupta
6ff97a8fa5
Perf improvement in city locatio search + suggestions for untagged location clusters (#1720) 2024-02-15 19:21:43 +05:30
Neeraj Gupta
dbbb1100b3
Merge branch 'main' into single_file_cluster 2024-02-15 19:19:02 +05:30
Neeraj Gupta
782f1e4365 Bump version 0.8.59 2024-02-15 19:18:31 +05:30
Neeraj Gupta
4cf56a2fa2 Start Add location flow when clicked on locationSuggestion 2024-02-15 19:12:12 +05:30
Ashil
f90b7331f9
Minor UI fixes to memories (#1719) 2024-02-15 19:00:38 +05:30
ashilkn
4bae953377 use black bg for full screen memory irrespective of theme 2024-02-15 18:46:35 +05:30
Neeraj Gupta
3080dcf9f1 Show cities search in location section 2024-02-15 18:41:40 +05:30
ashilkn
fcadbb4e07 do not show sync status in memories cover widget 2024-02-15 18:38:07 +05:30
ashilkn
67ec208c82 redesign moments section in search tab 2024-02-15 18:16:38 +05:30
ashilkn
7d6a2efd06 remove redundant const variable 2024-02-15 16:16:02 +05:30
ashilkn
c9a48107a1 make albums section reactive to state changes 2024-02-15 16:14:05 +05:30
Neeraj Gupta
f30c139097 Return empty result for unused sections 2024-02-15 15:56:58 +05:30
ashilkn
3ac841068f show empty state if there are no albums in album section 2024-02-15 15:47:26 +05:30
Neeraj Gupta
c396347e21 Restrict search to single match 2024-02-15 13:50:18 +05:30
Neeraj Gupta
6085aff3e9
Support for surfacing all matching cities (#1718) 2024-02-15 12:20:50 +05:30
ashilkn
8942a5ac7e alignment changes to album CTA icon 2024-02-15 12:12:26 +05:30
Neeraj Gupta
e70aef0a68 Show all cities result for __city query 2024-02-15 12:03:32 +05:30
ashilkn
61e495755f add albumCTA button to end of album section 2024-02-15 11:55:54 +05:30
Neeraj Gupta
73eb76c30f Log time taken for cities search 2024-02-15 11:54:53 +05:30
ashilkn
db0b9b66a8 update dotted_border dependency 2024-02-15 11:43:08 +05:30
ashilkn
9471b9ad9f add onTap to each album in album section 2024-02-15 10:32:49 +05:30
ashilkn
0d180f6e8d fix file count coming up as 'null' in some albums + some layout changes 2024-02-15 10:23:54 +05:30
ashilkn
7b8967c527 add on tap to 'view all' in section header 2024-02-15 10:03:57 +05:30
ashilkn
b10edfacdd Merge branch 'main' into redesign_search_tab 2024-02-15 09:55:24 +05:30
ashilkn
e899960ed3 first iteration of new albums section and reuseable SectionHeader widget 2024-02-15 09:54:33 +05:30
Vishnu Mohandas
9144e003e2
Use GGML on Graphene (#1717)
Use GGML on Graphene
2024-02-14 20:37:02 +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
Manav Rathi
6797dde517
Unify and prune environment variables (#1613) 2024-02-14 18:13:00 +05:30
ashilkn
1de4918855 move search tab to 'search_tab' folder 2024-02-13 18:25:20 +05:30
Vishnu Mohandas
1b370e68c6
Better update dialog (#1707) 2024-02-13 18:13:38 +05:30
ashilkn
c15db39240 use better fn name 2024-02-13 18:12:03 +05:30
Manav Rathi
6e7e214d01 Improve comment 2024-02-13 13:17:13 +05:30
Manav Rathi
c2523c695d Mimic an approach that also works with the desktop app build 2024-02-13 13:14:31 +05:30
Manav Rathi
07faec7851 Improve readability 2024-02-13 12:12:48 +05:30
Manav Rathi
bf70857a41 Don't initialize Sentry on dev builds 2024-02-13 12:11:14 +05:30
Manav Rathi
043b7d3964
New Translations (#1611) 2024-02-13 11:57:44 +05:30
Crowdin Bot
d5765a2c3b New Crowdin translations by GitHub Action 2024-02-13 06:26:58 +00:00
Manav Rathi
08d5f318a9
ente Cast (#1460) 2024-02-13 11:56:12 +05:30
Manav Rathi
8a769ea08b Specify the release in Sentry.init instead of the webpack plugin 2024-02-13 11:25:31 +05:30
Neeraj Gupta
13f628aaac Fix build errors 2024-02-13 10:54:24 +05:30
Manav Rathi
80b31ebe3b Mention how to create a static export 2024-02-13 09:53:58 +05:30
Neeraj Gupta
de163b79db
Merge branch 'main' into cast 2024-02-13 09:35:00 +05:30
Prateek Sunal
23e0a73e61
Create desktop.yml (#448)
Created desktop.yml as currently main branch doesn't have it so I can't
run workflow of beta
- [x]  Build configuration change
2024-02-12 21:24:37 +05:30
Manav Rathi
39034474ba Include the git SHA in the logs 2024-02-12 19:04:40 +05:30
ashilkn
afb688ce65 Merge branch 'main' into update_dialog_frequency 2024-02-12 18:12:40 +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
Neeraj Gupta
0ccc3183b9
New Translations (#1713) 2024-02-12 14:33:05 +05:30