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

66 commits

Author SHA1 Message Date
Lode Hoste
9f4bb9923b Prepare building environment for F-Droid. 2014-08-20 23:58:28 +02:00
804912062c Adjust build process for syncthing v0.9.0 (binary moved, fixes #72). 2014-08-06 16:15:44 +02:00
33ae6290b1 Prepare for syncthing v0.9.0.
This includes chaning the path from github.com/calmh/syncthing to
github.com/syncthing/syncthing, as well as disabling updates from
the web gui
(https://discourse.syncthing.net/t/v0-9-0-upgrade-from-within-gui/537).
2014-08-03 16:33:23 +02:00
44311601d2 Updated gradle Android plugin name. 2014-07-27 22:00:07 +02:00
12db32dcd8 Fix font color problems on pre-Honeycomb (fixes #63). 2014-07-13 16:15:35 +02:00
ca0020b176 Added graphical repo folder picker (closes #40). 2014-06-30 01:43:55 +02:00
db3dbebe96 Update build tools. 2014-06-09 23:49:58 +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
fd24e50511 Use own build script instead of relying on syncthing build target. 2014-05-18 15:18:42 +02:00
c78c6a51f1 Added gradle flavors for different native platforms, and buildNative task. 2014-05-17 22:57:04 +02:00
15f2d5e43f Fixed lint problems. 2014-05-14 23:02:33 +02:00
0ed561015c Use compat theme. 2014-05-14 22:40:19 +02:00
3e8ef39322 Formatting fixes. 2014-05-14 17:25:42 +02:00
6da9b7b8f9 Execute syncthing binary from console instead of loading it as a library.
This makes everything easier, as we can now use standard syncthing releases
instead of custom compiles, and don't have to hardcode the data folder.
2014-05-14 10:35:08 +02:00
7a5855fec5 Replaced Notification with NotificationCompat. 2014-05-13 10:53:47 +02:00
d369cd3876 Moved build to gradle. 2014-05-12 18:54:26 +02:00