Commit graph

479 commits

Author SHA1 Message Date
stefan-niedermann
5485d88481 #248 Refresh from server when in view mode
- Merge master
2019-02-08 11:34:15 +01:00
stefan-niedermann
b29fadc276 Merge branch 'master' into refresh-preview
# Conflicts:
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/NotePreviewFragment.java
2019-02-08 11:31:29 +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
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
d5693c5ac2 Do not finish PreferencesActivity when switching theme 2019-02-07 22:23:02 +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
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
stefan-niedermann
c20e49d50a Merge branch '250-register-as-notes-app' into search-in-note 2019-02-06 20:29:00 +01:00
stefan-niedermann
11e606bea8 Adjust orderInCategory 2019-02-06 20:12:27 +01:00
stefan-niedermann
15b41c4b1d Migrate to androidx.appcompat.widget.SearchView 2019-02-06 17:51:20 +01:00
stefan-niedermann
2b7ee5886c Migrate to androidx 2019-02-06 17:47:20 +01:00
stefan-niedermann
3733ada12f Merge branch 'master' into search-in-note
# Conflicts:
#	app/src/main/java/it/niedermann/owncloud/notes/android/fragment/BaseNoteFragment.java
2019-02-06 17:32:42 +01:00
stefan-niedermann
077f986ea4 Add intent-filter for com.google.android.gm.action.AUTO_SEND 2019-02-06 17:27:11 +01:00
stefan-niedermann
8d7d284cd8 Put app/release to .gitignore 2019-02-06 17:22:33 +01:00
Niedermann IT-Dienstleistungen
4c86902cf5 Upgrade Butterknife to v10.0.0 2019-02-06 17:20:04 +01:00
Niedermann IT-Dienstleistungen
01e17541e2 Update dependencies and enable Java 1.8 compatibility 2019-02-06 17:20:04 +01:00
Niedermann IT-Dienstleistungen
f03bd967d3 Migrate to AndroidX 2019-02-06 17:20:04 +01:00
Niedermann IT-Dienstleistungen
e4fa10c1a7 Upgrade Butterknife to v10.0.0 2019-01-19 12:49:15 +00:00
Niedermann IT-Dienstleistungen
5f143d593b Update dependencies and enable Java 1.8 compatibility 2019-01-19 12:49:15 +00:00
Niedermann IT-Dienstleistungen
21a97823fe Migrate to AndroidX 2019-01-19 12:49:15 +00:00
Daniel Bailey
4720c91b3b Condensed code in PreferencesFragment used to set the theme pref
summary.
2019-01-19 11:46:35 +00:00
Niedermann IT-Dienstleistungen
90e9bc32e0 bump version to 0.22.4 2018-11-27 20:47:02 +01:00
Nextcloud bot
0a56774a45 [tx-robot] updated from transifex 2018-11-27 20:45:53 +01:00
Daniel Bailey
431fb7e79e Issue #488. Appwidget colours are not consistent in dark theme'd layout 2018-11-27 08:53:18 +01:00
Daniel Bailey
66e34876b3 #496 Ensure widgets update when notifyNotesChanged is called. 2018-11-27 08:43:48 +01:00
Niedermann IT-Dienstleistungen
546eabe573 version bump to 0.22.3 2018-10-01 22:49:28 +02:00
Daniel Bailey
bb5e68b5b4 Various improvements to nlw widget and single note widget. Fix for both
configuration activities.
2018-10-01 22:45:39 +02:00
Daniel Bailey
b5ca773e21 Appwidgets' onUpdate and onReceive functions will call updateAppWidget
when making any updates.
2018-09-24 14:38:09 +02:00
Niedermann IT-Dienstleistungen
831ce86ded Update Single Note Widget image (rendered markdown) 2018-09-18 12:05:06 +02:00
Niedermann IT-Dienstleistungen
d2f06b884c bump version to v0.22.2 2018-09-16 15:43:39 +02:00
Daniel Bailey
a106929b4a Fix for intermittent nlw update problem. 2018-09-16 15:41:53 +02:00
Niedermann IT-Dienstleistungen
242654f587 bump version to 0.22.1 2018-09-16 14:01:35 +02:00
Niedermann IT-Dienstleistungen
20b41847fd Fix favorite icon color on swipe 2018-09-16 13:57:04 +02:00
Daniel Bailey
c2bb8d953d Removed definition of background_material_light. Lowered nlw transparency slightly. 2018-09-16 13:54:00 +02:00
Niedermann IT-Dienstleistungen
2bd5e17e73 Merge branch 'master' of https://github.com/stefan-niedermann/nextcloud-notes 2018-09-09 13:19:27 +02:00
Niedermann IT-Dienstleistungen
83301982ee bump version to 0.22.0 2018-09-09 13:18:19 +02:00