1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

67 Commits

Author SHA1 Message Date
Loic Blot
6bd1ce5ae9
Version 2.0.6 - ncsmsgo updated to latest golang runtime (1.11.4) 2019-01-14 19:54:10 +01:00
Loic Blot
990de7450b
Version fixes 2018-12-22 18:38:14 +01:00
Loic Blot
6b9c825ed9
Version 2.0.5 2018-12-22 18:27:56 +01:00
Loic Blot
c4598208ac
Update maxSdkVersion 2018-12-22 18:24:31 +01:00
Loic Blot
03d18ae1e2
Update target version & dependencies 2018-12-22 18:23:40 +01:00
Loic Blot
3bb087663a
Gradle updates 2018-12-22 18:23:40 +01:00
Loic Blot
7b9f035cd0
Update gradle tool 2018-06-10 16:16:25 +02:00
Loic Blot
96cdeaa2f0
Update deps & gradle 2018-06-10 16:08:42 +02:00
Loic Blot
e1fad991a8
Version 2.0.4 2018-03-18 12:26:16 +01:00
Loic Blot
160688d06f
Update android sdk & build tools 2018-03-18 12:25:31 +01:00
Loic Blot
60ac0afbea
Fix aar date issues due to overflow in 32b golang int in the JNI interface.
Use int64
2018-02-17 18:37:10 +01:00
Loic Blot
f2348d0a46
Version 2.0.2: fetch last http error issue properly from low level go client 2018-02-12 22:57:43 +01:00
Loic Blot
95d2bfe8f9
Bump version 2.0.1 2018-02-10 22:48:39 +01:00
Loïc Blot
61ed3d2791
SMS restore now used GoLang HTTP client. (#180)
This permits to remove the whole android HTTP client from source
2018-02-10 15:59:46 +01:00
Loic Blot
5d0b5d377b
Prepare 2.0.0 version & add Go mobile mention 2018-02-10 00:10:01 +01:00
Loic Blot
d57810b5d8 Replace C++ with Cmake with GoLang gomobile
* Add ncsmsgo.arr which is the GoLang gomobile part
See: https://gitlab.com/nerzhul/ncsmsgo
* Android-NDK is not needed anymore
* Android app getVersion() now uses the Golang part
* Use the next getLastHTTPStatus() call in getVersion()
* Android app pushSms() now uses the Golang part
* JNI SmsBuffer has been replaced with GoLang aar bindings
-> This permits to remove some java code & increase performance
* Prepare a insecure switch flag to the Golang client
2018-02-09 23:59:01 +01:00
Loic Blot
89bf53de39
Release 1.3.4 2017-12-06 21:12:26 +01:00
Loic Blot
011b78ba30
Update sdk to v27 & build tools to 27.0.2 2017-12-06 19:04:52 +01:00
Loic Blot
2fbb0e6ca5
Release 1.3.3
Help diagnose error + better HTTP options
2017-12-01 22:46:34 +01:00
Loic Blot
32ab866e55
update gradle build version 2017-12-01 19:07:45 +01:00
Loic Blot
f4b20b5873
Release 1.3.2 2017-11-25 12:10:42 +01:00
Loic Blot
2efc7d1436
Bump version code for play store (strange...) 2017-11-08 23:48:57 +01:00
Loic Blot
9f31d3ae53
Bump to 1.3.1 2017-11-08 23:41:13 +01:00
Loic Blot
62df914e95
Bump to 1.3.0 2017-11-03 12:21:43 +01:00
Loic Blot
a17bffb68c
Re-initiate the SSL trust manager and remove org.apache.commons.httpclient
+ fix a wrong string
2017-11-03 12:21:16 +01:00
Loic Blot
5c0eb4ca14
Release 1.2.5 2017-10-30 08:43:06 +01:00
Loic Blot
8d0ba298ed
Update tools 2017-10-30 08:34:31 +01:00
Loic Blot
47abfac7c3
Fix wrong Thread created Toast
This fixes #153
2017-09-12 08:03:06 +02:00
Loic Blot
b47a36dd99
Bump 1.2.3 2017-09-11 21:57:42 +02:00
Loic Blot
bd2e70c7e7
Increase versioncode too 2017-09-04 22:37:43 +02:00
Loic Blot
3986e12313
Bump to 1.2.1 2017-09-04 22:37:31 +02:00
Loic Blot
11bbed02b8 Don't let Java choose when cleaning SmsBuffer, do it ourself 2017-08-24 08:27:24 +02:00
Loic Blot
47c2923d0e Update tools versions & prepare JNI work to reduce memory & CPU usage 2017-08-24 08:27:24 +02:00
Loïc Blot
1986b941a6 Update build tools to 26.0.1 2017-08-22 14:39:01 +02:00
Loïc Blot
0a785692b4 Manage versionCode and versionString in gradle directly 2017-08-22 12:27:12 +02:00
Loic Blot
6c0de1ddef
Prepare for Android O 2017-08-22 10:12:56 +02:00
Loic Blot
923a10b137
Update gradle version 2017-07-29 11:41:11 +02:00
Loic Blot
ffa033ee95
Update android build tools & gradle 2017-05-21 15:16:01 +02:00
Loic Blot
4c5a43c336
Update android support library version 2017-05-03 23:09:00 +02:00
Loic Blot
fafb8c7388
Update gradle tools 2017-04-26 07:27:34 +02:00
Loic Blot
0bc671901e
Update libraries and tools 2017-03-23 20:12:49 +01:00
Ner'zhul
f1188819f2 Add travis build support (#126)
Also update build tools to 25.0.1
2016-12-24 12:52:31 +01:00
Loic Blot
f0ec0f8b9f Use commons-httpclient from maven instead of embedded 2016-12-20 21:54:49 +01:00
Loic Blot
25e2d13409 Rewrite our HTTP Client to remove the owncloud library dependency and doing authentication ourselves
* Fixes issue #122
* Cleanup the code
* Drop owncloud library support, this will help the unofficial F-Droid build
2016-12-20 21:34:52 +01:00
Loic Blot
f2082e5215 Gradle update 2016-12-20 21:23:26 +01:00
Boris Kraut
54f67e5200 Fix classpath dependencies (#115)
com.android.tools.build:gradle:2.2.2 is not in mavenCentral, but only in jcenter.
2016-12-11 00:48:14 +01:00
Loic Blot
09ab64044d Now require Android 4.1 or greater. Also better feed back on restore messages for Android 4.3 or lesser versions 2016-12-08 00:33:41 +01:00
Loic Blot
ce88024258 Update android support lib 2016-12-06 20:00:05 +01:00
Loic Blot
e8ce83a232 Gradle update 2016-11-02 07:43:15 +01:00
Loic Blot
3a4ea1713f Update tools versions for building project 2016-10-22 19:24:48 +02:00