Commit graph

11 commits

Author SHA1 Message Date
1cc0063b15 Replace Crashlytics with Sentry
Signed-off-by: William Brawner <me@wbrawner.com>
2020-06-10 10:16:53 -07:00
Billy Brawner
810a334bb0 Minor updates for release
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2020-04-08 07:59:50 -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
29fb166756 Fix jenkinsfile 2020-04-08 07:58:54 -07:00
306e642d43 Revert replacing Firebase with ACRA 2020-04-08 07:58:54 -07:00
c9e72dc7b3 Replace ACRA with Firebase Crashlytics 2020-04-08 07:58:54 -07:00
726dd47ec7 Add acra.properties to gitignore 2020-04-08 07:58:54 -07:00
a737d23ba7 Report errors to ACRA instead of printing 2020-04-08 07:58:54 -07:00
d92c4cb762 Add Samsung build flavor 2020-04-08 07:58:53 -07:00
028006196b Added gradle files and ignored Android Studio files 2017-07-25 18:20:36 -05:00
31bed24bd8 Initial commit 2017-07-24 23:37:23 -05:00