1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-24 05:11:15 +00:00
Commit graph

56 commits

Author SHA1 Message Date
b1749ce7cb Changed code style to use spaces instead of tabs.
It is impossible to add a custom code style in Android Studio that is
stored in the project repository. So change style to something that's
easy to use in practice now rather than later.
2014-09-25 02:28:58 +03:00
d78319ee00 Move Activities and Fragments into seperate folders. 2014-09-25 02:28:04 +03:00
d2e0c291b6 Use PreferenceFragments with a wrapper instead of SettingsFragments (fixes #64). 2014-09-25 02:28:04 +03:00
690190850e Start automatically on boot (closes #54). 2014-09-25 02:28:04 +03:00
9c4a85b85d Add options to stop sync when not charging or not on wifi (fixes #15). 2014-09-25 02:28:04 +03:00
733940cbdf Bumped version to 0.4.19. 2014-09-25 02:15:11 +03:00
508f1884ad Bumped version to 0.4.18. 2014-09-19 17:20:26 +03:00
7488f3e61e Bumped version to 0.4.17. 2014-09-17 20:31:51 +03:00
fdbb2252ec Bumped version to 0.4.16. 2014-09-12 17:07:09 +03:00
d4368d708b Bumped version to 0.4.15. 2014-09-10 23:15:05 +03:00
36de750b3f Bumped version to 0.4.14. 2014-09-06 23:45:34 +03:00
5171207ab6 Bumped version to 0.4.13. 2014-09-01 17:08:47 +03:00
06351c945c Bumped version to 0.4.12 2014-08-29 18:06:19 +03:00
df14692fdd Bumped version to 0.4.11. 2014-08-27 22:42:19 +02:00
734cbf8d9f Bump version to 0.4.10. 2014-08-27 15:04:35 +02:00
3196cfe8bf Bumped version to 0.4.9. 2014-08-23 14:52:35 +02:00
c092ff659e Bumped version to 0.4.8. 2014-08-18 11:12:33 +02:00
6c737c6b68 Bumped version to 0.4.7. 2014-08-16 22:34:26 +02:00
41b33d6bf6 Bumped version to 0.4.6. 2014-08-07 17:37:30 +02:00
fd5455eff4 Bumped version to 0.4.5. 2014-08-04 19:27:07 +02:00
44317ba2f0 Bumped version to 0.4.4. 2014-08-03 16:38:04 +02:00
e7a097d215 Bumped version to 0.4.3. 2014-07-23 15:02:00 +02:00
12db32dcd8 Fix font color problems on pre-Honeycomb (fixes #63). 2014-07-13 16:15:35 +02:00
3719be19c0 Bumped version to 0.4.2. 2014-07-09 14:39:13 +02:00
6ccf1667e8 Show dialog if syncthing binary crashes instead of just crashing (ref #58). 2014-07-05 19:22:11 +02:00
d46d1d4e48 Use normal theme instead of dialog theme for repo/node settings.
This caused problems as dialogs don't have an ActionBar, and adding
ActionBar explicitly gives problems with old API levels. Closes #51.
2014-07-04 23:03:58 +02:00
1c1197b85b Bumped version to 0.4.1. 2014-07-03 23:14:51 +02:00
ad1138e5c5 Fixed ActionBar up button not working in all activities (ref #49). 2014-07-01 13:52:59 +02:00
9806b66f56 Use split ActionBar for FolderPickerActivity. 2014-07-01 11:43:27 +02:00
2bbc9e9e29 Bumped version to 0.4.0. 2014-06-30 02:20:47 +02:00
28fa7068f1 Fixed lint warnings. 2014-06-30 02:20:32 +02:00
ca0020b176 Added graphical repo folder picker (closes #40). 2014-06-30 01:43:55 +02:00
3933740213 Added node and repo settings activities. 2014-06-30 01:43:54 +02:00
56e0fa3631 Change app theme for consistency with web ui. 2014-06-30 01:43:53 +02:00
d524461634 Added native main activity with tabs for repos and nodes. 2014-06-30 01:43:53 +02:00
0278210471 Moved SettingsActivity and WebGuiActivity to gui folder. 2014-06-30 01:43:53 +02:00
870c451477 Bumped version to 0.3.10. 2014-06-27 17:59:39 +02:00
29cef17547 Bumped version to 0.3.9. 2014-06-22 23:07:20 +02:00
b3218c3c2f Bumped version to 0.3.8. 2014-06-19 01:13:25 +02:00
08d824a46e Bump version to 0.3.7. 2014-06-15 21:09:39 +02:00
aa9485d6d4 Bumped version to 0.3.6 2014-06-08 19:09:33 +02:00
b43804beed Bumped version to 0.3.5. 2014-06-04 19:14:37 +02:00
011e009252 Bump version to 0.3.4. 2014-06-03 13:06:57 +02:00
a8b84a21e5 Bumped version to 0.3.3. 2014-05-27 00:56:10 +02:00
d6025a5e6b Bumped version to 0.3.2. 2014-05-26 20:22:56 +02:00
808ed14b27 Renamed package ".service" to ".syncthing". 2014-05-26 20:19:02 +02:00
ca871a7ba2 Bumped version to 0.3.1. 2014-05-26 20:14:43 +02:00
1e787c9051 Bumped version to 0.3.0. 2014-05-22 14:43:06 +02:00
a0881ca8c8 Ignore "version code unused" lint warning
The value is actually read from gradle by getVersionCodeFromManifest().
2014-05-19 01:21:13 +02:00
a2a3f189b3 Bumped version to 0.2.0. 2014-05-15 13:19:17 +02:00