Daniel Schaal
8d2519abe9
remove more unused layouts
2015-07-19 09:14:48 +02:00
Daniel Schaal
f7a3d8f047
Swipe to left on newsreader item to mark as read and right to mark starred
2015-07-19 09:14:48 +02:00
Daniel Schaal
d2da52686b
Extract play pause button in separate layout
...
Use drawable for play/pause button
2015-07-19 09:14:48 +02:00
Daniel Schaal
2d92094dad
Use simple layout as header for extended with webview
2015-07-19 09:14:48 +02:00
Daniel Schaal
5da0d82487
Use UIL StorageUtils to get File Path
2015-07-19 09:14:48 +02:00
Daniel Schaal
900a8d150e
Remove scale options from GetImageThreaded, UIL handles this for us
2015-07-19 09:14:48 +02:00
Daniel Schaal
1951068763
Use Universal Image Loader, remove Picasso and custom cache
2015-07-19 09:14:48 +02:00
Daniel Schaal
0014549ac2
Add id for coordinator_layout, use it for Snackbar
2015-07-19 09:14:48 +02:00
Daniel Schaal
dbceed7411
Restart activity when ViewHolder layout setting is changed
2015-07-19 09:14:48 +02:00
Daniel Schaal
4f188ff74e
Use layout-sw600dp-land for tablets instead of refs.xml
2015-07-19 09:14:48 +02:00
Daniel Schaal
120fe02a3c
Update NewsReaderDetailFragment instead of creating new ones
...
Specify the fragment in the activity layout, and then only update the
recyclerView adapter when a different folder or feed is selected from
the menu. Should use less resources and gives nice recyclerview
animations.
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
0c9fc6bb54
Add SwipeToRefresh to Detail List
2015-07-19 08:31:45 +02:00
Daniel Schaal
add943a4db
Add ColorHelper to get feed color
2015-07-19 08:31:12 +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
Daniel Schaal
6b1eec4965
Build detail html page using StringBuilder
...
* Move css and js to separate files
* Slight design changes (smaller fonts, header with background)
* Only use Roboto-Regular font
2015-07-19 08:29:38 +02:00
Daniel Schaal
f00330d3d9
Use SwitchPreference in Settings
2015-07-19 08:29:38 +02:00
Daniel Schaal
c91871cdba
Change material theme colors to blue values used by owncloud
2015-07-19 08:29:38 +02:00
Daniel Schaal
52e49db35d
Change minSdk to 14, remove workarounds for older api levels
2015-07-19 08:29:38 +02:00
Jenkins for ownCloud
9b75081398
[tx-robot] updated from transifex
2015-07-19 01:41:42 -04:00
David Development
b9c885eb20
Update to 0.9.4
2015-07-18 14:49:54 +02:00
David Development
b2838bb8a2
Fix app-crash on database inconsistency
2015-07-18 14:39:11 +02:00
David Development
818c0cf471
Ignore min-sdk of Chrome Custom Tabs
2015-07-18 14:03:16 +02:00
David Development
45fb0e2827
Fix #258
2015-07-18 14:01:44 +02:00
David Development
feeae7de76
Code cleanup
2015-07-18 14:00:56 +02:00
David Development
e9017910e2
Fix #364
2015-07-18 13:31:23 +02:00
David Development
9611ccb6d1
Fix #360
2015-07-18 11:59:39 +02:00
David Development
0df4cceb92
Merge pull request
2015-07-18 11:37:01 +02:00
David Development
215271b3ef
Code cleanup
2015-07-18 11:28:44 +02:00
David Development
9ecc0f1fc5
Add Chrome Custom Tabs - #363
2015-07-18 11:18:31 +02:00
David Development
66a855e36e
Refactoring
2015-07-17 16:51:39 +02:00
David Development
6acf06c94d
add double check singleton pattern
2015-07-17 09:51:54 +02:00
David Development
6bdf9745cd
Remove unused code
2015-07-17 09:42:09 +02:00
David Development
9dd85ba0d6
Merge remote-tracking branch 'origin/master'
2015-07-17 09:39:45 +02:00
David Development
1ebfdc995b
Fix #361
2015-07-17 09:39:21 +02:00
Jenkins for ownCloud
f700f58d49
[tx-robot] updated from transifex
2015-07-17 01:41:37 -04:00
Daniel Schaal
68c78b7e6d
Use jcenter for HoloCircularProgressBar and gson
2015-07-14 16:54:52 +02:00
Daniel Schaal
45766cb7ab
Materialize Login Dialog, use standard Dialog buttons
...
Remove cancel button, as the dialog can be canceled by pressing back
or pressing anywhere outside the dialog.
2015-07-14 16:54:52 +02:00
Daniel Schaal
f16e80dbe1
Remove unused BitmapDownloaderTask
2015-07-14 16:54:52 +02:00
Daniel Schaal
afcfec0155
Show Toast when cache is cleared, remove more hardcoded strings
2015-07-14 16:54:52 +02:00
Daniel Schaal
97a2f85d04
Check if feed is null in GetImageThreaded
2015-07-14 16:54:52 +02:00
Daniel Schaal
98b3c1ff96
Only start PodcastPlaybackService when actually playing a podcast.
2015-07-14 16:54:52 +02:00
Daniel Schaal
a2ec4929be
Remove all Drawables except launcher icon from xxxhdpi
...
According to documentation, only the launcher icon should be provided
for xxxhdpi
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
feeb04ea4b
remove unused layout
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
ee7d85a38a
Use Base64 implementation from android.util
2015-07-14 16:54:50 +02:00
Daniel Schaal
9b4d1104dd
Use quantity string for Toast text
2015-07-14 16:54:29 +02:00
Daniel Schaal
35dd6c7830
use android:theme instead of deprecated app:theme
2015-07-14 16:54:29 +02:00
Daniel Schaal
d404ec9978
Remove deprecated Apache HTTP classes from HttpJsonRequest
2015-07-14 16:54:29 +02:00
Daniel Schaal
ff54db8a4b
Suppress wrong NewApi inspection
2015-07-14 16:54:29 +02:00
Daniel Schaal
3a71397f15
Move GetCacheSizeAsync to main thread
2015-07-12 06:06:39 +02:00
Daniel Schaal
9d2f4e5bc1
Cast null to String to avoid varargs warning
2015-07-12 06:06:39 +02:00
Daniel Schaal
6f36801a3e
Check if keystore file is readable
2015-07-12 06:06:39 +02:00
Jenkins for ownCloud
cd7ffeafb6
[tx-robot] updated from transifex
2015-07-11 01:41:40 -04:00
Jenkins for ownCloud
e31d7d0efa
[tx-robot] updated from transifex
2015-07-10 01:41:39 -04:00
Jenkins for ownCloud
68d3d96823
[tx-robot] updated from transifex
2015-07-07 01:41:38 -04:00
Jenkins for ownCloud
891ea1a170
[tx-robot] updated from transifex
2015-07-06 01:41:29 -04:00
Jenkins for ownCloud
81a863f7a3
[tx-robot] updated from transifex
2015-07-04 01:42:36 -04:00
Jenkins for ownCloud
5f2202c029
[tx-robot] updated from transifex
2015-07-03 01:42:37 -04:00
Jenkins for ownCloud
579b0c256a
[tx-robot] updated from transifex
2015-07-02 01:42:36 -04:00
Jenkins for ownCloud
49c397e922
[tx-robot] updated from transifex
2015-07-01 01:42:26 -04:00
Jenkins for ownCloud
7b8ab394f9
[tx-robot] updated from transifex
2015-06-30 01:41:28 -04:00
Jenkins for ownCloud
e84f7cc94b
[tx-robot] updated from transifex
2015-06-29 01:41:23 -04:00
Jenkins for ownCloud
86d470e5e4
[tx-robot] updated from transifex
2015-06-28 01:41:35 -04:00
David Development
75a16440ab
Update to 0.9.3 - Add Contributor section in readme
2015-06-27 17:28:34 +02:00
David Development
3ee1e6f9f6
Fix wrong rotation of folder indicator
2015-06-27 17:19:35 +02:00
David Development
d4a73b3a09
Fix possible app crash (gplay report)
2015-06-27 17:09:31 +02:00
David Development
f44c35216d
Fix small "star" icon in actionbar
2015-06-27 17:02:45 +02:00
David-Development
bc280f1fd6
Merge pull request #358 from schaal/materialize
...
Use more material design elements and some cleanups
2015-06-27 16:58:07 +02:00
Daniel Schaal
bcbcf005c5
Use material icons
2015-06-26 20:48:09 +02:00
Daniel Schaal
6f1d382678
Use Snackbar instead of Messagebar
2015-06-26 20:47:41 +02:00
Daniel Schaal
a3ab1549c6
use app:ShowAsAction instead of android:ShowAsAction
2015-06-26 20:47:41 +02:00
Daniel Schaal
b562e6bd2c
Remove GoogleReaderApi, Google Reader is long gone
2015-06-26 17:37:23 +02:00
Daniel Schaal
fb06ebfb1b
Use getQuantityString for strings with quantities.
2015-06-26 17:37:19 +02:00
Jenkins for ownCloud
b5b0de2f1d
[tx-robot] updated from transifex
2015-06-26 01:41:32 -04:00
Daniel Schaal
75f96406df
Use AppCompatActivity instead of deprecated ActionBarActivity
2015-06-25 19:58:36 +02:00
Jenkins for ownCloud
733e1c6e48
[tx-robot] updated from transifex
2015-06-25 01:41:31 -04:00
David-Development
19846003d2
Merge pull request #357 from schaal/update-lang-config
...
Add more languages mappings to transifex config
2015-06-24 11:35:38 +02:00
Daniel Schaal
48269238f4
rename invalid languages
...
There are no region codes for valencia and pirate, so just
XV and XP.
2015-06-23 20:11:06 +02:00
Jenkins for ownCloud
c8efc38ce6
[tx-robot] updated from transifex
2015-06-23 01:41:39 -04:00
Jenkins for ownCloud
8cd612585d
[tx-robot] updated from transifex
2015-06-22 01:41:36 -04:00
David-Development
8921351467
Merge pull request #356 from schaal/update-buildsystem
...
Update buildsystem
2015-06-21 19:14:02 +02:00
Daniel Schaal
12f25f30d3
Tint* Widgets are replaced with AppCompat* Widgets in 22
2015-06-21 14:03:49 +02:00
Daniel Schaal
3f11bb04e8
Use correct values for Theme.AppCompat
2015-06-21 14:03:35 +02:00
Daniel Schaal
9959063d17
use roboelectric 3.0-rc3, use upstream GradleTestRunner
2015-06-21 13:59:00 +02:00
Daniel Schaal
0410227822
Rename androidTest to test
2015-06-21 13:05:57 +02:00
Daniel Schaal
ce67821ee1
Remove invalid language codes or rename to valid ones
2015-06-21 13:05:32 +02:00
Daniel Schaal
45ed07475d
Cleanup and update gradle scripts
...
Use up-to-date gradle plugin and sdk libraries
2015-06-21 13:04:52 +02:00
David Development
a7df05f9bb
Update to 0.9.2
2015-06-21 12:59:26 +02:00
David Development
17afd9de0c
Fix #318
2015-06-21 12:43:41 +02:00
David Development
bd3c94fe91
Merge remote-tracking branch 'origin/master'
2015-06-21 12:00:46 +02:00
David Development
0bf3f8bbd6
Fix #342
2015-06-21 12:00:21 +02:00
David-Development
4fd796504e
Merge pull request #354 from schaal/check-defaultTrustManager-first
...
First try defaultTrustManager, then appTrustManager
2015-06-21 11:15:39 +02:00
Jenkins for ownCloud
55e56104bf
[tx-robot] updated from transifex
2015-06-21 01:41:31 -04:00
Jenkins for ownCloud
d6fdc0b0b7
[tx-robot] updated from transifex
2015-06-20 01:41:31 -04:00
Daniel Schaal
d307a7fbca
First try defaultTrustManager, then appTrustManager
...
Also only print stackTrace after every check failed.
2015-06-18 19:23:58 +02:00
Jenkins for ownCloud
732cd0542a
[tx-robot] updated from transifex
2015-06-18 01:41:31 -04:00
Jenkins for ownCloud
09a01cf5a8
[tx-robot] updated from transifex
2015-06-17 01:41:32 -04:00
David Development
456b4daa87
Fix #348
2015-06-15 21:16:59 +02:00