1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-26 03:45:49 +00:00
syncthing-android/app/src/main
Catfriend1 e0d8153b6d
Add explanation in UI why syncthing is (not) running (fixes #729)
* WIP - Allow expanding the drawer if syncting is not running
- Hide syncthing process stats in Drawer if syncthing is not running
- Hide menu action button if syncthing is not running (except settings and exit)

* WIP - Add RunConditionsMonitor#getRunDecisionExplanation

* WIP - Show run status explanation in StatusFragment

* Fix duplicate declaration in RunConditionMonitor

* Explain all syncthing service statuses instead of only
differentiating between ACTIVE and NON-ACTIVE

* Remove parts marked "// to-remove"

* Remove unused resources

* Move syncthing live status from drawer into status tab

* Fix handler start and stop in StatusFragments
Note: onResume is intentionally not overidden as the fragment
is not active after the user left and reentered the app

* Fix crash on orientation change

* Only update MainActivity.ViewPager when a service state occured
This fixes a UI glitch occuring because onResume also results in
onServiceStateChanged as the serviceStateChangeListeners are
re-registered.

* Remove unused strings
2018-08-19 23:22:38 +02:00
..
java/com Add explanation in UI why syncthing is (not) running (fixes #729) 2018-08-19 23:22:38 +02:00
play Bumped version to 0.10.14-beta1 2018-08-07 19:22:35 +01:00
res Add explanation in UI why syncthing is (not) running (fixes #729) 2018-08-19 23:22:38 +02:00
AndroidManifest.xml Add "receiveonly" folder type to UI and model (fixes #1210) (#1211) 2018-08-07 13:14:21 +01:00