Commit graph

506 commits

Author SHA1 Message Date
stefan-niedermann
d2e22451ac Display keyboard directly when editing a new / empty note 2019-07-19 13:20:26 +02:00
stefan-niedermann
743ae5308a #554 Add dynamic shortcuts for recent notes 2019-07-19 13:07:19 +02:00
stefan-niedermann
8c6bcaaec9 Update butterknife dependency 2019-07-19 09:16:56 +02:00
stefan-niedermann
a30db4e41b #554 App shortcuts for fav / recent notes and settings 2019-07-19 08:56:40 +02:00
stefan-niedermann
5e554a7dff Align actionbar text to content in NotesListView 2019-03-14 12:36:51 +01:00
stefan-niedermann
1990ba3015 version bump to 0.24.3 2019-02-19 19:33:50 +01:00
Nextcloud bot
b782bf4f43 [tx-robot] updated from transifex 2019-02-19 19:17:34 +01:00
stefan-niedermann
712ba7b1c6 - #536, #534 Missing translation, replaced by filler text 2019-02-11 22:11:41 +01:00
Nextcloud bot
0df40d42f5 [tx-robot] updated from transifex 2019-02-11 22:02:48 +01:00
stefan-niedermann
7ffd489163 version bump to 0.24.1 2019-02-10 21:25:04 +01:00
Nextcloud bot
ef6c5ff3ed [tx-robot] updated from transifex 2019-02-10 21:19:33 +01:00
stefan-niedermann
ec3ccba3db #529 Switching theme must recreate MainActivity 2019-02-10 21:18:19 +01:00
stefan-niedermann
b6684d6be2 Switch from magic string literals to ressource ids 2019-02-10 19:13:32 +01:00
stefan-niedermann
b9cd8c3592 Added some null checks & more defensive programming 2019-02-10 19:01:10 +01:00
Nextcloud bot
c2aef80d9d [tx-robot] updated from transifex 2019-02-09 19:35:10 +01:00
stefan-niedermann
7e6e540733 #519 Synchronize on WiFi only
- Move setting down
2019-02-09 19:25:03 +01:00
stefan-niedermann
41054d5b7e Eliminate summary for dark theme since it has only a bool value 2019-02-09 19:22:18 +01:00
stefan-niedermann
465ee9294b #519 Synchronize on WiFi only
- Update documentation
2019-02-08 11:21:22 +01:00
stefan-niedermann
4b4c639aa0 #519 Synchronize on WiFi only
- Move listener back to class member (Garbage Collection?)
2019-02-08 11:17:44 +01:00
stefan-niedermann
ee0c809671 #519 Synchronize on WiFi only
- Remove not needed initializations
2019-02-08 11:14:33 +01:00
stefan-niedermann
8e876c2c76 #519 Synchronize on WiFi only
- Make `OnSharedPreferencesListener` local
- Use "wifiOnly" via string resource instead of hard coded literal
2019-02-08 11:05:41 +01:00
stefan-niedermann
547cb83890 Merge remote-tracking branch 'origin/master' into synchronize-on-wifi-only 2019-02-08 10:53:32 +01:00
stefan-niedermann
8fc3337620 Merge remote-tracking branch 'origin/synchronize-on-wifi-only' into synchronize-on-wifi-only 2019-02-08 10:53:17 +01:00
stefan-niedermann
7e75743320 #519 Synchronize on WiFi only
- Use `OnSharedPreferencesListener` instead of polling the wifi-only-preference every time
2019-02-08 10:52:41 +01:00
stefan-niedermann
3bf7caacfd version bump to 0.24.0 2019-02-08 08:17:05 +01:00
stefan-niedermann
4f88b37fcb #363 Context based formatting
- Use selection as link target instead of label when it starts with `http`
2019-02-08 08:05:25 +01:00
stefan-niedermann
f89357e046 Fix da-translation (escaping problem) 2019-02-07 23:37:33 +01:00
Nextcloud bot
4115da63bb [tx-robot] updated from transifex 2019-02-07 23:34:59 +01:00
stefan-niedermann
c83ec61934 version bump to 0.23.0 2019-02-07 23:30:44 +01:00
Niedermann IT-Dienstleistungen
3e0ad77b3c
Merge branch 'master' into synchronize-on-wifi-only 2019-02-07 23:20:16 +01:00
stefan-niedermann
d5cfb38ac5 #363 Context based formatting
- place cursor at the end of the selection after markdown has been added
2019-02-07 23:19:27 +01:00
stefan-niedermann
1b882b43fa #363 Context based formatting
- render 'bold' & 'italic' in pop-over-menu in bold & italic
2019-02-07 23:16:19 +01:00
stefan-niedermann
b9d46cf758 #363 Context based formatting
- removing markdown disabled, because it does not work properly and might cause data loss
2019-02-07 22:45:47 +01:00
stefan-niedermann
e080c42a4f Merge branch 'master' into synchronize-on-wifi-only
# Conflicts:
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/PreferencesFragment.java
2019-02-07 22:24:01 +01:00
stefan-niedermann
d5693c5ac2 Do not finish PreferencesActivity when switching theme 2019-02-07 22:23:02 +01:00
stefan-niedermann
5e48d8c6ae #519 Synchronize on WiFi only
- Simplify setting
2019-02-07 21:59:54 +01:00
stefan-niedermann
d0b94df723 Merge remote-tracking branch 'origin/master' into synchronize-on-wifi-only
# Conflicts:
#	app/src/main/res/values/strings.xml
#	app/src/main/res/xml/preferences.xml
2019-02-07 21:51:35 +01:00
stefan-niedermann
b4d260b7b8 Merge branch '520-register-as-notes-app' 2019-02-07 21:47:18 +01:00
stefan-niedermann
6617ee91b2 #359 Use monospace font
- Merge current master
- Update settings title
2019-02-07 21:36:35 +01:00
stefan-niedermann
c221aa1329 Merge branch 'master' into monospace-font
# Conflicts:
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/NoteEditFragment.java
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/NotePreviewFragment.java
2019-02-07 21:27:26 +01:00
stefan-niedermann
58e663b30f #498 Remove borders between notes in list
- Adjust separator to `#fbfbfb` in light theme and `#262626` in dark theme
2019-02-07 21:14:08 +01:00
stefan-niedermann
07fd912fe3 #520 App should register as notes app
- Use constants instead of string literals
2019-02-07 21:00:46 +01:00
stefan-niedermann
257b3424e8 #519 Synchronize on Wi-Fi only
- Sync icon
2019-02-07 16:24:15 +01:00
stefan-niedermann
40e54fb8b6 #519 Synchronize on Wi-Fi only
- Fix preference
2019-02-07 16:21:20 +01:00
stefan-niedermann
1998c04b3e #519 Synchronize on Wi-Fi only
- Add preference
- Add check in isSyncPossible()
- Add strings and resources
2019-02-06 23:35:49 +01:00
stefan-niedermann
b1b2d64cb7 Enable link creation and bold/italic toggle 2019-02-06 22:45:03 +01:00
stefan-niedermann
c8f1581a2b #363 Context based formatting 2019-02-06 21:47:14 +01:00
stefan-niedermann
020adcff82 Update dependencies 2019-02-06 20:51:05 +01:00
stefan-niedermann
20776b1c9b Merge remote-tracking branch 'origin/androidx'
# Conflicts:
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/BaseNoteFragment.java
2019-02-06 20:49:03 +01:00
Daniel Bailey
e3d4e87d3c Markdown util needs to hardcode unordered list colour.
getMarkdownConfiguration will set unordered list colour depending on
whether or not dark theme is enabled.
2019-02-06 20:38:55 +01:00