1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 06:13:04 +00:00

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
This commit is contained in:
Loic Blot
2016-12-20 21:34:52 +01:00
parent f2082e5215
commit 25e2d13409
7 changed files with 69 additions and 176 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ To contribute please download `res/values/strings.xml` and `res/values/google_pl
You can also contribute by adding patches in Java code or cleanups.
## Requirements
- A NextCloud or ownCloud instance with ocsms app
- An Nextcloud or ownCloud instance with ocsms app
## Build requirements
- nrz-androidlib (last version)