Commit graph

211 commits

Author SHA1 Message Date
Billy Brawner
b7d8f7ae30 Bump version for release 2019-11-10 10:40:29 -06:00
Billy Brawner
1cc33041dc Fix saving data to override any existing data in a file 2019-11-10 10:39:32 -06:00
Billy Brawner
6a3d820249 Merge branch '0.8.2-fixes' into 'master'
Simplify loading/saving files to reduce bugs

See merge request billybrawner/SimpleMarkdown!8
2019-11-10 16:24:57 +00:00
Billy Brawner
d2604ac8ce Simplify loading/saving files to reduce bugs 2019-11-10 10:18:51 -06:00
Billy Brawner
9fb245d91c Merge branch '0.8.1-fixes' into 'master'
0.8.1

See merge request billybrawner/SimpleMarkdown!7
2019-11-08 23:19:47 +00: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
e66f9bc935 Remove unused licenses from README 2019-11-08 16:47:46 -06:00
Billy Brawner
6e8b1ed5a9 Update Libraries file 2019-11-08 16:47:46 -06:00
Billy Brawner
cdc2f92507 Fix various concurrency issues and simplify some logic throughout the app 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
e7fe9918cf Merge branch 'support-simplemarkdown' into 'master'
Support SimpleMarkdown

See merge request billybrawner/SimpleMarkdown!5
2019-11-07 23:29:02 +00:00
Billy Brawner
b747c87d23 Fix dialog dismissal when returning from settings 2019-11-07 17:20:40 -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
6a020a31ae Use MaterialComponents theme 2019-11-06 18:11:20 -06:00
Billy Brawner
24bc31ce9b Update dependency versions 2019-11-06 18:10:52 -06:00
Billy Brawner
1e8a2884cc Update gradle wrapper and AGP versions 2019-11-06 18:10:32 -06:00
Billy Brawner
5de4b0480e Merge branch 'viewmodel' into 'master'
Viewmodel

See merge request billybrawner/SimpleMarkdown!4
2019-08-20 13:34:28 +00: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
William 'Billy' Brawner
fa1dfb9141 Add Save as... and improve preview/edit performance 2019-08-18 20:55:25 -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
3baf2f9fc5 Merge branch 'kotlin' into 'master'
Kotlin

See merge request billybrawner/SimpleMarkdown!3
2019-08-17 19:44:32 +00:00
Billy Brawner
24bcad9a86 Fix ReadabilityTest 2019-08-17 14:37:34 -05:00
Billy Brawner
739bb7351e Convert ReadabilityTest to Kotlin 2019-08-17 14:00:21 -05:00
Billy Brawner
dd1251b056 Convert AutosaveTest to Kotlin 2019-08-17 13:52:37 -05:00
Billy Brawner
2d612f826c Convert MainActivityTests to Kotlin 2019-08-17 13:51:37 -05:00
Billy Brawner
01efb42a2d Delete MarkdownViewModel 2019-08-17 13:51:01 -05:00
Billy Brawner
bbc11172c9 Convert AppModule to Kotlin 2019-08-17 13:50:41 -05:00
Billy Brawner
1208037c17 Convert AppComponent to Kotlin 2019-08-17 13:50:22 -05:00
Billy Brawner
cd884cd24b Convert DisableableViewPager to Kotlin 2019-08-17 13:49:53 -05:00
Billy Brawner
4e04f9993d Convert SafeListView to Kotlin 2019-08-17 13:49:31 -05:00
Billy Brawner
cb382bc01c Convert SettingsActivity to Kotlin 2019-08-17 13:48:24 -05:00
Billy Brawner
b87d2fff0e Remove ExampleInstrumentedTest 2019-08-17 13:47:48 -05:00
Billy Brawner
e3e3fbe33f Remove Utils 2019-08-17 13:47:31 -05:00
Billy Brawner
8cc951a759 Remove Constants file 2019-08-17 13:36:21 -05:00
Billy Brawner
59fcc0928c Convert Sentence to Kotlin 2019-08-17 13:31:13 -05:00
Billy Brawner
8ab36bc8d8 Convert Readability to Kotlin 2019-08-17 13:28:00 -05:00
Billy Brawner
1a3d67ef58 Clean up much of the Kotlin usage and remove RxJava 2019-08-17 13:23:26 -05:00
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