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

34 commits

Author SHA1 Message Date
Lode Hoste
5b7cb05a47 Only use signingconfigs when environment settings are set 2015-03-21 11:44:34 +01:00
Lode Hoste
01cc786263 Add signingconfig 2015-03-21 00:56:59 +01:00
212803a09b Updated dependencies. 2015-02-22 20:43:59 +01:00
9b4bf80066 Updated dependencies. 2015-01-21 16:53:48 +01:00
ef34984231 Removed unused mips build config. 2015-01-21 16:36:20 +01:00
Lode Hoste
73a21a3c04 Force static linking 2015-01-16 09:46:06 +01:00
660b9e689e No more ARMv7 (fixes #206). 2015-01-14 12:07:47 +01:00
e5209066ee Updated dependencies and gradle wrapper. 2014-12-07 11:58:54 +02:00
4f5a467ee0 Updated dependencies. 2014-11-05 19:13:44 +02:00
ade88b3f95 Removed signing config from build.gradle.
The signing can be done in Android Studio now.
2014-11-04 13:47:22 +02:00
443c8e96d4 Updated target to Android 5.0, use material design, updated dependencies. 2014-10-18 14:58:23 +03:00
a8b9950101 Get support-v4-preferencefragment via maven dependency instead of submodule. 2014-09-25 02:29:19 +03:00
19d3399288 Use hardcoded version names for gradle dependencies.
Also added notes in Readme on how to update dependencies and submodules.
2014-09-25 02:29:19 +03:00
7b3d1b4052 Added various unit tests. 2014-09-25 02:28:58 +03:00
2e83305b93 Added unit tests for BroadcastReceivers. 2014-09-25 02:28:58 +03:00
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
d2e0c291b6 Use PreferenceFragments with a wrapper instead of SettingsFragments (fixes #64). 2014-09-25 02:28:04 +03:00
026f508b18 Use Java 1.7. 2014-09-25 02:28:04 +03:00
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