Commit graph

71 commits

Author SHA1 Message Date
David Luhmer
51463ca472 Update gradle dependency / fix typo 2018-05-11 15:50:14 +02:00
David Luhmer
0f7dc04e6e Update build files / Update Support Version / Update auto-value / enable shrinkResources 2018-01-21 15:05:53 +01:00
David Luhmer
02ddf09f64 Add support for cardview 2017-11-07 21:21:24 +01:00
David Luhmer
a8adef498f update to Android Studio 3 / update gradle to v.3.0.0 / update butterknife to v.8.8.1 2017-11-07 20:18:06 +01:00
David Luhmer
f9f0822b63 Fix #587 - 0.9.9.9 crashes immediately 2017-10-25 17:46:54 +02:00
David Luhmer
7e99577294 Fix #579 (invalid drawable tag vector) 2017-10-19 21:34:01 +02:00
David Luhmer
ccba687340 use flavors for youtube player api 2017-06-20 15:48:54 +02:00
David Luhmer
e42f14c9ac Fix FavIcon issues / Updated ImageLoader init (use di injection) / Update ProGuard Rules 2017-05-27 00:42:59 +02:00
David Luhmer
e92ffe6dab Update Dependencies / Add Dependency Injection / Use Retrofit for Sync / Fix app crashes (due to MemTrustManager) 2017-05-26 22:30:50 +02:00
David Luhmer
ed10ff6875 Update Dependencies 2017-05-22 19:33:40 +02:00
David-Development
8b4bcf2b66 Update (Support Library / GSON / OkHttp) 2017-03-21 21:52:40 +01:00
David-Development
1ad975f3d5 Fix #549 2017-02-01 00:32:22 +01:00
David-Development
989c4825ec Update gradle 2017-01-30 18:45:28 +01:00
David Development
481856fdca Fix #530 2016-09-05 16:32:03 +02:00
David Development
b7ca898e13 Fix #530 2016-08-30 22:07:40 +02:00
David Development
20d83da13e Update EventBus / Replace AIDL by EventBus 2016-08-28 19:11:07 +02:00
David Development
6fd3b034f2 Update Build-Tools, Gradle Wrapper and Google Support Version 2016-08-26 19:42:06 +02:00
David Development
e325a5c4c1 Fix app crash on CM11 2016-05-14 21:01:28 +02:00
David Luhmer
69311fd87b add screengrab support / refactoring 2016-03-19 20:08:44 +01:00
David Development
7f3e026315 add support for screengrab 2016-03-15 17:46:47 +01:00
David Development
b68aaeb1fb Update gradle dependencies 2016-03-06 18:22:14 +01:00
David Development
eb296f5dd8 Refactoring 2016-02-14 11:54:28 +01:00
David Development
bf2049ff50 Add support for OPML files import/export - Fix #239 2016-01-14 15:36:15 +01:00
David Development
b491b698b5 Merge #465 2016-01-08 11:00:43 +01:00
David Development
a1aca9af41 Merge #456 2016-01-08 10:52:15 +01:00
Christine Emrich
3b1b8d71aa Excluded android lint warnings related to translations as translations are provided through transifex and cannot be edited inside this repository. 2015-11-27 10:57:34 +01:00
Christine Emrich
02e0da787c Merge branch 'master' into webviewSaveImage
# Conflicts:
#	News-Android-App/build.gradle
#	News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/NewsDetailFragment.java
2015-11-13 18:14:52 +01:00
benjamin stephan
27f4c93582 extended web view context-menu -> show img-alt-attribute, "share" and "open" 2015-11-13 16:08:02 +01:00
Christine Emrich
b849a45f05 Replacing custom changeloglib with repository version. 2015-11-09 21:19:52 +01:00
David-Development
35387d8e4e add unit tests for sync 2015-09-29 11:58:04 +02:00
Daniel Schaal
4b652fdf62 Use customtabs support library, remove customtabs submodule 2015-09-27 12:04:58 +02:00
Daniel Schaal
5c996bba45 Port HttpJsonRequest to OkHttp
* Make HttpJsonRequest a singleton
* Use an Interceptor to add the Authorization header
* Remove now unused getUsername/getPassword methods from API
2015-09-23 19:17:03 +02:00
David-Development
a3494eef6d Add Material ShowcaseView 2015-09-20 03:41:53 +02:00
David-Development
5d9f2c9bc5 update greendao to v.2.0 2015-09-19 16:40:51 +02:00
David-Development
be45563481 fix hamcrest compile error 2015-09-18 13:37:48 +02:00
David-Development
d5c517c40e Update Build Tools and add test libs 2015-09-18 13:33:16 +02:00
David-Development
863f3b993f sql performance improvements 2015-08-22 04:05:19 +02:00
David-Development
32614425e4 add proguard 2015-08-20 17:04:38 +02:00
Daniel Schaal
233942af8d Use version 3.1.1 of SlidingUpPanelLayout
The bug in version 3.1.0 causing a NPE was fixed in 3.1.1
2015-08-18 15:44:14 +02:00
Daniel Schaal
15e259b814 Use version 3.0.0 of AndroidSlidingUpPanel to fix #371 2015-07-22 20:06:12 +02:00
Daniel Schaal
1951068763 Use Universal Image Loader, remove Picasso and custom cache 2015-07-19 09:14:48 +02:00
Daniel Schaal
b1b0aa8a94 Use Palette from android.support.v7 to get Feed color.
This gives more vibrant colors than just using the average.
2015-07-19 09:14:08 +02:00
Daniel Schaal
fbb4af0015 Use RecyclerView and DrawerLayout for Detail List
* Replace the ListView in the NewsReaderDetailFragment with a
  RecyclerView
* Replace the SlidingPaneLayout with a DrawerLayout
* Add a header to the DrawerLayout with the owncloud logo as a
  background, show the current user and owncloud url in the header
* Remove the ShowcaseView submodule
2015-07-19 08:31:05 +02:00
David Development
0df4cceb92 Merge pull request 2015-07-18 11:37:01 +02:00
David Development
9ecc0f1fc5 Add Chrome Custom Tabs - #363 2015-07-18 11:18:31 +02:00
Daniel Schaal
68c78b7e6d Use jcenter for HoloCircularProgressBar and gson 2015-07-14 16:54:52 +02:00
Daniel Schaal
6a530e8bf4 Remove forcing library versions 2015-07-14 16:54:52 +02:00
Daniel Schaal
fc4372a290 remove unused libs (jsoup and freemarker) 2015-07-14 16:54:52 +02:00
Daniel Schaal
6f1d382678 Use Snackbar instead of Messagebar 2015-06-26 20:47:41 +02:00
Daniel Schaal
9959063d17 use roboelectric 3.0-rc3, use upstream GradleTestRunner 2015-06-21 13:59:00 +02:00