Commit Graph

173 Commits

Author SHA1 Message Date
Alex The Bot 1f4993350a Version v1.60.0 2023-06-04 15:45:06 +00:00
Alex The Bot da1710bcd2 Version v1.59.1 2023-05-30 17:56:47 +00:00
Alex The Bot 6538e599dd Version v1.59.0 2023-05-30 15:27:35 +00:00
Alex The Bot a460940430 Version v1.58.0 2023-05-27 21:56:06 +00:00
Alex The Bot ecc894ac82 Version v1.57.1 2023-05-23 09:21:22 +00:00
Alex 6aa2800275 chore: post release tasks 2023-05-22 22:43:06 -05:00
Alex The Bot cd7fc7e026 Version v1.57.0 2023-05-23 02:03:49 +00:00
Alex The Bot a1183f4b4b Version v1.56.2 2023-05-20 03:53:45 +00:00
Alex The Bot c8e649f190 Version v1.56.1 2023-05-19 04:01:36 +00:00
Alex The Bot 126f5857c3 Version v1.56.0 2023-05-18 14:03:48 +00:00
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 -05:00
Alex The Bot aa97ca9ccf Version v1.55.1 2023-05-09 15:29:06 +00:00
Alex Tran d91247dc35 chore: post release 2023-05-08 22:27:55 -05:00
Alex The Bot 25f55ee6bb Version v1.55.0 2023-05-09 02:08:01 +00:00
Alex The Bot 3d251f51fc Version v1.54.1 2023-04-23 02:36:09 +00:00
Alex d339d4c8dd post release note 2023-04-18 14:38:46 -05:00
Alex The Bot b0d5cb62fa Version v1.54.0 2023-04-18 16:34:37 +00: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 -05:00
Alex The Bot cfcae39699 Version v1.53.0 2023-04-06 04:56:28 +00:00
Alex The Bot b1d17302bc Version v1.52.1 2023-03-29 17:37:33 +00:00
Alex The Bot d5596cf6a2 Version v1.52.0 2023-03-28 20:33:08 +00:00
Immich Release Bot 67453d18ff Version v1.51.2 2023-03-22 21:12:45 +00:00
Immich Release Bot 75edc6de0f Version v1.51.1 2023-03-21 03:10:10 +00:00
Alex Tran 780c5183e3 Revert "Version v1.51.1"
This reverts commit 6e1d09fc32.
2023-03-20 22:08:47 -05:00
Immich Release Bot 6e1d09fc32 Version v1.51.1 2023-03-20 20:24:30 +00:00
Immich Release Bot 325639b308 Version v1.51.0 2023-03-20 16:21:28 +00:00
Immich Release Bot 434c1a0f20 Version v1.50.1 2023-03-01 04:58:47 +00:00
Alex Tran 7411bcbb30 post release 2023-02-28 22:54:00 -06:00
Immich Release Bot 7d6d51f4a5 Version v1.50.0 2023-03-01 03:22:31 +00: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 -06: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 -06:00
Alex da9b9c8c69 chore: post release tasks (#1849) 2023-02-23 15:16:16 -06:00
Immich Release Bot 3c5c0ea68f Version v1.49.0 2023-02-23 18:42:23 +00: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 -06:00
Immich Release Bot 08b221c270 Version v1.48.1 2023-02-22 03:53:56 +00:00
Alex Tran 5cdf7671ed chore: changelog 2023-02-21 11:45:28 -06:00
Immich Release Bot 4dab50c10a Version v1.48.0 2023-02-21 17:18:38 +00: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 -06:00
Alex 03d484aba2 chore(mobile): styling and linter (#1807)
* chore(mobile): styling and linter

* style: adaptive SwitchListTile
2023-02-20 21:40:19 -06: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 +00:00
Jakob Lindskog 8234e44921 Add Swedish i18n (#1769) 2023-02-16 09:11:33 -06:00
Immich Release Bot 7a25d359b7 Version v1.47.3 2023-02-16 03:38:44 +00:00
Alex d47cdfb647 chore(post-release): add release note 2023-02-13 17:56:03 -06:00
Immich Release Bot ac5c17e8be Version v1.47.2 2023-02-13 22:28:29 +00:00
Immich Release Bot 318fba6c97 Version v1.47.1 2023-02-13 21:57:33 +00:00
Immich Release Bot 1dc211a046 Version v1.47.0 2023-02-13 20:04:27 +00: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 -06:00
Alex 09ab06ae6c chore(mobile): Upgrade to Flutter 3.7 (#1416) 2023-02-11 14:23:32 -06:00
Immich Release Bot b37162099e Version v1.46.1 2023-02-10 04:24:05 +00:00
Alex Tran 3ca62d9c55 Add changelogs 2023-02-09 13:00:28 -06:00