Commit graph

116 commits

Author SHA1 Message Date
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
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
Jimmy-7664
86ee13ef85 Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
3924618164 Update MarkdownUtilTest.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
7a81d82592 Update MarkdownUtil.java 2021-05-10 18:44:08 +02:00
Jimmy-7664
5b8cdf825e Update MarkdownUtilTest.java 2021-05-10 18:44:08 +02:00
Stefan Niedermann
ab791b5ad7 Remove RxMarkdown dependency completely 2021-05-05 19:54:36 +02:00
Stefan Niedermann
c340737ced Merge branch 'master' into remove-rx-markdown
# Conflicts:
#	markdown/src/main/java/it/niedermann/android/markdown/MarkdownUtil.java
2021-05-05 11:00:48 +02:00
Stefan Niedermann
363125b18f MarkdownUtilTest: More test cases for one existing character 2021-05-02 18:43:59 +02:00
Cui
89ab0c8bef update the formatting 2021-05-02 18:41:47 +02:00
Cui
10b1a067c1 update 2021-05-02 18:41:47 +02:00
Cui
cdc12f8872 update the TODO test and fix 2021-05-02 18:41:47 +02:00