Commit Graph

163 Commits (43951ec208d899d777d7c88d2b74fbed23838761)

Author SHA1 Message Date
Alex 43951ec208
chore(mobile): Upgrade to Flutter 3.10 (#2429)
* update dependencies

* resolve dependency and update code for Flutter 3.10

* update github action flutter version

* update test version

* iOS deployment

* pump intl package

* list tile fix
2023-05-12 09:21:13 +07:00
Alex The Bot aa97ca9ccf Version v1.55.1 2023-05-09 15:29:06 +07:00
Alex Tran d91247dc35 chore: post release 2023-05-08 22:27:55 +07:00
Alex The Bot 25f55ee6bb Version v1.55.0 2023-05-09 02:08:01 +07:00
Alex The Bot 3d251f51fc Version v1.54.1 2023-04-23 02:36:09 +07:00
Alex d339d4c8dd
post release note 2023-04-18 14:38:46 +07:00
Alex The Bot b0d5cb62fa Version v1.54.0 2023-04-18 16:34:37 +07:00
Vegard Fladby e3b043e0e1
Update Norwegian locale to ICU standard (#2195)
* Update Norwegian locale to ICU standard

Don't know if this is the only place this should be edited.
But the Norwegian locale is not working on the Android app (still in English), And it seems like it should be 'nb-NO' and not 'no-NO'.

https://www.localeplanet.com/icu/nb-NO/index.html

* fix norweigian locale in other places

* fix norweigian locale in other places

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-04-06 14:00:24 +07:00
Alex The Bot cfcae39699 Version v1.53.0 2023-04-06 04:56:28 +07:00
Alex The Bot b1d17302bc Version v1.52.1 2023-03-29 17:37:33 +07:00
Alex The Bot d5596cf6a2 Version v1.52.0 2023-03-28 20:33:08 +07:00
Immich Release Bot 67453d18ff Version v1.51.2 2023-03-22 21:12:45 +07:00
Immich Release Bot 75edc6de0f Version v1.51.1 2023-03-21 03:10:10 +07:00
Alex Tran 780c5183e3
Revert "Version v1.51.1"
This reverts commit 6e1d09fc32.
2023-03-20 22:08:47 +07:00
Immich Release Bot 6e1d09fc32 Version v1.51.1 2023-03-20 20:24:30 +07:00
Immich Release Bot 325639b308 Version v1.51.0 2023-03-20 16:21:28 +07:00
Immich Release Bot 434c1a0f20 Version v1.50.1 2023-03-01 04:58:47 +07:00
Alex Tran 7411bcbb30 post release 2023-02-28 22:54:00 +07:00
Immich Release Bot 7d6d51f4a5 Version v1.50.0 2023-03-01 03:22:31 +07:00
martyfuhry 12217bde8a
feat(mobile): Adds onboarding for permissions (#1865)
* adds onboarding

* fixed error where login was taking you to permission page

* fixed a bad rebase and added more checks to not start backup service on login if no gallery permission

* forgot the permission handler import in AppDelegate

* reverts album selection page

* change to ref watch

* added device_info_plus to podspec

* removed unused import

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-28 10:22:18 +07:00
Alex 3ea107be5a
chore Add Norweigain localization setup (#1859)
* chore(localization): Add Norwegian localization setup

* chore(localization): Add Norwegian localization setup
2023-02-24 12:50:56 +07:00
Alex da9b9c8c69
chore: post release tasks (#1849) 2023-02-23 15:16:16 +07:00
Immich Release Bot 3c5c0ea68f Version v1.49.0 2023-02-23 18:42:23 +07:00
martyfuhry 2b988e1d5d
feat(mobile): Background app refresh status (#1839)
* adds background app refresh message

* fixes ios background settings provider

* styling

* capitalization

* changed to watch

* uses settings notifier now

* forgot to commit this file

* changed to watch and added more clarification

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-23 12:33:53 +07:00
Immich Release Bot 08b221c270 Version v1.48.1 2023-02-22 03:53:56 +07:00
Alex Tran 5cdf7671ed chore: changelog 2023-02-21 11:45:28 +07:00
Immich Release Bot 4dab50c10a Version v1.48.0 2023-02-21 17:18:38 +07:00
martyfuhry e9c9b7a3e2
feat(mobile): iOS background sync notifications (#1811)
* adds notification handling logic

* notification on background updates for iOS

* fixed regression where i accidentally removed load translations from the background sync

* fixed ios translations

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-02-21 06:28:52 +07:00
Alex 03d484aba2
chore(mobile): styling and linter (#1807)
* chore(mobile): styling and linter

* style: adaptive SwitchListTile
2023-02-20 21:40:19 +07:00
martyfuhry 87fea29e32
feat(mobile): iOS background sync (#1758)
* first run of getting background sync working in iOS

* got background sync calling into flutter

* added background task

* added necessary sync files

* fixed some names and added more implementations

* got as far as Hive.initFlutter

* brute force got to await Hive.initFlutter

* lots of print statements to figure out where execution is failing, and its failing at the root asset bundle in the localization.dart service

* first time working, got plugins registered

* removed broken cleanup code

* refactored

* linters

* now can pass user settings

* background service plugin uses app background processing instead of fetch

* renamed backgroundFetch to backgroundProcessing to make it clearer

* don't use max delay

* adds fetch back in

* fixes require charging default values and backup controller page

* fixes background fetch

* fixes ios not importing photos

* guarded path provider ios

* lint

* adds max tries for heartbeat to work in iOS

* fail after seconds

* timeout instead of fail after seconds

* removes release lock from system stop

* restores checkLockReleasedWithHeartbeat to Future<void>

* removes max tries from acquire lock

* fixes lock timeout with iOS

* restored for loop

* adds comments, made the AppRefresh task only run while not requiring network or charge

* fixed compile issue

* now both are registered and added better comments. also added ability for task to cancel itself

* added the podfile and pubspec

* added backup diagnostics to IOS and removed iOS ignored backup options and fixed network connectivity always required

* Added Alex's dev team

* styled debug list item, fixed refresh task not set bug, fixed enable / disable background service on platform channel

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-02-20 05:59:50 +07:00
Jakob Lindskog 8234e44921
Add Swedish i18n (#1769) 2023-02-16 09:11:33 +07:00
Immich Release Bot 7a25d359b7 Version v1.47.3 2023-02-16 03:38:44 +07:00
Alex d47cdfb647
chore(post-release): add release note 2023-02-13 17:56:03 +07:00
Immich Release Bot ac5c17e8be Version v1.47.2 2023-02-13 22:28:29 +07:00
Immich Release Bot 318fba6c97 Version v1.47.1 2023-02-13 21:57:33 +07:00
Immich Release Bot 1dc211a046 Version v1.47.0 2023-02-13 20:04:27 +07:00
martyfuhry 390919c439
automatically read pubspec.yaml to set iOS version and build number (#1734)
Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-11 14:52:43 +07:00
Alex 09ab06ae6c
chore(mobile): Upgrade to Flutter 3.7 (#1416) 2023-02-11 14:23:32 +07:00
Immich Release Bot b37162099e Version v1.46.1 2023-02-10 04:24:05 +07:00
Alex Tran 3ca62d9c55 Add changelogs 2023-02-09 13:00:28 +07:00
Immich Release Bot 2cd45ed1de Version v1.46.0 2023-02-09 17:59:47 +07:00
martyfuhry 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 +07:00
Alex 43e49f36b7
chore(release) post release tasks (#1543) 2023-02-03 14:21:49 +07:00
Immich Release Bot 6bac9c7e8f Version v1.45.0 2023-02-03 16:41:11 +07:00
Alex 29c79ad1d8
chore(release) mobile release related changes 1.44 (#1522)
* relase note

* Add changelogs
2023-02-02 09:56:16 +07:00
Immich Release Bot d77a1aba7a Version v1.44.0 2023-02-02 07:13:46 +07:00
Alex Tran 9e21b16553 Revert "Version v1.44.1"
This reverts commit ab2c019a7a.
2023-02-02 01:03:01 +07:00
Immich Release Bot ab2c019a7a Version v1.44.1 2023-02-02 06:43:35 +07:00
Alex 391bf052e4
Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498)
This reverts commit 00630bd4a3.
2023-01-31 22:05:54 +07:00
martyfuhry 00630bd4a3
fix(mobile): Generate 1 splash screen on Android (#1443) 2023-01-28 16:51:38 +07:00