mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
87fea29e32
* 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>
139 lines
4.8 KiB
Plaintext
139 lines
4.8 KiB
Plaintext
PODS:
|
|
- Flutter (1.0.0)
|
|
- flutter_native_splash (0.0.1):
|
|
- Flutter
|
|
- flutter_udid (0.0.1):
|
|
- Flutter
|
|
- SAMKeychain
|
|
- flutter_web_auth (0.5.0):
|
|
- Flutter
|
|
- fluttertoast (0.0.2):
|
|
- Flutter
|
|
- Toast
|
|
- FMDB (2.7.5):
|
|
- FMDB/standard (= 2.7.5)
|
|
- FMDB/standard (2.7.5)
|
|
- image_picker_ios (0.0.1):
|
|
- Flutter
|
|
- integration_test (0.0.1):
|
|
- Flutter
|
|
- isar_flutter_libs (1.0.0):
|
|
- Flutter
|
|
- package_info_plus (0.4.5):
|
|
- Flutter
|
|
- path_provider_foundation (0.0.1):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- path_provider_ios (0.0.1):
|
|
- Flutter
|
|
- photo_manager (2.0.0):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- SAMKeychain (1.5.3)
|
|
- share_plus (0.0.1):
|
|
- Flutter
|
|
- shared_preferences_foundation (0.0.1):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- sqflite (0.0.2):
|
|
- Flutter
|
|
- FMDB (>= 2.7.5)
|
|
- Toast (4.0.0)
|
|
- url_launcher_ios (0.0.1):
|
|
- Flutter
|
|
- video_player_avfoundation (0.0.1):
|
|
- Flutter
|
|
- wakelock (0.0.1):
|
|
- Flutter
|
|
|
|
DEPENDENCIES:
|
|
- Flutter (from `Flutter`)
|
|
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
|
|
- flutter_udid (from `.symlinks/plugins/flutter_udid/ios`)
|
|
- flutter_web_auth (from `.symlinks/plugins/flutter_web_auth/ios`)
|
|
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
|
|
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
|
|
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
|
- isar_flutter_libs (from `.symlinks/plugins/isar_flutter_libs/ios`)
|
|
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
|
|
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`)
|
|
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
|
|
- photo_manager (from `.symlinks/plugins/photo_manager/ios`)
|
|
- share_plus (from `.symlinks/plugins/share_plus/ios`)
|
|
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`)
|
|
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
|
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
|
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`)
|
|
- wakelock (from `.symlinks/plugins/wakelock/ios`)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- FMDB
|
|
- SAMKeychain
|
|
- Toast
|
|
|
|
EXTERNAL SOURCES:
|
|
Flutter:
|
|
:path: Flutter
|
|
flutter_native_splash:
|
|
:path: ".symlinks/plugins/flutter_native_splash/ios"
|
|
flutter_udid:
|
|
:path: ".symlinks/plugins/flutter_udid/ios"
|
|
flutter_web_auth:
|
|
:path: ".symlinks/plugins/flutter_web_auth/ios"
|
|
fluttertoast:
|
|
:path: ".symlinks/plugins/fluttertoast/ios"
|
|
image_picker_ios:
|
|
:path: ".symlinks/plugins/image_picker_ios/ios"
|
|
integration_test:
|
|
:path: ".symlinks/plugins/integration_test/ios"
|
|
isar_flutter_libs:
|
|
:path: ".symlinks/plugins/isar_flutter_libs/ios"
|
|
package_info_plus:
|
|
:path: ".symlinks/plugins/package_info_plus/ios"
|
|
path_provider_foundation:
|
|
:path: ".symlinks/plugins/path_provider_foundation/ios"
|
|
path_provider_ios:
|
|
:path: ".symlinks/plugins/path_provider_ios/ios"
|
|
photo_manager:
|
|
:path: ".symlinks/plugins/photo_manager/ios"
|
|
share_plus:
|
|
:path: ".symlinks/plugins/share_plus/ios"
|
|
shared_preferences_foundation:
|
|
:path: ".symlinks/plugins/shared_preferences_foundation/ios"
|
|
sqflite:
|
|
:path: ".symlinks/plugins/sqflite/ios"
|
|
url_launcher_ios:
|
|
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
|
video_player_avfoundation:
|
|
:path: ".symlinks/plugins/video_player_avfoundation/ios"
|
|
wakelock:
|
|
:path: ".symlinks/plugins/wakelock/ios"
|
|
|
|
SPEC CHECKSUMS:
|
|
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
|
|
flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef
|
|
flutter_udid: 0848809dbed4c055175747ae6a45a8b4f6771e1c
|
|
flutter_web_auth: c25208760459cec375a3c39f6a8759165ca0fa4d
|
|
fluttertoast: eb263d302cc92e04176c053d2385237e9f43fad0
|
|
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
|
image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb
|
|
integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
|
|
isar_flutter_libs: b69f437aeab9c521821c3f376198c4371fa21073
|
|
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
|
|
path_provider_foundation: 37748e03f12783f9de2cb2c4eadfaa25fe6d4852
|
|
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
|
|
photo_manager: 4f6810b7dfc4feb03b461ac1a70dacf91fba7604
|
|
SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c
|
|
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
|
|
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
|
|
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
|
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
|
|
url_launcher_ios: fb12c43172927bb5cf75aeebd073f883801f1993
|
|
video_player_avfoundation: e489aac24ef5cf7af82702979ed16f2a5ef84cff
|
|
wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f
|
|
|
|
PODFILE CHECKSUM: c798208781ca5116c4a3d5927d689946791f0189
|
|
|
|
COCOAPODS: 1.11.3
|