Billy Brawner
2899feb7bc
Convert MarkdownApplication to Kotlin
2019-08-17 12:55:25 -05:00
Billy Brawner
6e0c3b9809
Convert MarkdownPreviewView to Kotlin
2019-08-17 12:40:38 -05:00
Billy Brawner
7a08426334
Convert MarkdownEditView to Kotlin
2019-08-17 12:40:14 -05:00
Billy Brawner
2a8d85319e
Convert SplashActivity to Kotlin
2019-08-17 12:11:17 -05:00
Billy Brawner
5db48c8521
Fix MarkdownPresenterImpl Kotlin errors
2019-08-15 18:49:06 -05:00
Billy Brawner
17170c184c
Convert MarkdownPresenterImpl to Kotlin
2019-08-15 18:44:55 -05:00
Billy Brawner
788ae4bbc8
Clean up MarkdownPresenter Kotlin changes
2019-08-15 18:44:17 -05:00
Billy Brawner
c98bfb5d3e
Convert MarkdownPresenter to Kotlin
2019-08-15 18:41:13 -05:00
Billy Brawner
08ece51fa7
fixup! Clean up MarkdownFile Kotlin implementation
2019-08-15 18:40:15 -05:00
Billy Brawner
ea2c75b621
Clean up MarkdownFile Kotlin implementation
2019-08-15 18:39:35 -05:00
Billy Brawner
655acbfc0f
Convert MarkdownFile to Kotlin
2019-08-15 18:30:48 -05:00
Billy Brawner
2ee2900371
Merge branch 'keyboard-handling' into 'master'
...
Keyboard handling
See merge request billybrawner/SimpleMarkdown!2
2019-08-05 04:18:41 +00:00
6755e8a031
Fix failing unit tests
...
Robolectric supports a maxSdkVersion of 28, so I can't quite upgrade yet
2019-08-04 21:12:11 -07:00
a76eab4b34
Show and hide the keyboard when navigating to and from the EditFragment
2019-08-04 18:49:09 -07:00
b710919935
Fix EditPagerAdapter oddities from autoconversion
2019-08-04 18:49:09 -07:00
2a12a77aa5
Convert EditPagerAdapter to Kotlin
2019-08-04 18:49:09 -07:00
Billy Brawner
703597529a
Merge branch 'gitlab-ci' into 'master'
...
Integrate with GitLab CI
See merge request billybrawner/SimpleMarkdown!1
2019-08-02 03:00:29 +00:00
Billy Brawner
c2e6837fb4
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
2019-08-02 03:00:29 +00:00
William Brawner
7c11ba178d
Downgrade Android Gradle Plugin and Gradle Wrapper to stable versions
2019-07-24 18:33:34 -07:00
Billy Brawner
799a479b92
Bump version for release
2019-05-19 14:40:42 -07:00
Billy Brawner
f91f46a633
Fix theme-related bugs
2019-05-19 10:47:36 -07:00
Billy Brawner
83a931d0f4
Fix autosave
2019-05-19 10:06:10 -07:00
Billy Brawner
be3c71cedc
Update README
2019-05-18 14:21:05 -07:00
Billy Brawner
4f36ebf9a0
Fix new file option and clean up unused/unnecessary code
2019-05-18 14:16:31 -07:00
Billy Brawner
8a288e1764
Fix styles on help-style pages
2019-05-18 10:35:25 -07:00
Billy Brawner
60f0f18f54
Fix error reporting and clean up some of the code. Also fixed missing toolbar on settings page
2019-05-18 10:02:26 -07:00
Billy Brawner
3b14b61ec0
Fix dark mode application on devices lower than Q
2019-05-18 08:49:03 -07:00
Billy Brawner
6a242cbc46
Convert SettingsFragment to Kotlin
2019-05-18 08:06:27 -07:00
Billy Brawner
ec3663671e
Implement dark mode
2019-05-17 23:29:15 -07:00
Billy Brawner
271d5b06ad
Use system file browser instead of built-in one
2019-05-17 21:39:01 -07:00
Billy Brawner
310ae9c71a
WIP: Prepare for Q release
2019-05-17 19:54:29 -07:00
Billy Brawner
da22041d6c
fixup! Migrate some classes to Kotlin
2019-05-17 19:54:16 -07:00
Billy Brawner
988a5300d1
Migrate some classes to Kotlin
2019-05-17 18:17:14 -07:00
Billy Brawner
5210e56531
Migrate to AndroidX
2019-05-15 20:40:59 -07:00
Billy Brawner
8b7e41914c
Update dependencies and clean up more files
2019-04-29 19:57:55 -07:00
Billy Brawner
7f06bc2291
Remove Samsung and admob dependencies
2019-04-29 19:32:41 -07:00
Billy Brawner
a9dfceef24
Implement Multidex
2019-03-19 20:29:57 -06:00
Billy Brawner
acbb3ec678
Use Crashlytics instead of ACRA
2019-03-19 19:50:01 -06:00
Billy Brawner
152982093d
Update version number
2019-02-10 19:18:55 -06:00
Billy Brawner
a870902e53
Use wrap_content ad height
2019-02-10 14:18:44 -06:00
Billy Brawner
66f989f24c
WIP: Implement Google Play Billing
2019-02-10 13:15:47 -06:00
Billy Brawner
4cbf65ad57
Ad admob ads
2019-02-10 13:12:51 -06:00
31de86cfe1
Merge pull request #50 from wbrawner/custom-css
...
Allow Users to Define Custom CSS
2019-02-08 23:09:20 -06:00
Billy Brawner
f23aae7f8c
Update README
2019-02-08 23:05:23 -06:00
Billy Brawner
eab40400d3
Allow custom CSS for previews
2019-02-08 23:05:23 -06:00
Billy Brawner
185c63fa2f
Fix concurrency bugs in MarkdownPresenter
2019-02-08 23:05:04 -06:00
03822cb66d
Merge pull request #37 from wbrawner/jenkinsfile
...
Fix jenkinsfile
2019-02-08 23:04:34 -06:00
0ea2acc434
Fix jenkinsfile
2019-02-08 22:57:56 -06:00
a6afc193f8
Shorten app name in app drawer
2018-10-16 07:50:52 -05:00
e7d4cef763
Fix file loading in ExplorerActivity
2018-10-16 07:50:29 -05:00