1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00
Commit graph

1411 commits

Author SHA1 Message Date
0d964b290d Merge branch 'sferra-fix-webview-reload-on-orientation-change' 2017-11-13 22:43:29 +09:00
9686406aaa Merge branch 'fix-webview-reload-on-orientation-change' of https://github.com/sferra/syncthing-android into sferra-fix-webview-reload-on-orientation-change 2017-11-13 16:52:28 +09:00
c3be04a3f2 Revert "Update travis dependencies"
This reverts commit 1d2a47bf7d.
2017-11-13 14:36:25 +09:00
3b05663041 Bumped version to 0.10.0 2017-11-13 11:23:50 +09:00
1d2a47bf7d Update travis dependencies 2017-11-13 11:15:54 +09:00
473b2040fc Don't upgrade plugin to 3.0 yet, as it breaks lint
https://stackoverflow.com/a/47127584/1837158
2017-11-13 11:09:26 +09:00
9671bc584a Updated dependencies 2017-11-13 09:46:29 +09:00
d9a48de886 Merge branch 'develop' 2017-11-13 09:31:37 +09:00
Cristian Beskid
c8e57afe65 Fix web UI being reloaded on orientation changes.
See #970
2017-11-10 18:03:05 +01:00
bb2dc295c7 Bumped version to 0.10.0-beta4 2017-11-09 12:26:05 +09:00
8177fa4e2c Imported translations 2017-11-09 12:25:46 +09:00
67e69defba Updated Syncthing to v0.14.40 2017-11-09 12:21:40 +09:00
522d43f620 Use correct platform for Syncthing build (fixes #982) 2017-11-09 12:18:01 +09:00
cb5e9b48ba Improve Volley retry policy to problems with events (fixes #904) 2017-11-05 21:50:03 +09:00
433829036d Delete files properly from MediaStore (fixes #983) 2017-11-05 21:31:34 +09:00
06e3bee3df Speed up transifex download 2017-10-26 13:07:39 +09:00
ba791c6ae3 Bumped version to 0.10.0-beta3 2017-10-25 15:20:56 +09:00
3a6a6030bf Don't crash if password BCrypt formatted 2017-10-25 10:59:58 +09:00
3409578995 Also consider Syncthing rc releases if we are building beta or rc 2017-10-25 00:42:54 +09:00
bdb3593468 Bumped version to 0.10.0-beta2 2017-10-25 00:00:20 +09:00
09efecaead Fix crash related to usage reporting update (fixes #978) 2017-10-24 23:58:37 +09:00
a545fddb33 Disable timestamps in Syncthing logs (fixes #960) 2017-10-24 22:59:07 +09:00
6c542600fa Fix version 2017-10-24 22:26:31 +09:00
abbc123995 Bumped version to 0.10.0-beta1 2017-10-24 21:32:45 +09:00
51f6809b2b Imported translations 2017-10-24 21:29:24 +09:00
ab920d216d Updated Syncthing to v0.14.40-rc.1 2017-10-24 21:20:33 +09:00
485d76163e Revert "Revert build script changes"
This reverts commit 18c419b2ed.
2017-10-24 14:55:28 +09:00
16cbc91405 Update notification text 2017-10-24 13:12:30 +09:00
05326f2b60 Fixed disabled dialog behaviour 2017-10-24 03:23:43 +09:00
a7742103e1 Grant write permission when sharing stignore file 2017-10-24 02:14:26 +09:00
fa49c796ae Fixed crash when opening SettingsActivity 2017-10-24 00:01:24 +09:00
Jessie Chatham Spencer
d6ee33e48e Improvements for "save to Syncthing" (#939)
* Addressing #899 and #898.
Added Subdirectory browsing
The previously selected folder is remembered.
The subdirectory is remembered for each syncthing folder.
The saved subdirectory in the sharedpreferences is deleted when a folder is deleted.
The root directory of the folderpicker activity is set to the synced folder, so the user can only choose a subfolder within the folder that is being synced.
The folderpicker activity was modified inorder to allow for a custom root directroy to be set.

* Addressing change requests.
Spelling and formatting.

* Addressing change requests.
 - The saved folder subdirectory is now deleted in RestApi.removeFolder(),
   this ensure that the data will be deleted no matter where removeFolder()
   is called from.

 - FolderPickerActivity.createIntentWithRootDir() removed and its functionality moved
   to FolderPickerActivity.createIntent() inorder to simplify the code.

 - getSharedPreference has been replaced with PreferenceManager.getDefaultSharedPreferences.

 - When passing the directory to CopyFileTask getSavedSubdirectory() is now used, instead
   of getting the text from the textview. This is cleaner and ensures that the same method us
   used to get the saved subdirectory everywhere in the ShareActivity.

 - File is used to combine the folder path and subdirectory path instead of strings.
   This ensures that the paths are properly combined. As a result of this CopyFilesTask
   has been modified so it accepts a File instead of a String.

* Addressing change requests
    - Removed the preceding slash from the sub directory and added a trailing slash.
    - TextView now diplays a message when no sub directory is selected.
    - A separate browse button has been added.

* Fixes UI for all screen sizes in the share activity and adds helper method for formatting file
paths.
If there is not space for the save and cancel buttons then the view becomes scrollable
so the buttons can be reached.
2017-10-23 23:28:26 +09:00
3bec05f718 Always run as foreground service with "run in background" (fixes #922) 2017-10-23 23:17:05 +09:00
07a9518437 Fix app control by broadcast intents on Android 8 (fixes #976) 2017-10-23 22:59:21 +09:00
d925cbfdde Fix dialog crashes in StateDialogActivity 2017-10-20 10:36:53 +09:00
da9db849eb Start receivers when required, instead of declaring them in manifest
This should solve some problems on Android 8
https://forum.syncthing.net/t/charging-only-run-condition-is-no-longer-working-as-expected/10772
2017-10-20 00:40:39 +09:00
fc79c3c004 Updated string 2017-10-19 14:18:33 +09:00
bba3b5f927 Bumped version to 0.9.17 2017-10-19 12:41:10 +09:00
79f6f8fafa Imported translations 2017-10-19 12:40:27 +09:00
f8a41ff4b7 Don't call startForegroundService if app is not running in background (fixes #972) 2017-10-19 12:35:17 +09:00
18c419b2ed Revert build script changes
This reverts commits 5749b98b92,
9559d0c2d9,
536c826fbb
2017-10-19 12:09:53 +09:00
5749b98b92 Update build instructions 2017-10-17 17:32:16 +09:00
9559d0c2d9 Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
536c826fbb Merge branch 'cgo-build' 2017-10-17 09:14:17 +09:00
1660479b6e Build Syncthing with CGO and target android (fixes #873) 2017-10-17 09:13:06 +09:00
9840076f31 Update release scripts 2017-10-11 12:55:12 +09:00
432c666c0d Bumped version to 0.9.16 2017-10-11 12:33:26 +09:00
5edeae4b08 Imported translations 2017-10-11 12:32:56 +09:00
8e75a88b6a Try to fix notification not showing (ref #966) 2017-10-11 12:26:08 +09:00
ee0e361101 Improve error handling if config can't be opened 2017-10-10 21:52:31 +09:00