Neeraj Gupta
7411125194
[mob][photos] Add support for closing session
2024-04-29 11:20:17 +05:30
Neeraj Gupta
4b97f832b2
[mob][photos] Finish auto-pair integration
2024-04-29 10:23:19 +05:30
Neeraj Gupta
dddbb959b5
[mob][photos] Refactor
2024-04-25 17:45:03 +05:30
Neeraj Gupta
483cfd1f39
[mob][photos] Lint suggestions
2024-04-25 16:28:30 +05:30
Neeraj Gupta
864f5c1fd4
[mob][photos] Extract strings
2024-04-25 16:25:04 +05:30
Neeraj Gupta
f777bdba1b
[mob][photos] Extract strings
2024-04-25 12:44:46 +05:30
Neeraj Gupta
e903fbf9bc
[mob][photos] Continue showing pair dialog in case of error
2024-04-25 11:50:02 +05:30
Neeraj Gupta
aced4bb5cf
[mob][photos] Update cast selection dialog
2024-04-24 15:22:24 +05:30
Neeraj Gupta
729e2adfd1
[mob] Use separate widget for auto-cast
2024-04-24 13:21:12 +05:30
Neeraj Gupta
bed14d8ee9
[mob][photos] Use cast Icon in appbar
2024-04-24 11:38:22 +05:30
vishnukvmd
0b212bf7a6
Move padding within to increase tap-able area
2024-04-24 11:00:18 +05:30
Neeraj Gupta
1251a014b0
[mob][cast] Show choice to auto and manual pair
2024-04-24 10:57:28 +05:30
vishnukvmd
50b6d95ec2
Fix update checker for iOS
2024-04-24 10:54:37 +05:30
vishnukvmd
88e34683ee
Don't check for widgets on iOS
2024-04-24 10:54:21 +05:30
vishnukvmd
21baf023cc
Fix typo
2024-04-24 10:39:50 +05:30
Neeraj Gupta
bd225ced04
[mob][cast] Return name and castDevice as record
2024-04-23 16:08:16 +05:30
Neeraj Gupta
89646ac469
[mob][cast] Refactor + add multiple cast plugin to gracefully handle fdroid
2024-04-23 15:57:17 +05:30
Neeraj Gupta
8fd330c304
Merge branch 'main' into cast
2024-04-23 14:35:37 +05:30
Neeraj Gupta
c55272c87e
[mobile] Add feature flag plugin & use ente server to fetch flags. ( #1524 )
...
## Description
## Tests
2024-04-23 13:57:57 +05:30
Neeraj Gupta
73f35c1a0c
[mobile] Use passkey flag for showing passkey option
2024-04-23 13:38:55 +05:30
Neeraj Gupta
cc49fdf126
[mobile] Remove old feature flag service
2024-04-23 11:55:16 +05:30
Neeraj Gupta
83075ea367
[mobile] Switch to feature flag plugin
2024-04-23 11:54:24 +05:30
Neeraj Gupta
40503d6ef2
[mobile]Whitelist domain ente.io as internal user
2024-04-23 10:32:53 +05:30
Neeraj Gupta
206ab1114e
[mob]Discard upload to deleted or others collection
2024-04-22 11:23:04 +05:30
Neeraj Gupta
da1d778eeb
[mob][photos] Add hook to connect to cast device
2024-04-22 10:47:49 +05:30
Prateek Sunal
5769634a50
fix: use header instead of nonce in EncryptionResult
2024-04-21 18:47:51 +05:30
Prateek Sunal
8fe87cc1e0
fix: on every upload also update last attempted at
2024-04-21 18:20:33 +05:30
Prateek Sunal
3ea655f0d0
fix: missing ')' error sqflite
2024-04-21 18:16:30 +05:30
Neeraj Gupta
733fe6b3d8
[mob][photos] Restrict multipart upload to debug builds
2024-04-20 17:31:42 +05:30
Neeraj Gupta
1cdca5c9ff
[mob][photos] Increase loading iconSize + reduce padding
2024-04-20 17:07:53 +05:30
Neeraj Gupta
04a381fa51
[mob][photos] Use 100 as batchSize for copy
2024-04-20 15:44:43 +05:30
Neeraj Gupta
3e5648dae4
[mob][photos][internal] Enable fav + add to album action for shared files ( #1484 )
...
## Description
https://github.com/ente-io/ente/assets/254676/7ec2f82a-d0d1-4dbe-8836-87d1ffd793f6
## Tests
- [x] Hide Shared Item on Home Page If user has copied it.
- [x] Keep the fav state on the UI
- [x] Client side hash based dedupe works for copied items. Items are
linked to existing item instead of uploading duplicate entries
2024-04-20 15:33:54 +05:30
Neeraj Gupta
5e2c6f84f1
[mob][photos] Use internal flag check
2024-04-20 15:28:22 +05:30
Neeraj Gupta
72ddbbdf79
[mob][photos] Add assert to ensure copy is enabled for internal users
2024-04-20 15:21:26 +05:30
Neeraj Gupta
c165b9ee9c
[mob][photos] Lint
2024-04-20 11:31:09 +05:30
Neeraj Gupta
e2aae744be
[mob][photos] Fix ownerID for copied items
2024-04-20 11:30:40 +05:30
Neeraj Gupta
9a34fdce05
[mob][photos] Enable add to option for shared photos for internal users
2024-04-20 11:30:20 +05:30
Ashil
8113b70441
[mob][photos] Remove code related to sqlite3 ( #1490 )
2024-04-19 18:11:52 +05:30
Ashil
c4c513a1d7
[mob][photos] Use sqlite_async instead of sqlite3 ( #1489 )
...
## Description
Using both `sqlite_async` and `sqlite3` for querying at the same time
was throwing this error:
`error: SqliteException(5): while executing, database is locked,
database is locked (code 5)`
So, have used `sqlite_async` everywhere.
## Tests
- [x] Tested all changes
2024-04-19 16:56:40 +05:30
Neeraj Gupta
fc5705dd7b
[mob][photos] Add additional check for fileType
2024-04-19 16:46:42 +05:30
Neeraj Gupta
01822b760d
[mob][photos] Dedupe using hash before copying
2024-04-19 16:45:29 +05:30
Neeraj Gupta
02890a100b
[mob][photos] Lint fix
2024-04-19 15:56:49 +05:30
Neeraj Gupta
f55fd36579
[mob][photos] Fix: Pass copy of EnteFile to avoid modification in original
2024-04-19 15:54:49 +05:30
Neeraj Gupta
08040d9154
[mob][photos] Use loading indicator instead of blocking progress
2024-04-19 15:52:41 +05:30
Neeraj Gupta
564ca77a8b
Merge remote-tracking branch 'origin/main' into mobile_save_a_copy
2024-04-19 14:57:19 +05:30
Neeraj Gupta
136f53b581
[mob][photos] Fix: Remove fav action on shared photos
2024-04-19 14:53:41 +05:30
Ashil
937267ed72
[mob] perf: avoid unnecessary frame builds and computations when toggling full fullscreen when viewing a file ( #1487 )
2024-04-19 14:17:01 +05:30
Neeraj Gupta
3788fdda6f
[mob][photos]Fix: Show fav icon on shared photos
2024-04-19 14:15:33 +05:30
Neeraj Gupta
7f879aaf57
[mob][photos] Hide incoming file from home screen is saved
2024-04-19 13:34:44 +05:30
Neeraj Gupta
398e66a0eb
[mob][photos] Lint fix
2024-04-19 12:36:28 +05:30