Commit graph

119 commits

Author SHA1 Message Date
Billy Brawner
8713c1e5e6 Convert SettingsFragment to Kotlin 2020-04-08 07:58:55 -07:00
Billy Brawner
9b6bc58021 Implement dark mode 2020-04-08 07:58:55 -07:00
Billy Brawner
4fa6cc462d Use system file browser instead of built-in one 2020-04-08 07:58:55 -07:00
Billy Brawner
f00f894d3a WIP: Prepare for Q release 2020-04-08 07:58:55 -07:00
Billy Brawner
eb14543ccf fixup! Migrate some classes to Kotlin 2020-04-08 07:58:55 -07:00
Billy Brawner
7992b80787 Migrate some classes to Kotlin 2020-04-08 07:58:55 -07:00
Billy Brawner
e937c59651 Migrate to AndroidX 2020-04-08 07:58:55 -07:00
Billy Brawner
3a194e14e4 Update dependencies and clean up more files 2020-04-08 07:58:55 -07:00
Billy Brawner
1618524308 Remove Samsung and admob dependencies 2020-04-08 07:58:55 -07:00
Billy Brawner
5d3e5a6cc8 Implement Multidex 2020-04-08 07:58:55 -07:00
Billy Brawner
5b997a54bd Use Crashlytics instead of ACRA 2020-04-08 07:58:55 -07:00
Billy Brawner
2336f518db Update version number 2020-04-08 07:58:55 -07:00
Billy Brawner
6ea52d46d2 Use wrap_content ad height 2020-04-08 07:58:55 -07:00
Billy Brawner
96478b7748 WIP: Implement Google Play Billing 2020-04-08 07:58:55 -07:00
Billy Brawner
45f1c54eb1 Ad admob ads 2020-04-08 07:58:55 -07:00
Billy Brawner
004d3c94ca Update README 2020-04-08 07:58:55 -07:00
Billy Brawner
e3b6a3bfa5 Allow custom CSS for previews 2020-04-08 07:58:55 -07:00
Billy Brawner
6ca95063b9 Fix concurrency bugs in MarkdownPresenter 2020-04-08 07:58:55 -07:00
29fb166756 Fix jenkinsfile 2020-04-08 07:58:54 -07:00
527373d3e2 Shorten app name in app drawer 2020-04-08 07:58:54 -07:00
909ea47a19 Fix file loading in ExplorerActivity 2020-04-08 07:58:54 -07:00
087a7728e2 Report uncaught exceptions on background threads 2020-04-08 07:58:54 -07:00
0c58f29cb5 Bump version number 2020-04-08 07:58:54 -07:00
66db5aa79d Fix error reports and allow disabling them 2020-04-08 07:58:54 -07:00
15eb0812c0 Add privacy policy and limit the data sent by ACRA 2020-04-08 07:58:54 -07:00
306e642d43 Revert replacing Firebase with ACRA 2020-04-08 07:58:54 -07:00
decb4d76ff Bump version number 2020-04-08 07:58:54 -07:00
9037167e29 Update Robolectric for API 28 support 2020-04-08 07:58:54 -07:00
002248551b Fix up navigation on MarkdownInfoActivity 2020-04-08 07:58:54 -07:00
987b5c1785 Fix privacy policy opening 2020-04-08 07:58:54 -07:00
54952348f8 Update gradle wrapper and dependencies 2020-04-08 07:58:54 -07:00
945edc03d0 Bump version & add missing file 2020-04-08 07:58:54 -07:00
c9e72dc7b3 Replace ACRA with Firebase Crashlytics 2020-04-08 07:58:54 -07:00
35d077190d Ensure the first file in the ExplorerActivity is always the parent directory 2020-04-08 07:58:54 -07:00
9d3f04bbbd Add Jenkinsfile 2020-04-08 07:58:54 -07:00
726dd47ec7 Add acra.properties to gitignore 2020-04-08 07:58:54 -07:00
238cd2cdaf Bump version and fix ACRA integration 2020-04-08 07:58:54 -07:00
ddc15413a3 Make directory up navigation easier to understand 2020-04-08 07:58:54 -07:00
315c186db1 Reduce auto-save aggressiveness 2020-04-08 07:58:54 -07:00
2453207d20 Make file directories before saving 2020-04-08 07:58:54 -07:00
4414f3ecc0 Bump version number 2020-04-08 07:58:54 -07:00
a737d23ba7 Report errors to ACRA instead of printing 2020-04-08 07:58:54 -07:00
179e872892 Bump version number 2020-04-08 07:58:54 -07:00
ae125a5311 Implement ACRA reporting 2020-04-08 07:58:53 -07:00
110bc80424 Bump version number 2020-04-08 07:58:53 -07:00
9c034b7db1 Fix crashes related to buggy ListView in Android 2020-04-08 07:58:53 -07:00
e24e04734f Bump version number 2020-04-08 07:58:53 -07:00
32a19e4cde Allow opening any text files
Previously the app was limited to just files with common markdown file extensions in their name, but Nextcloud Notes, for example, saves the markdown files with a .txt extension. In order to be more accommodating, the filename extension restriction has been lifted
2020-04-08 07:58:53 -07:00
ddd36a059a Remove Crashlytics 2020-04-08 07:58:53 -07:00
be771edbd2 Improve scrolling in edit pane 2020-04-08 07:58:53 -07:00