Commit graph

126 commits

Author SHA1 Message Date
Stefan Niedermann
97651c0352 Minor refactorings
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-24 12:48:21 +02:00
Stefan Niedermann
b213bc645f Merge branch 'master' into markdown-context-menu-multiline 2021-06-24 11:20:52 +02:00
Stefan Niedermann
8f92d2e1ef Minor refactorings
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-24 11:20:47 +02:00
desperateCoder
760a7b3b41 make punctuation great again 2021-06-23 20:57:42 +02:00
Stefan Niedermann
eae70001d1 Fix #1276 Checkboxes using an uppercase X can not be toggled
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-23 10:09:57 +02:00
dependabot[bot]
110d841336 Bump mockito-core from 3.11.1 to 3.11.2
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 16:38:40 +02:00
desperateCoder
f3c40e5108 Merge branch 'master' of github.com:stefan-niedermann/nextcloud-notes into markdown-context-menu-multiline 2021-06-19 12:57:28 +02:00
desperateCoder
c42da80623 added testcase 2021-06-19 12:57:12 +02:00
dependabot[bot]
806914bb16 Bump mockito-core from 3.11.0 to 3.11.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 10:14:24 +02:00
Stefan Niedermann
96dd4f17a7 Remove dead code
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 20:38:15 +02:00
Stefan Niedermann
720390686f Refactor links in checkboxes and add unit tests
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 19:50:31 +02:00
Stefan Niedermann
f57603d472 Refactor links in checkboxes and add unit tests
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 15:20:29 +02:00
Stefan Niedermann
4421bc1358 Merge remote-tracking branch 'origin/clickable-links' into clickable-links
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 12:02:58 +02:00
Stefan Niedermann
fc598b84c9 Remove unused import
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 11:52:59 +02:00
Stefan Niedermann
f2c3883dfe Apply ToggleTaskListSpan only for areas without ClickableSpan
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 11:51:48 +02:00
Stefan Niedermann
db3513961c Apply ToggleTaskListSpan only for areas without ClickableSpan
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-13 11:38:43 +02:00
Stefan Niedermann
642863016c update changelog
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-12 16:19:26 +02:00
Stefan Niedermann
dad6836f73 Use ExecutorServices for running threaded tasks
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-11 11:05:17 +02:00
Stefan Niedermann
858ed3475f #1018 Use Glide for image loading
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-05 13:22:38 +02:00
Stefan Niedermann
07663224f1 #1243 Remove content of notes and search terms from LogCat
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-01 10:20:13 +02:00
Niedermann IT-Dienstleistungen
2534aefb77
Remove robolectric config (#1242)
This is no longer necessary:

```java
@config(sdk = [Build.VERSION_CODES.P])
```
2021-05-31 11:33:33 +02:00
Stefan Niedermann
5c87048074 Move instrumented tests to robolectric unit tests
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-30 15:23:07 +02:00
dependabot[bot]
46106bee1f Bump annotations from 21.0.0 to 21.0.1
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.0 to 21.0.1.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/21.0.0...21.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 08:55:36 +02:00
Stefan Niedermann
771026fc32 Use default locale when checking whether device manufacturer is samsung
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25 15:25:55 +02:00
Stefan Niedermann
06484418b0 Clean up build.gradle files
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25 15:13:15 +02:00
dependabot[bot]
7673d0bdb0 Bump annotations from 20.1.0 to 21.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/20.1.0...21.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 09:17:12 +02:00
dependabot[bot]
a967b486e0 Bump appcompat from 1.2.0 to 1.3.0
Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 08:57:34 +02:00
Stefan Niedermann
04d88572ad Minor refactoring 2021-05-14 17:08:04 +02:00
Stefan Niedermann
5d4c022e17 Merge branch 'master' of https://github.com/Cui-Yusong/nextcloud-notes into Cui-Yusong-master 2021-05-14 16:30:54 +02:00
Cui
3bfa13bc34 update 2021-05-14 20:57:32 +08:00
Cui
0cd28d8b00 update 2021-05-14 20:38:49 +08:00
Stefan Niedermann
303f335fac Fix some IDE warnings and remove outdated unit tests 2021-05-12 14:31:20 +02:00
Cui
44e585f828 update 2021-05-12 20:22:05 +08:00
Stefan Niedermann
23836fe59b Minor code refactorings 2021-05-12 13:26:08 +02:00
Stefan Niedermann
8d2e7941be Add unit test for getMarkdownLink() 2021-05-12 12:03:04 +02:00
Cui
1ccd74e288 update 2021-05-12 17:11:46 +08:00
CuiYuSong
3a075c838a Merge branch 'stefan-niedermann:master' into master 2021-05-12 16:10:48 +08:00
CuiYuSong
f0a1123518
Update MarkdownUtil.java 2021-05-12 14:41:47 +08:00
CuiYuSong
ee86b08146
Update MarkdownUtilTest.java 2021-05-12 14:07:58 +08:00
CuiYuSong
061616d313
Update MarkdownUtilTest.java 2021-05-12 14:07:23 +08:00
CuiYuSong
670fa582a7
Update MarkdownUtil.java 2021-05-12 14:03:53 +08:00
CuiYuSong
fd5a764d22
Update MarkdownUtilTest.java 2021-05-12 14:01:28 +08:00
Jimmy-7664
86d427c02d Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
ef17f3d3d7 Update MarkdownUtilTest.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
02e6658506 Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
4ccbed52bb Update MarkdownUtilTest.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
c0356909a1 Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
f6672c8778 Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
faf2bf338e Update MarkdownUtilTest.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
6b23e2994a Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00