Commit Graph

155 Commits

Author SHA1 Message Date
989e3e8023 Scrolling through verses works correctly
Binding not working correctly, but shouldn't be hard to fix
2014-11-26 16:50:27 -05:00
54b0290ef2 Slight edits
Scrolling is nice and quick
Animations aren't great, but what I'm trying to do might actually be possible... I can actually remove the JS code.
2014-11-25 23:22:33 -05:00
4e7393653b RecyclerView now loads the text
It's actually surprisingly speedy, I'm impressed. This may just actually work, only thing left to do is implement the infinite scroll, and I'll have something worth testing...
So much easier than maintaining the JS build...
2014-11-25 22:49:30 -05:00
d6c5662fa5 RecyclerView initial demonstration 2014-11-25 22:32:16 -05:00
147c6a5248 Add a TODO 2014-11-25 10:41:34 -05:00
212e07b53e Revert back to SDK 20, but use plugin 14.0
Allows Android Studio (needs plugin 14) and Travis (20) to hopefully play nice
2014-11-24 00:32:47 -05:00
8a46cb0037 Revert "Get everything set for API 21"
This reverts commit d94b8b45c7.
2014-11-24 00:09:16 -05:00
ae87b46fb7 Revert "Rely on SDK manager plugin instead of Travis"
This reverts commit 7e3fdf6567.
2014-11-24 00:09:11 -05:00
7e3fdf6567 Rely on SDK manager plugin instead of Travis 2014-11-23 23:06:01 -05:00
d94b8b45c7 Get everything set for API 21 2014-11-23 22:29:04 -05:00
3ed3d6c08b Merge branch 'master' of http://github.com/MinimalBible/MinimalBible 2014-11-22 22:15:54 -05:00
8d65327853 More boundary refactoring and testing
Only testing branch logic is so nice...
2014-11-22 17:31:53 -05:00
05d2d006e4 Boundary refactor, and add some tests 2014-11-22 17:07:58 -05:00
18d3620da3 Refactor a bit to make testing easier 2014-11-22 16:28:05 -05:00
81ebeb43b3 More slight edits 2014-11-22 00:57:52 -05:00
fc38192dba Minor modifications 2014-11-22 00:38:06 -05:00
fdd0a81837 Remove the release build folder
It's what should actually be in main
2014-11-22 00:34:55 -05:00
07b9d04933 Add some slight refactoring
Unfortunately it's too hard to add the tests I wanted to
2014-11-22 00:21:38 -05:00
90db3e6a1a Fix the download progress not updating
Integer roundoff errors...
2014-11-20 23:19:06 -05:00
06ae1c0ed6 Also add in the gradle build for flavors to variants 2014-11-20 23:18:36 -05:00
f51a2515b0 Switch off build variants to build types
Should be much easier to maintain
2014-11-20 22:57:46 -05:00
e9e6d1dacd Migrate tests from androidTest to app-test! 2014-11-20 00:52:42 -05:00
cb8ea71f62 Code coverage is working!
Been trying so long to get this running, so happy to have it done.
2014-11-17 16:49:28 -05:00
8d6a3b0d84 Slight refactoring of BibleMenu
Needs a test case, but having issues with the emulator on Windows
2014-11-16 00:28:25 -05:00
6c139eacab Make the VerseContent immutable
Not quite certain this is the way to go, but let's try a functional experiment.
2014-11-13 00:04:20 -05:00
1ee1a41004 Switch get() to [] 2014-11-12 23:43:21 -05:00
187a73cf92 Kotlin migration is done!
There will of course be refactoring and whatnot, but I consider this an accomplishment.
2014-11-12 23:41:05 -05:00
0e7680ca9e Rename the ExpListNavDrawerFragment 2014-11-12 22:21:32 -05:00
18c9df404e Books are now deleted correctly
Still need to handle all the network related errors...
2014-11-12 01:01:34 -05:00
8137c4795a Fix issues the OsisParser regenerating VerseContent
BookManager is still currently unable to delete books
2014-11-12 00:34:31 -05:00
cce463cde9 Properly remove a book
Not sure why it needs to be implemented this way...
2014-11-12 00:09:24 -05:00
b65b5680f9 Remove the InstalledManager
Largely duplicated work, and makes testing easier!
2014-11-11 23:46:51 -05:00
35b515add7 Small documentation update on Injector 2014-11-11 23:26:01 -05:00
7cfe273cb6 Refactor BookDownloadManager to Kotlin
I don't like that I had to make one static method a class method, but I like how much cleaner everything else is!
2014-11-11 22:55:31 -05:00
86adeb4951 Refactor the DLProgressEvent to Kotlin 2014-11-11 21:53:13 -05:00
b778748ee0 Rename FinalDelegate to SafeValDelegate 2014-11-11 13:29:55 -05:00
c394fce273 Use a delegate to make OsisParser cleaner 2014-11-11 10:09:47 -05:00
c57babd68a Add some tests to the OsisParser
Testing state machines can be difficult if it's not black box...
2014-11-11 00:33:51 -05:00
6a45d872f8 Refactor the Core of LocaleManager, test it 2014-11-10 23:45:21 -05:00
0f0b60c186 Revert "Building against SDK 21"
This reverts commit fbc7e9a681.
2014-11-09 23:55:30 -05:00
6c8f92e742 Revert "Some more build fixes - use Android-Gradle .14"
This reverts commit 51a3dd3eac.
2014-11-09 23:55:23 -05:00
59a924c14a Revert "Set minifyEnabled"
This reverts commit 84bd26ac52.
2014-11-09 23:55:20 -05:00
84bd26ac52 Set minifyEnabled 2014-11-09 23:36:55 -05:00
51a3dd3eac Some more build fixes - use Android-Gradle .14 2014-11-09 22:30:05 -05:00
fbc7e9a681 Building against SDK 21 2014-11-09 21:13:07 -05:00
d7e9dd34c9 Expose the modulesByLanguage
Can be refactored later, internal implementation uses the "proper" way of accessing things.
2014-11-08 00:34:08 -05:00
1ea27f50b9 Slight refactor, FixedLanguage should be private 2014-11-08 00:29:10 -05:00
cc15e9219d Some slight refactoring, test filtering books 2014-11-08 00:22:13 -05:00
24f639a024 Upgrade Kotlin 2014-11-07 23:27:06 -05:00
ad1a0eee84 Boundary Value testing working as hoped. 2014-11-07 00:27:17 -05:00