Billy Brawner
b7d8f7ae30
Bump version for release
2019-11-10 10:40:29 -06:00
Billy Brawner
2904ff7f91
Bump version number for release
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-11-08 16:47:46 -06:00
Billy Brawner
6b2a25118f
Merge branch 'release' into 'master'
...
Minor updates for release
See merge request billybrawner/SimpleMarkdown!6
2019-11-07 23:40:53 +00:00
Billy Brawner
50ab22d5d0
Minor updates for release
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-11-07 17:34:15 -06:00
Billy Brawner
241f0868cd
Split overflow menu into navigation menu
...
I also removed Dagger since it wasn't really being used, and fixed the CrashlyticsErrorHandler as I had previously imported the incorrect BuildConfig class.
2019-11-07 12:05:07 -06:00
Billy Brawner
3eb9dfcab1
Add support page
2019-11-07 10:16:44 -06:00
Billy Brawner
24bc31ce9b
Update dependency versions
2019-11-06 18:10:52 -06:00
William 'Billy' Brawner
7962ce643a
Make jacocoTestReport task not dependent on running UI tests
2019-08-20 06:27:07 -07:00
William 'Billy' Brawner
d4853b3547
Redo UI tests to cover basic markdown editing flows
2019-08-19 21:52:35 -07:00
Billy Brawner
19e678f150
WIP: Migrate to ViewModel architecture
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-08-18 18:56:21 -07:00
Billy Brawner
1a3d67ef58
Clean up much of the Kotlin usage and remove RxJava
2019-08-17 13:23:26 -05: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
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
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
3b14b61ec0
Fix dark mode application on devices lower than Q
2019-05-18 08:49:03 -07:00
Billy Brawner
ec3663671e
Implement dark mode
2019-05-17 23:29:15 -07:00
Billy Brawner
310ae9c71a
WIP: Prepare for Q release
2019-05-17 19:54:29 -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
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
0ea2acc434
Fix jenkinsfile
2019-02-08 22:57:56 -06:00
f3a40626d0
Bump version number
2018-10-16 07:30:28 -05:00
8d9e3b6907
Revert replacing Firebase with ACRA
2018-10-15 20:41:33 -05:00
7d3278f91f
Bump version number
2018-10-01 18:19:38 -05:00
2c7f372925
Update Robolectric for API 28 support
2018-10-01 18:11:40 -05:00
603206f3f8
Update gradle wrapper and dependencies
2018-10-01 17:56:23 -05:00
c88982c098
Bump version & add missing file
2018-09-30 20:07:18 -05:00
0e2841a0e2
Replace ACRA with Firebase Crashlytics
2018-09-30 19:53:03 -05:00
90263aed4d
Bump version and fix ACRA integration
2018-09-04 18:56:02 -05:00
aa1bad80c4
Bump version number
2018-08-31 08:25:55 -05:00
13d3aac932
Bump version number
2018-08-21 11:30:20 -05:00
55d36aad91
Implement ACRA reporting
2018-08-21 09:21:20 -05:00
2a0cc94f17
Bump version number
2018-06-06 21:14:45 -05:00
eca19165a3
Bump version number
2018-05-24 20:10:30 -05:00
bbcf4ff50c
Remove Crashlytics
2018-03-27 17:35:34 -06:00
018879116d
Add possible fix for NPE in ExplorerActivity
2018-03-04 22:30:15 -06:00
8cb20248c6
Increment version number
2018-03-04 20:57:15 -06:00
e98d4cb48a
Add Samsung build flavor
2018-02-17 18:28:29 -06:00
3955337309
Fix bug on markdown processing
2018-01-28 15:42:21 -06:00
1bb9526c8e
Increment version number for release and fix test
2018-01-27 20:34:38 -06:00
9586c7d081
Add New file creation menu option
2018-01-27 16:51:45 -06:00
4013659254
Increment version number and release!
2017-12-23 22:35:30 -06:00