laurenspriem
9f5c5fde49
[mob][photos] Parallelize the cropping and encoding of faces
2024-04-30 10:59:45 +05:30
Neeraj Gupta
7d2633190f
Merge branch 'mobile_face' of https://github.com/ente-io/auth into mobile_face
2024-04-29 17:18:32 +05:30
Neeraj Gupta
52f605831f
Merge branch 'main' into mobile_face
2024-04-29 17:18:16 +05:30
laurenspriem
8b1545239c
[mob][photos] Use canvas again for generating face thumbnail
2024-04-29 16:28:19 +05:30
laurenspriem
97d8c5f83e
Merge remote-tracking branch 'origin/mobile_face' into mobile_face
2024-04-27 14:03:40 +05:30
ashilkn
54d3ad9743
[mob][photos] Remove unnecessary optional parameter
2024-04-27 12:37:42 +05:30
laurenspriem
6235f7ee78
[mob][photos] Move FaceBoxImage to face_util
2024-04-27 12:19:29 +05:30
ashilkn
ab5985a08b
[mob][photos] Use generated face crops and crop it using the new method
2024-04-27 11:06:54 +05:30
ashilkn
707916f677
[mob][photos] Add method to convert Image from Image package to UI image
2024-04-27 10:57:49 +05:30
ashilkn
8b236cde09
[mob][photos] When cropping a face from an image, make the image a square and add some buffer around it
2024-04-27 09:59:16 +05:30
ashilkn
caa72ba830
[mob][photos] add option to pass decoded image to face thumbnail generation methods to avoid unnecessary decoding when possible
2024-04-26 15:44:07 +05:30
ashilkn
a0e9913f43
Revert "[mob] Crop image instead of using scale and translate transforms on OG image in CroppedFaceImageView widget"
...
This reverts commit b022ef6d1e6420205ae6a6baa28feffe70679d17.
2024-04-26 12:56:12 +05:30
ashilkn
a577611e65
[mob] merge mobile_face to fix_face_thumbnail
2024-04-26 11:32:33 +05:30
ashilkn
f173bc4038
[mob] Wrote util methods to generate face thumbnails from an image path
...
Need to decide on which util method to use of the two after performance testing
2024-04-25 16:56:43 +05:30
ashilkn
b022ef6d1e
[mob] Crop image instead of using scale and translate transforms on OG image in CroppedFaceImageView widget
2024-04-25 09:35:55 +05:30
laurenspriem
244d562207
[mob][photos] Increase the pool for face thumbnail generation
2024-04-25 08:50:44 +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
83075ea367
[mobile] Switch to feature flag plugin
2024-04-23 11:54:24 +05:30
Neeraj Gupta
206ab1114e
[mob]Discard upload to deleted or others collection
2024-04-22 11:23:04 +05:30
Neeraj Gupta
733fe6b3d8
[mob][photos] Restrict multipart upload to debug builds
2024-04-20 17:31:42 +05:30
Neeraj Gupta
cc682a0a09
Merge branch 'mobile_face' of https://github.com/ente-io/auth into mobile_face
2024-04-20 16:01:08 +05:30
Neeraj Gupta
864f8444d5
Merge branch 'main' into mobile_face
2024-04-20 15:59:36 +05:30
Neeraj Gupta
c165b9ee9c
[mob][photos] Lint
2024-04-20 11:31:09 +05:30
Prateek Sunal
336a6c53fc
fix: use existing encryption path on multipart entry found
2024-04-18 22:42:32 +05:30
Prateek Sunal
f65e8359a7
fix: use random path, add date based fields, use collection id to encrypt file key
2024-04-18 22:38:10 +05:30
Neeraj Gupta
420cec01d2
[mob][photos] Rename method
2024-04-18 22:30:02 +05:30
Prateek Sunal
46b7dba9e3
fix: don't re-encrypt file, add nonce field, upload parts logic
2024-04-18 14:37:07 +05:30
Prateek Sunal
9a810e1cd6
fix: old files
2024-04-16 21:58:58 +05:30
Prateek Sunal
c29beab8d6
Merge remote-tracking branch 'origin/main' into mobile-resumable
2024-04-16 21:57:00 +05:30
Prateek Sunal
6efedfdd28
Merge branch 'mobile-resumable' of https://github.com/ente-io/ente into mobile-resumable
2024-04-16 21:44:29 +05:30
laurenspriem
e3b8d8975f
[mob] Better blur detection handling background noise
2024-04-16 14:51:23 +05:30
Neeraj Gupta
5bac629c2b
[mob][photos] Fix connectivityResult check
2024-04-15 15:21:43 +05:30
Neeraj Gupta
5e32752ba4
[mob][photos] Move multlipart uploader in separate service
2024-04-15 14:40:06 +05:30
Neeraj Gupta
8185fca7c6
Merge branch 'main' into mobile-resumable
2024-04-15 12:18:18 +05:30
Neeraj Gupta
6cfa176566
Merge branch 'main' into mobile-resumable
2024-04-15 12:12:37 +05:30
Neeraj Gupta
2638a06551
[mob][photos] Enable multiPart upload for internal users
2024-04-15 10:56:41 +05:30
Neeraj Gupta
601a776b7a
Merge branch 'main' into multipart
2024-04-15 10:37:42 +05:30
Ashil
bb90b2d3bc
[mob][photos] Upgrade flutter ( #1434 )
...
## Description
- Update flutter
- Update packages
- Fix UI issues because of update (material 3)
- bump up version to v0.8.80
## Tests
- [x] Building on android and iOS.
---------
Co-authored-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2024-04-15 10:21:18 +05:30
Prateek Sunal
1ce6edf626
fix: add internal user config
2024-04-13 14:17:54 +05:30
Prateek Sunal
0a06ee1f55
chore: lint fix
2024-04-13 14:04:06 +05:30
Prateek Sunal
564ca440e7
fix: remove unwanted line
2024-04-13 14:03:54 +05:30
Prateek Sunal
fa68ef5f59
fix: string
2024-04-13 14:02:49 +05:30
Prateek Sunal
ea38997ff9
feat: add status, fix xml parsing
2024-04-13 14:02:49 +05:30
Prateek Sunal
7495a0e388
fix: uploader logic
2024-04-13 14:02:49 +05:30
Prateek Sunal
262c68a59d
fix: add end to file stream
2024-04-13 14:02:49 +05:30
Prateek Sunal
3a8b737968
fix: add file key in table
2024-04-13 14:02:49 +05:30
Prateek Sunal
5e3805b7bb
fix: upload status to table
2024-04-13 14:02:49 +05:30
Prateek Sunal
a4f89c0337
fix: add support for inital resumable
2024-04-13 14:02:48 +05:30
Prateek Sunal
de06c8f38b
fix: use better way to remove quotes
2024-04-13 14:02:29 +05:30
Prateek Sunal
780ec7f9d6
fix: generalize xml parser logic
2024-04-13 14:02:29 +05:30