Commit graph

1688 commits

Author SHA1 Message Date
David Luhmer
55d68f6488 remove dependency to org.apache.commons:commons-lang 2019-01-04 13:32:00 +01:00
David Luhmer
b3f5c108df remove unnecessary permission request 2019-01-04 13:09:53 +01:00
David Luhmer
75cb0547d1
Merge pull request #714 from nextcloud/fix-anr-#713
Fix ANR due to blocking call on main thread (fix #713)
2019-01-04 11:20:03 +01:00
Nextcloud bot
bee4748b64
[tx-robot] updated from transifex 2019-01-03 01:49:35 +00:00
Nextcloud bot
b70634b7af
[tx-robot] updated from transifex 2019-01-01 01:49:25 +00:00
Nextcloud bot
91b57cd709
[tx-robot] updated from transifex 2018-12-31 01:51:35 +00:00
Nextcloud bot
5affd37dd8
[tx-robot] updated from transifex 2018-12-30 01:53:16 +00:00
David Luhmer
592805d753 adjust to use new annotations from sso library 2018-12-29 21:48:21 +01:00
David Luhmer
60fe4a568b fix typo 2018-12-27 13:23:17 +01:00
David Luhmer
5e11303e87 fix codacy issues 2018-12-27 13:22:39 +01:00
David Luhmer
fb4cf61f29 fix app crash when logging in again into single sign on account 2018-12-27 12:49:32 +01:00
David Luhmer
62ebc7b82f Fix ANR due to blocking call on main thread (fix #713) 2018-12-27 12:48:19 +01:00
Nextcloud bot
9bf1d4fb83
[tx-robot] updated from transifex 2018-12-27 01:52:07 +00:00
Nextcloud bot
be7c6eefa4
[tx-robot] updated from transifex 2018-12-26 01:53:46 +00:00
Nextcloud bot
689d32dfcb
[tx-robot] updated from transifex 2018-12-25 06:06:39 +00:00
Nextcloud bot
8b7600eec8
[tx-robot] updated from transifex 2018-12-24 01:58:16 +00:00
Nextcloud bot
190da04158
[tx-robot] updated from transifex 2018-12-23 01:53:56 +00:00
Nextcloud bot
1127978b3b
[tx-robot] updated from transifex 2018-12-22 01:49:38 +00:00
Nextcloud bot
80322c7e78
[tx-robot] updated from transifex 2018-12-21 01:50:14 +00:00
Nextcloud bot
c30660f890
[tx-robot] updated from transifex 2018-12-20 01:51:23 +00:00
Nextcloud bot
1a3c524b3f
[tx-robot] updated from transifex 2018-12-19 01:53:12 +00:00
Daniel
b9cd150935
Merge pull request #712 from AnotherDaniel/showChangelogOnTablet
Show prefs-changelog also in tablet mode
2018-12-18 21:52:55 +01:00
David Luhmer
0a6bf8102b add changelogPreference as local variable 2018-12-18 11:32:24 +01:00
David Luhmer
44c158d54a cleanup if/else formatting 2018-12-18 11:28:27 +01:00
David Luhmer
83be9da036 set version click listener when binding preference (works on tablets and phones) 2018-12-18 11:27:32 +01:00
Nextcloud bot
67479238ac
[tx-robot] updated from transifex 2018-12-18 01:51:06 +00:00
Daniel
efc123c28f 711 - add report-issue link to about prefs 2018-12-17 22:17:59 +01:00
Daniel
38681243b0 711 - minor phrasing change for about prefs entry 2018-12-17 21:52:56 +01:00
Daniel
f5db87de68 711 - show changelog also on tablets 2018-12-17 21:52:22 +01:00
David Luhmer
f6eae1ae0c fix possible app crashes 2018-12-17 10:21:16 +01:00
David Luhmer
03bfa9ae3d update Manifest to Version 0.9.9.20 2018-12-17 09:48:52 +01:00
David Luhmer
6b233953cf adjust url to changelog 2018-12-17 09:35:43 +01:00
Nextcloud bot
4fedf8f7da
[tx-robot] updated from transifex 2018-12-17 01:51:23 +00:00
Daniel
b4cd2b2586
Merge pull request #710 from AnotherDaniel/aboutRework
704 - move about dialog info to settings menu
2018-12-16 21:18:37 +01:00
David Luhmer
414c9926ec add cancel button to changelog and adjust layout of changelog 2018-12-16 14:44:55 +01:00
David Luhmer
3a7fab38ac cleanup unused imports 2018-12-16 08:50:19 +01:00
David Luhmer
d03edc2af6 remove changelog from main menu / cleanup resources 2018-12-16 08:49:54 +01:00
Nextcloud bot
cf5f84a2a3
[tx-robot] updated from transifex 2018-12-16 01:51:42 +00:00
David Luhmer
b3f437063c small layout improvements of changelog screen 2018-12-15 22:35:50 +01:00
David Luhmer
0ae67173c5 use dialog fragment instead of support dialog fragment / use class method for version string 2018-12-15 22:34:11 +01:00
David Luhmer
e372fd8b46 disable version dialog from main activity 2018-12-15 22:33:25 +01:00
Daniel
2758a63db2 704 - move about dialog info to settings menu 2018-12-15 21:59:56 +01:00
David Luhmer
d0b42e3b9a fix #696 - no automatic sync due to immediate destroy of service (disposable gets cleaned up and sync interrupted) 2018-12-14 18:15:17 +01:00
David Luhmer
e7a229762e
Merge pull request #707 from nextcloud/add-headline-view
re-add headline-only view - fix #680
2018-12-14 16:44:03 +01:00
Nextcloud bot
24bc0cb42d
[tx-robot] updated from transifex 2018-12-13 01:51:25 +00:00
David Luhmer
5352f222a0 change order of layouts as suggested by @AnotherDaniel 2018-12-12 22:40:44 +01:00
David Luhmer
940e1d7c24 fix #698 - black font color on all layouts / cleanup 2018-12-12 22:33:40 +01:00
David Luhmer
a0a66beea3 small design adjustment 2018-12-12 22:30:23 +01:00
Daniel
6e9a2895fe
Merge pull request #699 from AnotherDaniel/fixMarkAllRead
#590 - attempt to fix inadvertet mark-read on menu-bar pull
2018-12-12 22:28:11 +01:00
Daniel
0f3effb23d 590 - merge with cleanup commit, further simplification of SettingsActivity 2018-12-12 22:19:04 +01:00
David Luhmer
bbd58d7269 re-add headline-only view 2018-12-12 22:02:33 +01:00
Daniel
a06f0d5417 590 - add check for large screens/tablet mode, also some cleanup 2018-12-12 21:55:22 +01:00
Daniel
df91d3ab67 590 - add check for large screens/tablet mode, also some cleanup 2018-12-12 21:43:26 +01:00
David Luhmer
50b950fdaf refactoring 2018-12-12 21:30:45 +01:00
Nextcloud bot
434d8d411b
[tx-robot] updated from transifex 2018-12-12 01:57:44 +00:00
Nextcloud bot
5ecfd5d5e9
[tx-robot] updated from transifex 2018-12-11 01:50:34 +00:00
David Luhmer
d57ef6e0f7 proof of concept / use app drawer edge-width 2018-12-10 10:02:20 +01:00
David Luhmer
1a8b6ccf47
Merge pull request #703 from nextcloud/fix-widget
fix widget not updating (fix #702)
2018-12-10 09:34:17 +01:00
Nextcloud bot
7c564d9c09
[tx-robot] updated from transifex 2018-12-10 05:23:22 +00:00
Daniel
cc653f46ed
Update WidgetProvider.java 2018-12-09 20:41:23 +01:00
Nextcloud bot
475a8cc7dc
[tx-robot] updated from transifex 2018-12-08 01:49:24 +00:00
David Luhmer
c955e9ccdb fix widget not updating (fix #702) 2018-12-07 17:40:52 +01:00
Nextcloud bot
df6b93e27c
[tx-robot] updated from transifex 2018-12-01 01:48:33 +00:00
Nextcloud bot
d1868bb8cc
[tx-robot] updated from transifex 2018-11-30 01:49:25 +00:00
Nextcloud bot
f43ee7b72f
[tx-robot] updated from transifex 2018-11-26 01:54:52 +00:00
Nextcloud bot
a6a78b1b3f
[tx-robot] updated from transifex 2018-11-22 01:50:41 +00:00
Nextcloud bot
023ddba836
[tx-robot] updated from transifex 2018-11-21 01:50:15 +00:00
Daniel
2730a3420b 590 - and yet another one: only mark read if gesture starts a certain distance from left edge 2018-11-18 22:07:27 +01:00
Daniel
3b1f8d1702 590 - another option, only mark read if swipe starts at window bottom 2018-11-18 21:45:45 +01:00
Nextcloud bot
0f7df707de
[tx-robot] updated from transifex 2018-11-18 01:51:29 +00:00
Daniel
5c616d4a3e #590 - variable naming improvement and doc
(cherry picked from commit bca3756)
2018-11-17 16:57:20 +01:00
Daniel
7dd0c886be #590 - attempt to fix inadvertet mark-read on menu-bar pull 2018-11-17 16:57:20 +01:00
Nextcloud bot
ff87aa30cc
[tx-robot] updated from transifex 2018-11-17 02:06:20 +00:00
Nextcloud bot
1bb70278e3
[tx-robot] updated from transifex 2018-11-16 01:50:36 +00:00
Nextcloud bot
8606eb3f16
[tx-robot] updated from transifex 2018-11-15 01:53:28 +00:00
Nextcloud bot
211e17f3a4
[tx-robot] updated from transifex 2018-11-14 01:50:58 +00:00
Nextcloud bot
bee5b996e8
[tx-robot] updated from transifex 2018-11-13 01:53:25 +00:00
Nextcloud bot
a448ec9345
[tx-robot] updated from transifex 2018-11-12 01:50:48 +00:00
David Luhmer
398278529a add support to "download" cached images to download directory 2018-11-11 08:40:22 +01:00
David Luhmer
14882d43f5 remove unused activity 2018-11-11 08:39:37 +01:00
David Luhmer
575b29396b fix background/theme for SyncIntervalSelectorActivity 2018-11-11 08:36:28 +01:00
David Luhmer
39606cce6a Merge branch 'master' of https://github.com/owncloud/News-Android-App 2018-11-11 08:35:00 +01:00
David Luhmer
af5b56af47 adjust default background color 2018-11-11 08:34:47 +01:00
Nextcloud bot
f727e494fb
[tx-robot] updated from transifex 2018-11-11 01:52:14 +00:00
rakekniven
4eed508af3
Update strings.xml
Corrected spelling of Google Play Store.

Reported at Transifex.

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
2018-11-10 16:55:01 +01:00
David Luhmer
b53d3f84c5
Merge pull request #694 from AnotherDaniel/fixSettingsBackground
#693 - fix SettingsActivity background
2018-11-10 14:52:26 +01:00
Nextcloud bot
0d1cb22c22
[tx-robot] updated from transifex 2018-11-10 01:50:18 +00:00
David Luhmer
ffd370b6a7 remove redundant code / cleanup color definitions 2018-11-09 22:17:01 +01:00
David Luhmer
8a1ed51d97 add code again to set correct color theme in settings 2018-11-09 21:38:29 +01:00
David Luhmer
254c1b6f0d implement oled theme using windowBackground color 2018-11-09 21:37:47 +01:00
David Luhmer
b8a862b92d cleanup redundant background definitions 2018-11-09 21:37:06 +01:00
David Luhmer
97e5e59786 remove redundant setTheme call 2018-11-09 21:23:23 +01:00
Nextcloud bot
8aafd76da6
[tx-robot] updated from transifex 2018-11-08 14:33:52 +00:00
Nextcloud bot
183176b5a3
[tx-robot] updated from transifex 2018-11-08 01:49:12 +00:00
Daniel
020dd3095e #693 - fix SettingsActivity background 2018-11-07 22:32:48 +01:00
Nextcloud bot
b1f6c53b5e
[tx-robot] updated from transifex 2018-11-07 01:48:57 +00:00
David Luhmer
04a9d47092
Merge pull request #689 from AnotherDaniel/firstSettingsSectionHeading
#688 - show section heading of first/general settings section in simple preferences view
2018-11-06 22:48:31 +01:00
David Luhmer
818b51e35f
Merge pull request #691 from AnotherDaniel/blackOledBgDependentSetting
#690 - disable black bg setting if Light theme is selected
2018-11-06 22:48:04 +01:00
David Luhmer
6206b724f3 improve comment 2018-11-06 22:41:13 +01:00
Nextcloud bot
79c899843a
[tx-robot] updated from transifex 2018-11-06 01:50:47 +00:00
Daniel
266435a2c4 #690 - use constant instead of string for settings key: reloaded 2018-11-05 22:35:05 +01:00
Daniel
c99041b14a #690 - use constant instead of string for settings key 2018-11-05 22:24:34 +01:00
Daniel
5fcaa1707f #690 - disable black bg setting if Light theme is selected 2018-11-05 22:17:43 +01:00
Nextcloud bot
13315fc9c7
[tx-robot] updated from transifex 2018-11-05 01:50:27 +00:00
Daniel
1cf5b80993 #688 - show section heading of first/general settings section in simple preferences view 2018-11-04 22:09:40 +01:00
David Luhmer
694b1d09fa
Merge branch 'master' into fixBlackBgLostOnOrientationChange 2018-11-04 21:08:08 +01:00
Unpublished
a2af9f5005 fix build 2018-11-04 18:45:46 +01:00
David Luhmer
691702f6cc Fix some issues related to the dark theme not being applied properly in auto mode 2018-11-04 11:15:26 +01:00
David Luhmer
4c8903f358 use material design color definitions / use color-def for day/night 2018-11-04 09:21:22 +01:00
Nextcloud bot
282cd875e9
[tx-robot] updated from transifex 2018-11-04 01:55:22 +00:00
Daniel
6d8266c49c #683 (final) minor fix and settings title change 2018-11-03 21:40:20 +01:00
Nextcloud bot
203b805a81
[tx-robot] updated from transifex 2018-11-03 01:50:37 +00:00
David Luhmer
ad66ba813c
Merge pull request #685 from nextcloud/refactor-podcast-playback
fix notifications / improve lifecycle / add support for bluetooth playback etc.
2018-11-03 00:36:57 +01:00
David Luhmer
1616874396
Merge pull request #682 from nextcloud/fix-677
adjust text-color (fix #677)
2018-11-02 23:23:43 +01:00
David Luhmer
123a36b6d1 fix settings screen / refactoring 2018-11-02 23:03:50 +01:00
David Luhmer
783b95d5ff refactoring 2018-11-02 22:26:17 +01:00
David Luhmer
3f5940f51e fix codacy issues 2018-11-02 21:34:32 +01:00
Nextcloud bot
003c34bb52
[tx-robot] updated from transifex 2018-11-02 01:52:26 +00:00
David Luhmer
9e72aa3b0f fix theme update 2018-11-01 23:42:36 +01:00
David Luhmer
576bfd7be6 fix race-conditions while choosing theme 2018-11-01 23:08:57 +01:00
Daniel
0a0a042e6b #683 - fixed unused imports, added comment 2018-11-01 18:39:27 +01:00
David Luhmer
e2ff49a964 fix notifications / improve lifecycle / add support for bluetooth playback etc. 2018-11-01 13:13:27 +01:00
Nextcloud bot
23a3bdd05a
[tx-robot] updated from transifex 2018-11-01 01:51:05 +00:00
Daniel
38a0fb79ac #683 attempt to fix oled bg lost on orientation change 2018-10-31 23:20:45 +01:00
David Luhmer
499cbf1c69
Merge pull request #679 from AnotherDaniel/fixSettingsBreadcrumbColor
Fix settings breadcrumb color
2018-10-31 20:47:18 +01:00
David Luhmer
1ff3442256
Update News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/SettingsActivity.java
Co-Authored-By: AnotherDaniel <dk.mailbox@gmx.net>
2018-10-31 19:45:17 +00:00
David Luhmer
a9483eb4f2 use white text-color for dark theme 2018-10-31 20:41:47 +01:00
Daniel
44e4aefb79 #678 slight code design change, fixed unecessary imports 2018-10-31 20:40:27 +01:00
David Luhmer
439fc6d72c adjust text-color (fix #677) 2018-10-31 20:30:22 +01:00
Nextcloud bot
e719d029ee
[tx-robot] updated from transifex 2018-10-31 01:50:35 +00:00
Daniel
522c0a89dd #678 only apply breadcrumb text color workaround in tablet mode 2018-10-30 23:03:06 +01:00
Daniel
ba7a645002 fix for #678 - text color of settings fragment title text 2018-10-30 22:48:54 +01:00
David Luhmer
f22d78979a refactor podcast tags 2018-10-30 22:34:31 +01:00
David Luhmer
a449acbd6c refactor podcast notifications 2018-10-30 22:34:03 +01:00
David Luhmer
3e2a8e41c8 Merge branch 'master' of https://github.com/owncloud/News-Android-App 2018-10-30 22:03:25 +01:00
David Luhmer
7ed75f6a3c refactoring 2018-10-30 22:03:09 +01:00
David Luhmer
353024b6c5 fix notifications for web page download service 2018-10-30 22:02:17 +01:00
David Luhmer
ca8fac6303 add podcast download progress 2018-10-30 22:01:37 +01:00
David Luhmer
0ec6b16602 add foreground service permission / run download web pages in other process 2018-10-30 22:00:11 +01:00
Nextcloud bot
46338a622a
[tx-robot] updated from transifex 2018-10-30 01:53:27 +00:00
Nextcloud bot
b23a93534f
[tx-robot] updated from transifex 2018-10-29 01:52:34 +00:00
David Luhmer
da5d1f873b fix app crash introduced due to refactorings 2018-10-28 20:13:17 +01:00
David Luhmer
0c72c9fb56 fix codacy issues 2018-10-28 19:04:57 +01:00
David Luhmer
630624eae5 fix some codacy issues 2018-10-28 18:48:07 +01:00
David Luhmer
a8a138e1e0 cleanup / refactoring 2018-10-28 17:56:51 +01:00
David Luhmer
12eb597f80
Merge pull request #675 from nextcloud/download-article
Add support to download full articles for offline viewing (using WebA…
2018-10-28 17:50:16 +01:00
David Luhmer
516c84405c Fix codacy issues 2018-10-28 13:09:25 +01:00
David Luhmer
1793ea7b11 Fix codacy issues 2018-10-28 13:02:33 +01:00
David Luhmer
d44d41cdf7 Add support to download full articles for offline viewing (using WebArchive Format) - ref #596 2018-10-28 12:44:30 +01:00
Nextcloud bot
76b02b7a60
[tx-robot] updated from transifex 2018-10-28 00:50:56 +00:00
David Luhmer
5abc09b3b1
Merge pull request #673 from AnotherDaniel/renameViews
#672 rename of feed list layout entries
2018-10-27 08:12:47 +02:00
Nextcloud bot
6532fb7a31
[tx-robot] updated from transifex 2018-10-27 00:51:57 +00:00
Daniel
d0eb216368 #672 rename of feed list layout entries 2018-10-25 21:28:47 +02:00
Nextcloud bot
bd5a0dcd4c
[tx-robot] updated from transifex 2018-10-25 00:50:44 +00:00
Nextcloud bot
03de2bb2a1
[tx-robot] updated from transifex 2018-10-24 00:51:43 +00:00
Nextcloud bot
b0a1dba5b5
[tx-robot] updated from transifex 2018-10-23 00:43:43 +00:00
Nextcloud bot
9e97527424
[tx-robot] updated from transifex 2018-10-22 00:45:52 +00:00
David Luhmer
3ba07e2a2f
Merge branch 'master' into nightmode 2018-10-21 20:33:41 +02:00
David Luhmer
e69b66325b
Merge pull request #670 from AnotherDaniel/changeFontSize
#467 add font size scaling
2018-10-21 20:29:32 +02:00
David Luhmer
ab3059cbd4 Fix codacy issues 2018-10-21 20:00:22 +02:00
David Luhmer
10a557db33 Fix codacy issues 2018-10-21 15:34:39 +02:00
David Luhmer
d6b9651071 remove unused import 2018-10-21 13:02:40 +02:00
David Luhmer
ef516efcac Fix codacy issues 2018-10-21 12:40:37 +02:00
Nextcloud bot
581771cd9a
[tx-robot] updated from transifex 2018-10-21 00:44:57 +00:00
Daniel
06d214f87c #467 changed rss item view line calculation to use simple formula 2018-10-20 20:17:43 +02:00
David Luhmer
809779df89 optimize imports / refactor tests 2018-10-20 10:59:20 +02:00
Nextcloud bot
2dca7a55b1
[tx-robot] updated from transifex 2018-10-20 00:43:50 +00:00
Daniel
6cf3fff7e6 467 fixed code duplication in new loadFavIconForFeed method 2018-10-17 21:46:22 +02:00
Daniel
bcdc552a64 #467 optimized imports, favicon vert offset is now always correct 2018-10-17 21:39:55 +02:00
Daniel
58ce30a724 #467 tweaks to favicon vert alignment and nbr of lines displayed in simple view 2018-10-16 22:40:55 +02:00
David Luhmer
bd5cc57106 prepare update to 0.9.9.19 2018-10-16 21:59:06 +02:00
Daniel
4cf7d70080 #467 trial, scale feed name and date half as much as the rest 2018-10-15 22:05:35 +02:00
Daniel
f1b7ed5a73 #467 changed scaling to use fixed pixels, align simple view line number according to font size, do not scale feed name and date 2018-10-15 21:19:48 +02:00
Daniel
188a716aa4 #467 compute scaled-pixel to device-pixel factor 2018-10-14 20:42:27 +02:00
David Luhmer
7e6a2b42ed fix small typo 2018-10-14 11:15:26 +02:00
Daniel
7a918c6d77 #467 improvement approach for using sclaed pixels 2018-10-13 21:45:55 +02:00
Daniel
7816b262bb #467 added font scaling for feed list view 2018-10-13 21:22:41 +02:00
David Luhmer
b9b09edeaa Merge branch 'master' into nightmode 2018-10-13 13:52:16 +02:00
David Luhmer
55dd14ee84 Fix #667 - Beeping while podcast playing/downloading 2018-10-13 13:45:08 +02:00
David Luhmer
b1ec9f3b12 add tests for nightmode 2018-10-13 13:11:00 +02:00
David Luhmer
ade038354a set default shared preferences values on first startup of app 2018-10-13 13:09:19 +02:00
David Luhmer
945149eb14 don't show url if none is setup yet 2018-10-13 13:04:55 +02:00
David Luhmer
4257aef82a fix app crash when settings are not complete 2018-10-13 13:03:44 +02:00
David Luhmer
076ce6daf1 fix wrong default value for theme 2018-10-13 13:02:26 +02:00
Daniel
ff0a80a127 #467 changed font unit to em, finalised changes for webview 2018-10-12 20:39:32 +02:00
Daniel
7f7af9ca37 #467 added font size scaling for webview 2018-10-11 22:26:42 +02:00
Daniel
b793d62364 #664 folders and feeds sorted alphabetically via corresponding dao requests 2018-10-09 23:30:52 +02:00
David Luhmer
721ee3a5f4 fix Android 8 warnings for cleartext traffic 2018-10-08 15:54:35 +02:00
David Luhmer
e4c77664f6 update sso / refactor tests 2018-10-08 15:54:05 +02:00
Nextcloud bot
d91287baca
[tx-robot] updated from transifex 2018-10-07 00:51:27 +00:00
David Luhmer
623569fed5 add test-case for (#665) 2018-10-04 21:49:51 +02:00
David Luhmer
ac48e1c99c implement suggestion by @AnotherDaniel 2018-10-04 21:39:57 +02:00
David Luhmer
52f2e5dc4a
fix default value
https://github.com/nextcloud/news-android/pull/661#issuecomment-427132228
2018-10-04 21:03:01 +02:00
David Luhmer
b15332f525 swipe upwards to mark as read (see #633) 2018-10-04 16:36:31 +02:00
David Luhmer
a9d1dbdbae Fix codacy issues 2018-10-03 20:45:38 +02:00
David Luhmer
a91cbd194c fix theme caching issues / add logging / cleanup 2018-10-03 20:38:09 +02:00
David Luhmer
a3a6d9b378 add oled mode to detail view / use theme for oled instead for setting background manually 2018-10-03 19:01:52 +02:00
dk.mailbox@gmx.net
eb21ac7a54 oled mode switch 2018-10-02 23:08:32 +02:00
David Luhmer
7efee8f5f9 cleanup historic and unused color definitions / fix color issues in day-night mode 2018-09-29 11:57:25 +02:00
David Luhmer
aeb10bfb33 remove unnecessary left/right layout definitions 2018-09-29 11:55:22 +02:00