Commit graph

196 commits

Author SHA1 Message Date
Billy Brawner
787c044da6 Convert Readability to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
829dc11c12 Clean up much of the Kotlin usage and remove RxJava 2020-04-08 07:59:49 -07:00
Billy Brawner
e00d43f93c Convert MarkdownApplication to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
0b9eb26b4a Convert MarkdownPreviewView to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
2f60ed38aa Convert MarkdownEditView to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
c8547601e6 Convert SplashActivity to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
91a0e729db Fix MarkdownPresenterImpl Kotlin errors 2020-04-08 07:59:49 -07:00
Billy Brawner
b002881dc3 Convert MarkdownPresenterImpl to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
04e8bb1c03 Clean up MarkdownPresenter Kotlin changes 2020-04-08 07:59:49 -07:00
Billy Brawner
a927851a30 Convert MarkdownPresenter to Kotlin 2020-04-08 07:59:49 -07:00
Billy Brawner
a887a5b06a fixup! Clean up MarkdownFile Kotlin implementation 2020-04-08 07:59:49 -07:00
Billy Brawner
5595ca7ee3 Clean up MarkdownFile Kotlin implementation 2020-04-08 07:59:49 -07:00
Billy Brawner
efe85b5b80 Convert MarkdownFile to Kotlin 2020-04-08 07:59:49 -07:00
70e93fc0ce Fix failing unit tests
Robolectric supports a maxSdkVersion of 28, so I can't quite upgrade yet
2020-04-08 07:59:49 -07:00
feae3be2ec Show and hide the keyboard when navigating to and from the EditFragment 2020-04-08 07:59:49 -07:00
09809cada9 Fix EditPagerAdapter oddities from autoconversion 2020-04-08 07:59:49 -07:00
93ae39fdf4 Convert EditPagerAdapter to Kotlin 2020-04-08 07:59:49 -07:00
colugo
a4d9a9b9d7 Add basic readability highlighting
Personally, I'm a terrible writer and I've found simple aids really help keep my prose tight.
These changes will highlight sentences that are hard to read, based on the number of syllables they contain.
Here's what happens based on syllable count:
- less than 25 syllables: its easy to read (heuristically speaking), and has no background colour
- between 25 and 35 syllables, it's a bit hard to understand, and has a yellow background colour
- over 35 syllables, its quite hard to read, and has a red background color

This might be well outside the scope of what you had in mind, but I personally find it usefull.
At the moment it's on by default, in a seperate observer.
Maybe you could add add a setting for it
2020-04-08 07:59:36 -07:00
William Brawner
86edda5e24 Downgrade Android Gradle Plugin and Gradle Wrapper to stable versions 2020-04-08 07:58:56 -07:00
Billy Brawner
6ec3a73311 Bump version for release 2020-04-08 07:58:56 -07:00
Billy Brawner
9f85ab4ac4 Fix theme-related bugs 2020-04-08 07:58:56 -07:00
Billy Brawner
329b36cc95 Fix autosave 2020-04-08 07:58:56 -07:00
Billy Brawner
29967932f1 Update README 2020-04-08 07:58:56 -07:00
Billy Brawner
f16f25ca65 Fix new file option and clean up unused/unnecessary code 2020-04-08 07:58:56 -07:00
Billy Brawner
83ef306b83 Fix styles on help-style pages 2020-04-08 07:58:55 -07:00
Billy Brawner
b5b850c605 Fix error reporting and clean up some of the code. Also fixed missing toolbar on settings page 2020-04-08 07:58:55 -07:00
Billy Brawner
f9fd55b369 Fix dark mode application on devices lower than Q 2020-04-08 07:58:55 -07:00
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