mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
976d9f9bad
* AndroidManifest: Add SyncTriggerJobService * Add Constants#isRunningOnEmulator * Add Constants: WAIT_FOR_NEXT_SYNC_DELAY_SECS, TRIGGERED_SYNC_DURATION_SECS * WIP: Schedule Job in BootReceiver * Add Util/JobUtils * Util/JobUtils: Improve log text * Add service/SyncTriggerJobService scheduled by JobScheduler. See JobUtils#scheduleSyncTriggerServiceJob for more details. * RunConditionMonitor: Add SyncTriggerReceiver via LocalBroadcastReceiver. * BootReceiver: Add ToDo * Add pref: PREF_RUN_ON_TIME_SCHEDULE * Fine tune debug constants - time intervals * JobUtils: In seconds please * Add strings: en-GB * RunConditionMonitor: Implement hourly sync time frames (fixes #15) * Imported translation: de * Fix lint: .JOB_SCHEDULER_SERVICE, API 21 instead of 23 * JobUtils: Noop on Android API level before 21 (L) * Fix lint: RequiresApi(21) for SyncTriggerJobService * Hide pref "run on time schedule" on Android < 5.x * JobUtils: Show time of grace in brackets when logged * BootReceiver: Realign comment, remove unnecessary code |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
lint.xml | ||
postbuild.py |