Neeraj Gupta
ecbb71a97b
Merge remote-tracking branch 'origin' into mobile-ffprobe
2024-07-11 14:39:57 +05:30
Neeraj Gupta
79eaaf3ec4
Merge branch 'main' into clip_face_integration
2024-07-10 12:08:26 +05:30
Prateek Sunal
d8f275a388
fix(mobile): add panorama detection
2024-07-06 16:35:36 +05:30
ashilkn
5b76225542
[mob][photos] Remove feature flag on select all feature
2024-07-06 15:16:20 +05:30
laurenspriem
d2f6a533ce
[mob][photos] Cleanup MagicSection
2024-07-05 13:05:09 +05:30
Prateek Sunal
aec3157efe
chore(mobile): lint fixes
2024-07-04 21:05:44 +05:30
Prateek Sunal
c594f05423
feat(mobile): add panorama viewer
2024-07-04 21:05:18 +05:30
laurenspriem
37cc447d4f
[mob][photos] Rename to MLService
2024-07-03 22:51:17 +05:30
ashilkn
094d4053fb
[mob][photos] unselect all selected items on system back navigation
2024-06-28 18:52:36 +05:30
Neeraj Gupta
2ea9b4ba84
[mob] Fix Send link
option position for person and unamed group ( #2313 )
...
## Description
## Tests
2024-06-28 14:33:44 +05:30
Neeraj Gupta
120fb38d3f
[mob]Extract strings
2024-06-28 13:47:45 +05:30
Neeraj Gupta
8613f5e73f
[mob] Keep send link as first option
2024-06-28 13:38:23 +05:30
ashilkn
522d1da0e9
[mob][photos] Fix file bottom bar not disappearing when in fullscreen
2024-06-25 13:09:24 +05:30
Ashil
f67dc4893f
[mob][photos] Cache results for Magic section (only visible to internal users) ( #2282 )
...
## Description
- Use cached results for magic section so that it does't anymore have to
wait for ML framework to be initialised and doesn't have to re-compute
results every time, which means faster loading of the search tab.
- For internal users, all results in
[here](https://discover.ente.io/v1.json ) will show up.
- For non-internal users, once available, results will be limited to 4.
- 4 random prompts are selected from
[here](https://discover.ente.io/v1.json ) with non-empty results and are
cached.
- The cache updates when the data updates
[here](https://discover.ente.io/v1.json ) (checks size to compare) or in
3 days since the last update.
2024-06-25 12:33:39 +05:30
ashilkn
75dcf18d75
[mob][photos] Minor UI fix
2024-06-25 10:15:16 +05:30
ashilkn
fcb79907cf
[mob][photos] Remove code that was for handling edge cases when magic section was depending on newly computed results every time instead of using cache
2024-06-25 09:51:25 +05:30
laurenspriem
33ab69e2d8
Merge branch 'main' into face_cleanup
2024-06-24 17:50:16 +05:30
laurenspriem
b95e93778b
[mob][photos] old code
2024-06-24 17:35:41 +05:30
laurenspriem
160f279464
[mob][photos] Remove old face crop widget
2024-06-24 17:33:35 +05:30
laurenspriem
aab7e39ab3
[mob][photos] Cleanup feedback
2024-06-22 12:53:35 +05:30
Neeraj Gupta
477bc4ca92
[mob] Reduce error severity ( #2224 )
...
## Description
## Tests
2024-06-19 17:22:11 +05:30
Ashil
f78e01ecd5
[mob][photos] Select all from gallery (only available to internal users) ( #2217 )
...
## Description
- This feature is behind feature flag, only available to internal users.
- Needs testing and some UI tweaks.
https://github.com/ente-io/ente/assets/77285023/19938641-e8b3-4473-bb23-909f57db6994
2024-06-19 16:23:53 +05:30
Neeraj Gupta
1a9e1d7d77
Reduce error noise
2024-06-19 16:20:37 +05:30
laurenspriem
dfcd254668
[mob][photos] Don't falsely fire PeopleChangedEvent
2024-06-19 14:10:04 +05:30
ashilkn
5d61750508
[mob][photos] Remove comments, clean up, use better variable name, add comments
2024-06-19 12:56:00 +05:30
ashilkn
6dfac5643a
Merge branch 'main' into select_all
2024-06-19 12:29:42 +05:30
ashilkn
46b9aa259c
[mob][photos] Keep select all feature behind feature flag
2024-06-19 12:28:47 +05:30
ashilkn
d7a1bf3fcc
[mob][photos] Add select all feature to galleries (3)
2024-06-19 12:21:52 +05:30
Neeraj Gupta
2fcbebd375
[mob] Log suggestion errors ( #2212 )
...
## Description
## Tests
2024-06-18 23:36:15 +05:30
Neeraj Gupta
c50366ce3b
Log suggestion errors
2024-06-18 23:33:36 +05:30
Neeraj Gupta
70a33ca0b8
[mob] Extract string
2024-06-18 23:30:26 +05:30
ashilkn
a099869ecc
[mob][photos] Add an new instance varialbe in ThumbnailWidget which can be optionally passed as true to get the thumbnail without any overlay icons
2024-06-18 17:10:22 +05:30
ashilkn
d282ef2eae
[mob][photos] Show video duration only on GalleryFileWidget and show a centered play icon otherwise
2024-06-18 17:06:55 +05:30
Neeraj Gupta
852e3a59a3
[mob] Show am/pm picker for selected locale
2024-06-18 15:45:29 +05:30
Neeraj Gupta
23f6da17c4
[mob] Pass correct locale for datepicker
2024-06-18 15:41:14 +05:30
ashilkn
ffcda13a4e
[mob][photos] Add select all feature to galleries (2)
2024-06-17 08:51:18 +05:30
ashilkn
9f4ce085c1
[mob][photos] Add select all feature to galleries (1)
2024-06-17 08:43:07 +05:30
ashilkn
ff1e84d0d8
[mob][photos] Avoid using .of(context) in initState to stop exceptions from being thrown
2024-06-17 08:41:12 +05:30
ashilkn
4f18fff36b
[mob][photos] Assert or log depending on the context if inherited widget holding selection state is used in a wrong way
2024-06-17 08:16:31 +05:30
ashilkn
befcb72b04
[mob][photos] Make Select all's UI better
2024-06-15 15:36:50 +05:30
ashilkn
f001812a1d
[mob][photos] Assert that SelectionState inherited widget is in context or not
2024-06-15 12:23:45 +05:30
ashilkn
1b993a617a
[mob][photos] Update select all button's state checking if all are selected or not on each select/unselect operation
2024-06-15 12:21:58 +05:30
ashilkn
f04e54f68b
[mob][photos] Select all MVP
2024-06-14 22:30:02 +05:30
ashilkn
aebe483d80
[mob][photos] Remove internal user flag
2024-06-13 12:33:44 +05:30
Neeraj Gupta
c0367729a7
Merge branch 'main' into mobile-videoeditor
2024-06-13 11:46:06 +05:30
Prateek Sunal
66d58d1538
Merge branch 'main' into mobile-videoeditor
2024-06-12 19:57:50 +05:30
ashilkn
7fdf52309a
[mob][photos] Keep showing of magic examples on search tab behind feature flag
2024-06-12 16:40:39 +05:30
ashilkn
04b3e0c7fb
Merge branch 'main' into discovery-3
2024-06-11 18:06:14 +05:30
Prateek Sunal
8c75a2324c
fix(mobile): update light mode ui
2024-06-11 02:14:38 +05:30
Aman Raj Singh Mourya
b8c6a67faa
[mob][photos] remove null check from non-nullabe variables
2024-06-10 16:00:57 +05:30