Commit graph

1445 commits

Author SHA1 Message Date
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
Jenkins for ownCloud
02a754a61b [tx-robot] updated from transifex 2015-09-29 01:41:48 -04:00
David-Development
169ece6cea Merge pull request #413 from schaal/cleanups
Cleanups
2015-09-28 16:49:42 -03:00
Jenkins for ownCloud
418e74d908 [tx-robot] updated from transifex 2015-09-28 02:37:09 -04:00
Daniel Schaal
1c2174f4a5 Update gradle build plugin to 1.3.0 2015-09-27 12:06:06 +02:00
Daniel Schaal
4b652fdf62 Use customtabs support library, remove customtabs submodule 2015-09-27 12:04:58 +02:00
Daniel Schaal
7b87c76337 Add attribute for inactive star tint color 2015-09-27 10:28:44 +02:00
Daniel Schaal
6e97efb85e Use different Drawables for rewinding and replaying. 2015-09-27 10:05:58 +02:00
Daniel Schaal
465fad91b6 Use tint for Drawables in podcast fragment.
Remove now unused Drawables.
2015-09-27 10:05:58 +02:00
Daniel Schaal
bc3a3a4467 Use tint for expand Drawable in subscription_list_item layout.
Remove now unused drawables, remove _light suffix from remaining
Drawables.
2015-09-27 10:05:58 +02:00
Daniel Schaal
2b74cbaa43 Add color values for light/dark tintColor 2015-09-27 10:05:58 +02:00
Daniel Schaal
a4fdfe7fba Remove starredDrawable, star swipe is no longer used 2015-09-27 10:03:43 +02:00
Daniel Schaal
394be98975 Make openDecisions array final, use StringBuilder 2015-09-27 10:01:20 +02:00
Daniel Schaal
76e693c40e Add parameters to AsyncTaskHelper, remove unused method 2015-09-27 09:53:25 +02:00
Daniel Schaal
9447e563a5 Remove unnecessary modifiers 2015-09-27 09:46:58 +02:00
Daniel Schaal
714b84aa63 Remove some deprecated API usages 2015-09-27 09:45:28 +02:00
Daniel Schaal
8e5723128e Remove unused classes 2015-09-27 09:25:50 +02:00
David-Development
c1313d4762 Merge pull request #409 from schaal/sync-optimizations
Sync optimizations
2015-09-26 11:46:46 -03:00
David-Development
ad61858707 Basic implementation of profile image 2015-09-26 16:33:07 +02:00
Jenkins for ownCloud
570ab13443 [tx-robot] updated from transifex 2015-09-26 01:41:49 -04:00
Daniel Schaal
4a27a1b3d7 Remove api argument from API methods (use this instead) 2015-09-25 16:53:40 +02:00
Daniel Schaal
783a99ab9f Move TaskId constants to AsyncTask_* classes 2015-09-25 16:47:03 +02:00
Daniel Schaal
df51a110c8 Add query parameters using HttpUrl.Builder 2015-09-25 15:25:29 +02:00
Daniel Schaal
9092f1afce Make FeedItemTags an enum class, add String values to enum constants 2015-09-25 15:24:50 +02:00
Daniel Schaal
3bdfcdd4fe Use HttpUrl to construct and validate URLs 2015-09-25 15:19:20 +02:00
Daniel Schaal
0b68e30d4f Also Use OkHttp for UniversalImageLoader 2015-09-23 19:33:00 +02:00
Daniel Schaal
c3187967bf Only add Authorization header for the configured owncloud host. 2015-09-23 19:32:37 +02:00
Daniel Schaal
c1b63d0a64 Set credentials for HttpJsonRequest in LoginDialogFragment 2015-09-23 19:32:34 +02:00