Nextcloud bot
5f7cdfcc89
[tx-robot] updated from transifex
2018-04-14 13:40:48 +02:00
Niedermann IT-Dienstleistungen
ae1018fdef
Adjusted App store texts
2018-04-13 16:41:16 +02:00
Niedermann IT-Dienstleistungen
80bb4fdf83
Merge remote-tracking branch 'origin/master'
2018-04-13 16:31:56 +02:00
Niedermann IT-Dienstleistungen
132899494b
New screenshots for F-Droid
2018-04-13 16:31:41 +02:00
Niedermann IT-Dienstleistungen
8883567342
#377 New section style
...
Use @dimen variables for font sizes in drawer as well
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
b32c306ec3
#377 New section style
...
Use @dimen variables for font sizes
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
0c43229b10
#377 New section style
...
Adjusted text size and RTL support
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
1920f6dd12
#377 New section style
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
9185984249
Enhanced share dialog with chooser on >= Lollipop
2018-04-13 11:07:11 +02:00
Niedermann IT-Dienstleistungen
1734ba6dfc
bump version
2018-04-13 09:46:10 +02:00
Nextcloud bot
6ba1f8fd53
[tx-robot] updated from transifex
2018-04-13 09:28:04 +02:00
Niedermann IT-Dienstleistungen
03da5b6b62
Show version of GPL in README.md
2018-04-13 00:24:20 +02:00
Nextcloud bot
8406576edb
[tx-robot] updated from transifex
2018-04-13 00:14:11 +02:00
Niedermann IT-Dienstleistungen
d2298ef35d
Remove not needed files
2018-04-13 00:08:56 +02:00
Niedermann IT-Dienstleistungen
e77653101a
Remove not needed files
2018-04-12 23:40:56 +02:00
Niedermann IT-Dienstleistungen
99c1e54fba
bump version
2018-04-12 23:16:55 +02:00
Niedermann IT-Dienstleistungen
9ae9878ac9
Remove bitmap drawables and let Android Studio generate the at buildtime
...
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 23:12:34 +02:00
Niedermann IT-Dienstleistungen
cd7e7d445a
Fix Android 7+ shortcuts
2018-04-12 23:00:22 +02:00
Niedermann IT-Dienstleistungen
131984d059
Fix FAB not floating above snackbars
2018-04-12 22:55:09 +02:00
Niedermann IT-Dienstleistungen
19a1795fa7
Remove bitmap drawables and let Android Studio generate the at buildtime
...
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 19:43:17 +02:00
Niedermann IT-Dienstleistungen
01b4ce3125
bump version
2018-04-12 16:37:50 +02:00
Niedermann IT-Dienstleistungen
e5a7895e24
Fix icon tint
2018-04-12 15:58:54 +02:00
Niedermann IT-Dienstleistungen
a4b2a610cd
Undo Swipe2Delete raised up to 7 seconds
2018-04-12 14:24:00 +02:00
Mario Danic
c0080c11f9
Remove flexible utils
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Mario Danic
e923c34225
Step 2 of awesome search magic
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Mario Danic
aa6e1c6742
Awesome search stuff
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Niedermann IT-Dienstleistungen
2cb9ad28ed
Remove bitmap drawables and let Android Studio generate the at build time
...
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 13:54:08 +02:00
Niedermann IT-Dienstleistungen
210824ba85
Remove bitmap drawables and let Android Studio generate the at build time
...
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 13:26:45 +02:00
Niedermann IT-Dienstleistungen
0c00a6cdad
Opening search now displays a back arrow instead of the hamburger button
2018-04-12 10:54:11 +02:00
Niedermann IT-Dienstleistungen
849a5a0958
Eleminate not needed toast on HTTP 304
...
https://github.com/square/retrofit/issues/805#issuecomment-93426183
https://stackoverflow.com/a/23244575
2018-04-12 09:48:02 +02:00
Niedermann IT-Dienstleistungen
ce176157b6
Run AsyncTasks in parallel
...
Since API Level 11 AsyncTasks run single threaded per default. This causes some Time to wait, e. g. on the login screen, where the URL validator is still running before the login can be checked.
This change is supposed to speed up the login process.
The documentation basically says it is only careful in cases where the order of the execution is relevant, but i do not think this is a problem in our case since the AsyncTasks do not depend on each other.
https://developer.android.com/reference/android/os/AsyncTask.html
2018-04-12 08:32:41 +02:00
Mario Danic
79cb33b07e
Few fixes to strings
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-11 18:26:31 +02:00
Niedermann IT-Dienstleistungen
e664bc3c17
Added padding to Preferences
2018-04-11 15:40:33 +02:00
Niedermann IT-Dienstleistungen
45aeab0270
Introduce ButterKnife and code reformat
...
http://jakewharton.github.io/butterknife/
2018-04-11 15:37:28 +02:00
Niedermann IT-Dienstleistungen
b86ad96ded
bump version
2018-04-11 13:12:10 +02:00
Niedermann IT-Dienstleistungen
39bc435458
Fix #366 WindowManager$BadTokenException
2018-04-11 12:14:18 +02:00
Niedermann IT-Dienstleistungen
2a03c9d133
Update build tools version
2018-04-11 08:45:53 +02:00
Niedermann IT-Dienstleistungen
0177fc5a43
Fix missing trashbin on swiping from right to left
2018-04-10 17:20:46 +02:00
Niedermann IT-Dienstleistungen
420c4e65cf
#310 Swipe left favorite
...
The swipe from right to left marks a note as favorite.
Open question: how to handle the background color? It should be yellow when swiping from left and red when swiping from right.
2018-04-10 17:16:16 +02:00
Niedermann IT-Dienstleistungen
f23a4f5970
Decrease size of trashbin on swipe
2018-04-10 15:27:07 +02:00
Niedermann IT-Dienstleistungen
20d68f9588
Version bump to 0.14.0
2018-04-10 15:13:00 +02:00
Niedermann IT-Dienstleistungen
c93e7b193c
#344 »Syncing« icon looks like a warning
...
Using blue icons without attention mark for now.
2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
086769bff5
Use lighter color for separator in drawer
2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
ed84f1db62
Use settings icon instead of tune icon
2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
6368ef06c6
#355 Adaptive Icon
...
- Created adaptive icon
- Using where possible (about, drawer, no-notes, ...)
- Created splashscreen icon
- Cleaned up no longer used icons
2018-04-10 15:11:36 +02:00
Nextcloud bot
45510016df
[tx-robot] updated from transifex
2018-04-10 15:09:57 +02:00
Niedermann IT-Dienstleistungen
7ecfac6cda
#333 Position of favorite star
2018-04-09 18:53:43 +02:00
Niedermann IT-Dienstleistungen
ec492b85ec
#358 Better URL handling
2018-04-09 11:27:34 +02:00
Niedermann IT-Dienstleistungen
56907e4d93
Update deprecation
2018-04-06 21:17:05 +02:00
Niedermann IT-Dienstleistungen
1d5904dd28
Merge branch 'master' of https://github.com/stefan-niedermann/nextcloud-notes
2018-04-06 20:57:12 +02:00