Christine Emrich
|
48f73ec846
|
Merge branch 'master' of https://github.com/owncloud/News-Android-App into feature/page-indicator
# Conflicts:
# News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/NewsDetailActivity.java
# News-Android-App/src/main/res/layout/activity_news_detail.xml
|
2015-11-07 10:38:19 +01:00 |
|
Jenkins for ownCloud
|
b62be944c3
|
[tx-robot] updated from transifex
|
2015-10-30 01:41:42 -04:00 |
|
Jenkins for ownCloud
|
1db5955432
|
[tx-robot] updated from transifex
|
2015-10-29 01:41:41 -04:00 |
|
Jenkins for ownCloud
|
726fae351e
|
[tx-robot] updated from transifex
|
2015-10-24 01:41:42 -04:00 |
|
Jenkins for ownCloud
|
2ae6784bfe
|
[tx-robot] updated from transifex
|
2015-10-23 01:41:41 -04:00 |
|
Jenkins for ownCloud
|
7bad8fb05b
|
[tx-robot] updated from transifex
|
2015-10-19 01:41:43 -04:00 |
|
Jenkins for ownCloud
|
5d17a2009d
|
[tx-robot] updated from transifex
|
2015-10-16 01:41:37 -04:00 |
|
Jenkins for ownCloud
|
16951ad503
|
[tx-robot] updated from transifex
|
2015-10-12 01:41:38 -04:00 |
|
Jenkins for ownCloud
|
7cb0b39e7a
|
[tx-robot] updated from transifex
|
2015-10-11 01:41:37 -04:00 |
|
Jenkins for ownCloud
|
c5be938e49
|
[tx-robot] updated from transifex
|
2015-10-10 01:41:36 -04:00 |
|
Jenkins for ownCloud
|
e80e3ed1e7
|
[tx-robot] updated from transifex
|
2015-10-09 01:41:37 -04:00 |
|
Jenkins for ownCloud
|
ba9594f481
|
[tx-robot] updated from transifex
|
2015-10-08 01:41:36 -04:00 |
|
Jenkins for ownCloud
|
ee96eeba2d
|
[tx-robot] updated from transifex
|
2015-10-07 01:41:35 -04:00 |
|
Jenkins for ownCloud
|
d91243d828
|
[tx-robot] updated from transifex
|
2015-10-06 01:41:35 -04:00 |
|
Jenkins for ownCloud
|
556b1e4dae
|
[tx-robot] updated from transifex
|
2015-10-04 01:41:36 -04:00 |
|
David-Development
|
14efd37005
|
fix android lint issues
|
2015-10-03 20:56:36 +02:00 |
|
David-Development
|
fd39b399ed
|
add compatibility to api level 8
|
2015-10-03 19:44:11 +02:00 |
|
David-Development
|
21b336acd6
|
refactoring (parse version number in separate method)
|
2015-10-03 18:44:10 +02:00 |
|
David-Development
|
f4871ffe6a
|
fix lint warning
|
2015-10-03 18:43:16 +02:00 |
|
David-Development
|
0c652e4b4a
|
add comment
|
2015-10-03 18:01:29 +02:00 |
|
David-Development
|
90f3117595
|
Merge pull request #417 from schaal/parallelize-sync
Start AsyncTasks in parallel
|
2015-10-03 12:46:05 -03:00 |
|
Daniel Schaal
|
f2a5059e05
|
Add unit tests to check API url generation.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
05aff94ba6
|
Keep track of sync state in OwnCloudSyncService
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
d035c24138
|
Add StopWatch to time synchronization
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
38b87fa8c8
|
Initialize OwnCloud_Reader on demand, remove init method
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
230070b234
|
Reset api when logging in
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
2228e6455e
|
Initialize HttpJsonRequest in SyncTests SetUp method.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
03d13f4418
|
Change minSDK to 11.
Only a tiny percentage of devices still use lower api levels.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
63f02808fd
|
Completely remove task_id and SYNC_TYPE, no longer necessary
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
8766bfb8b7
|
Make all AsyncTasks return Exceptions
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
2c52085ab4
|
Remove task_id from OnAsyncTaskCompletedListener
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
63bab52994
|
Use the same OnAsyncTaskCompletedListener for all tasks.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
7ebdbb33b4
|
Make ROOT_PATH_API constants relative.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
65b980b7e4
|
Ensure trailing slash directly in HttpJsonRequest
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
63371ae4f2
|
Parallelize AsyncTasks in OwncloudSyncService
Synchronize completion of tasks using a CountDownLatch
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
3368d1e0c1
|
Use a Future to get the api version.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
2c887ff4fb
|
Convert OwnCloud_Reader to a singleton
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
eb45690702
|
Use init instead of createNewInstance for HttpJsonRequest, init on main thread.
|
2015-10-03 13:58:06 +02:00 |
|
Daniel Schaal
|
ad2a3a4c21
|
Add Start_AsyncTask method, use varargs for OnAsyncTaskCompletedListener
|
2015-10-03 13:58:03 +02:00 |
|
Daniel Schaal
|
7c2c621737
|
Use UIL async API to download images in GetImageThreaded
|
2015-10-03 08:38:00 +02:00 |
|
Daniel Schaal
|
8cf857f65e
|
Add one more invalid language to transifex mapping.
|
2015-10-03 08:37:27 +02:00 |
|
Jenkins for ownCloud
|
d84f527bed
|
[tx-robot] updated from transifex
|
2015-10-03 01:41:38 -04:00 |
|
Jenkins for ownCloud
|
0f58e17398
|
[tx-robot] updated from transifex
|
2015-10-02 01:41:38 -04:00 |
|
David-Development
|
856fc0a3f6
|
Update to 0.9.7.2
|
2015-09-29 12:37:42 +02:00 |
|
David-Development
|
9a67f8a5aa
|
Add profile picture support
|
2015-09-29 12:29:32 +02:00 |
|
David-Development
|
53f558c707
|
Add profile picture support
|
2015-09-29 12:28:37 +02:00 |
|
David-Development
|
7310437790
|
Merge branch 'master' of https://github.com/owncloud/News-Android-App
|
2015-09-29 11:58:16 +02:00 |
|
David-Development
|
35387d8e4e
|
add unit tests for sync
|
2015-09-29 11:58:04 +02:00 |
|
David-Development
|
4a2a716ee0
|
Fix url issues since HttpUrl is used.
|
2015-09-29 11:56:45 +02:00 |
|
David-Development
|
1fd47989ec
|
Fix app crash - ProgressViewHolder cast exception
|
2015-09-29 11:49:15 +02:00 |
|