1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

422 Commits

Author SHA1 Message Date
527aa61a87 fix(mobile): Added flutter native splash and splash screens (#1520)
* rebasing

* added launch background image to repository

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-06 00:41:07 -06:00
43e49f36b7 chore(release) post release tasks (#1543) 2023-02-03 14:21:49 -06:00
6bac9c7e8f Version v1.45.0 2023-02-03 16:41:11 +00:00
29c79ad1d8 chore(release) mobile release related changes 1.44 (#1522)
* relase note

* Add changelogs
2023-02-02 09:56:16 -06:00
d77a1aba7a Version v1.44.0 2023-02-02 07:13:46 +00:00
9e21b16553 Revert "Version v1.44.1"
This reverts commit ab2c019a7a.
2023-02-02 01:03:01 -06:00
ab2c019a7a Version v1.44.1 2023-02-02 06:43:35 +00:00
4f38851880 fix(CI): fix mobile build artifact with proper signing (#1504) 2023-02-01 21:50:07 -06:00
391bf052e4 Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498)
This reverts commit 00630bd4a3.
2023-01-31 22:05:54 -06:00
1a640609c7 chore(mobile): Build and sign APK in GitHub Action (#1471)
* chore(mobile): Build and sign APK in GitHUb Action

* fix-1: working directory

* fix-2: working directory

* fix-3: key ALIAS

* fix-4: build apk

* fix-5: naming
2023-01-28 17:24:42 -06:00
00630bd4a3 fix(mobile): Generate 1 splash screen on Android (#1443) 2023-01-28 16:51:38 -06:00
12ecf366b0 chore(mobile): Add adaptive launcher icon for Android (#1457) 2023-01-27 23:18:42 -06:00
275562bce0 Version v1.43.1 2023-01-28 05:13:59 +00:00
0220f900c1 fix(mobile): Pump ios version and fix static code test (#1451)
* fix(mobile): Pump ios version and fix static code test

* Added changelog note
2023-01-27 16:20:45 -06:00
10a0e58572 Version v1.43.0 2023-01-27 21:06:22 +00:00
1b6dd9241f Added release note for Android 2023-01-18 11:52:22 -06:00
ecb4ee2e3e Pump version 2023-01-18 10:15:25 -06:00
6b9a4a8d6f pump 2023-01-09 22:12:17 -06:00
2d326f47ec add patch note 2022-12-27 10:03:08 -06:00
9c38cc42f6 Up version for release 2022-12-27 09:53:04 -06:00
ab0a3690f3 fix/mobile notification android 13 (#1175)
* fix(mobile) runtime notification permission rule Android 13

* Format
2022-12-25 22:47:54 -06:00
42e57547f7 Update readme and docs 2022-12-19 13:34:44 -06:00
b88e24678b Up version for release 2022-12-19 12:27:07 -06:00
e9cebedb4a Up version mobile 2022-12-11 14:51:03 -06:00
f096910abc Fix release note 2022-12-09 21:54:58 -06:00
0633eaf68c Pump 2022-12-09 15:19:22 -06:00
c23b2479f7 feat(mobile): configurable background backup delay (#1068)
let's the user configure how much to delay the trigger for running the backup whenever assets are changed on the device
2022-12-08 09:51:36 -06:00
da87b1256c Release mobile hotfix 2022-12-01 23:16:22 -06:00
a3971543b5 fix(mobile): Start up from splash screen does not trigger foreground backup (#1042) 2022-12-01 09:20:53 -06:00
a384798779 Up version for release 2022-11-30 11:18:06 -06:00
1e9d67ec39 Up mobile version for hotfix release 2022-11-24 15:50:18 -06:00
80d0ddca9a fix(mobile): Fix not able to show device asset on Android 13 (#1016) 2022-11-24 15:47:55 -06:00
bc9ee1d611 Added hotfix release note 2022-11-21 05:41:44 -06:00
9d2c30298e Added changelog for mobile 2022-11-20 14:11:33 -06:00
6f5d60fb62 Up version for release 2022-11-20 13:13:27 -06:00
b3e51cc849 feat(mobile) Add OAuth Login On Mobile (#990)
* Added return type for oauth/callback

* Remove console.log

* Redirect app

* Wording

* Added loading state change

* Added OAuth login on mobile

* Return correct status for  correct redirection

* Auto discovery OAuth Login
2022-11-20 11:43:10 -06:00
909e4820d6 chore(web,mobile): update github repo url (#974) 2022-11-15 20:30:44 -06:00
b457bfbd4e typo(android-feature-note): Reserve geocoding -> Reverse geocoding (#946)
* Typo: Reserve geocoding -> Reverse geocoding

https://en.wikipedia.org/wiki/Reverse_geocoding

* Update mobile/android/fastlane/metadata/android/en-US/full_description.txt
2022-11-09 10:17:43 -06:00
66640ebfeb Up version for release 2022-11-08 14:34:47 -06:00
1633af7af6 feat(mobile): show local assets (#905)
* introduce Asset as composition of AssetResponseDTO and AssetEntity

* filter out duplicate assets (that are both local and remote, take only remote for now)

* only allow remote images to be added to albums

* introduce ImmichImage to render Asset using local or remote data

* optimized deletion of local assets

* local video file playback

* allow multiple methods to wait on background service finished

* skip local assets when adding to album from home screen

* fix and optimize delete

* show gray box placeholder for local assets

* add comments

* fix bug: duplicate assets in state after onNewAssetUploaded
2022-11-08 11:00:24 -06:00
d90527a095 Up version for release 2022-11-06 21:00:32 -06:00
dcefd53bfe fix(mobile,Android): throttle detail progress notifications & wait on foregroundInfo (#907) 2022-10-31 21:02:06 -05:00
25848b78f9 Up version for release 2022-10-26 11:24:04 -05:00
85a80fd032 Added changlog 2022-10-21 13:19:04 -05:00
1ec7122381 Up version for release 2022-10-19 20:07:53 -05:00
c271f0c224 Up version for release 2022-10-14 16:21:26 -05:00
46994c3355 Up version for release 2022-10-06 12:11:12 -05:00
a3aca4acb5 feat(mobile) Run background service after being killed (#789) 2022-10-06 11:32:45 -05:00
5dfce4db34 feat(mobile): background backup progress notifications (#781)
* settings to configure upload progress notifications (none/standard/detailed)
* use native Android notifications to show progress information
* e.g. 50% (30/60) assets
* e.g. Uploading asset XYZ - 25% (2/8MB)
* no longer show errors if canceled by system (losing network)
2022-10-05 09:59:35 -05:00
2094204877 Up version for release 2022-10-04 15:29:37 -05:00