Commit graph

1662 commits

Author SHA1 Message Date
David Luhmer
754cae2845 fix some margin issues introduced by me.. should be consistent now 2018-07-28 10:43:42 +02:00
David Luhmer
643f49a6ce keep feed name and icon in title / only add info to move feed / use translated text instead of hardcoded one 2018-07-28 10:42:46 +02:00
David Luhmer
0888c66de3 use android ArrayAdapter instead of creating a custom one (the build in one uses view-holder pattern) 2018-07-28 10:41:59 +02:00
Nextcloud bot
abeac76d23
[tx-robot] updated from transifex 2018-07-28 00:47:49 +00:00
David Luhmer
2b8e43f43d
add @NilsGriebner as contributor (#640) 2018-07-27 12:44:21 +02:00
Nextcloud bot
78d3ee6dd2
[tx-robot] updated from transifex 2018-07-27 00:49:33 +00:00
David Luhmer
16b7a72e31
Merge pull request #640 from NilsGriebner/search
Implement search functionality
2018-07-26 19:52:43 +02:00
Nextcloud bot
47dc69aec3
[tx-robot] updated from transifex 2018-07-24 00:47:52 +00:00
Nextcloud bot
403d1fc832
[tx-robot] updated from transifex 2018-07-20 00:47:07 +00:00
Nextcloud bot
f8782d4f24
[tx-robot] updated from transifex 2018-07-19 00:46:24 +00:00
David Luhmer
afa4305948 Search in both read and unread items / small fixes 2018-07-12 21:18:09 +02:00
David Luhmer
4ea52ce24a increase debounce timeout to 400ms (better for older phones) 2018-07-12 21:14:34 +02:00
David Luhmer
845ae4f2a4 hide progressbar when error occurs 2018-07-12 21:14:08 +02:00
David Luhmer
7789847c0d use equals instead of == for string comparison 2018-07-12 19:54:11 +02:00
David Luhmer
218e47afea use rxjava and debounce operation to perform search 2018-07-12 14:25:57 +02:00
David Luhmer
3638f4684c remove unused reference/variable 2018-07-11 16:55:57 +02:00
David Luhmer
2525eb06fc Merge branch 'master' of https://github.com/owncloud/News-Android-App 2018-07-11 16:19:26 +02:00
David Luhmer
1f8c451e49 update docker container 2018-07-11 16:17:29 +02:00
Nextcloud bot
60fad8f7f2
[tx-robot] updated from transifex 2018-07-06 00:42:28 +00:00
Nextcloud bot
011704168a
[tx-robot] updated from transifex 2018-07-02 00:43:12 +00:00
Nextcloud bot
783836390b
[tx-robot] updated from transifex 2018-06-26 00:47:05 +00:00
Nils Griebner
6578bc779d Remove patch import in api interface 2018-06-21 23:20:51 +02:00
Nils Griebner
9eeb840d97 Add layout for folder ListViiew in move feed view 2018-06-21 23:17:35 +02:00
Nils Griebner
8bc32e5a93 Add ArrayAdapter for folder list 2018-06-21 23:16:54 +02:00
Nils Griebner
7fca8da05e Add string and translation for move feature related strings 2018-06-21 23:15:48 +02:00
Nils Griebner
5c0f3b4a1d Add move feed dialog to feed options 2018-06-21 23:13:40 +02:00
Nils Griebner
b5d3e35dbf Add move feed function to NewsReaderListDialogFragment 2018-06-21 23:11:32 +02:00
Nils Griebner
34407febc2 Add move feed function to api 2018-06-21 23:10:22 +02:00
David Luhmer
f4f7f65a0d Merge branch 'master' of https://github.com/owncloud/News-Android-App 2018-06-21 09:37:04 +02:00
David Luhmer
c5b6a9360f Fix #643 (Minor gradle update for security) 2018-06-21 09:36:52 +02:00
Nextcloud bot
c9b7838403
[tx-robot] updated from transifex 2018-06-21 00:51:09 +00:00
David Luhmer
551a8a4f8a Merge branch 'master' into packageRenaming
# Conflicts:
#	News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/LoginDialogFragment.java
#	News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/reader/nextcloud/API_SSO.java
#	News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/reader/nextcloud/API_SSO_Helper.java
2018-06-20 12:00:04 +02:00
Nextcloud bot
c2e213f210
[tx-robot] updated from transifex 2018-06-20 00:49:04 +00:00
Nils Griebner
3f0756ec65 Add changes which @AndyScherzinger pointed out in his review 2018-06-19 19:24:17 +02:00
Nils Griebner
e065288987 Add english and german translation for search related strings 2018-06-18 21:02:55 +02:00
David Luhmer
e4288662ca Refactoring / Update to match latest SSO API 2018-06-18 20:43:01 +02:00
tobiasKaminsky
518b5edf52
package renaming 2018-06-18 14:26:13 +02:00
Nils Griebner
1a3b59f489 Bring up keyboard on search button click. Clear focus of search view on back press or scroll 2018-06-17 22:54:42 +02:00
Nextcloud bot
bbf7f30675
[tx-robot] updated from transifex 2018-06-17 00:52:53 +00:00
Nils Griebner
e9f93ae555 Set focus to search view on button click 2018-06-16 20:40:24 +02:00
Nils Griebner
8ac0fcfd9d Use preference to get right sql statement to filter view 2018-06-16 20:39:33 +02:00
Nils Griebner
5d19ced689 Add preference summary for search settings 2018-06-16 15:38:46 +02:00
Nils Griebner
fa5d52cfeb Add resources for search function 2018-06-16 00:25:49 +02:00
Nils Griebner
a7bf38f864 Add settings for search function 2018-06-16 00:24:16 +02:00
Nils Griebner
e22530cf89 Add white icon for search view 2018-06-16 00:23:08 +02:00
Nils Griebner
421cb81799 Add filter queries to search in view 2018-06-16 00:22:19 +02:00
Nils Griebner
f04586d27e Create a task in NewsReaderDetailFragment to search in current view 2018-06-15 23:50:06 +02:00
Nils Griebner
34f035eec4 Add search method and search view callback methods to NewsReaderListActivity 2018-06-15 23:41:50 +02:00
David Luhmer
aae8c9b11c remove test code 2018-06-15 14:54:19 +02:00
David Luhmer
a0c08a9ef8 fix app crash when fingerprint does not exist 2018-06-15 14:34:50 +02:00