Commit Graph

37 Commits (3ed3d6c08b0ab7fc162109e54bccb659faa41c6f)

Author SHA1 Message Date
Bradlee Speice 06ae1c0ed6 Also add in the gradle build for flavors to variants 2014-11-20 23:18:36 -05:00
Bradlee Speice e9e6d1dacd Migrate tests from androidTest to app-test! 2014-11-20 00:52:42 -05:00
Bradlee Speice 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
Bradlee Speice 0f0b60c186 Revert "Building against SDK 21"
This reverts commit fbc7e9a681.
2014-11-09 23:55:30 -05:00
Bradlee Speice 6c8f92e742 Revert "Some more build fixes - use Android-Gradle .14"
This reverts commit 51a3dd3eac.
2014-11-09 23:55:23 -05:00
Bradlee Speice 59a924c14a Revert "Set minifyEnabled"
This reverts commit 84bd26ac52.
2014-11-09 23:55:20 -05:00
Bradlee Speice 84bd26ac52 Set minifyEnabled 2014-11-09 23:36:55 -05:00
Bradlee Speice 51a3dd3eac Some more build fixes - use Android-Gradle .14 2014-11-09 22:30:05 -05:00
Bradlee Speice fbc7e9a681 Building against SDK 21 2014-11-09 21:13:07 -05:00
Bradlee Speice 24f639a024 Upgrade Kotlin 2014-11-07 23:27:06 -05:00
Bradlee Speice 72f375ff9f Revert "Remove the build flavors"
This reverts commit c38dad605a.
2014-11-06 19:57:13 -05:00
Bradlee Speice c38dad605a Remove the build flavors
This is actually a pretty big accomplishment, should be a blog post shortly.
2014-10-30 00:42:23 -04:00
Bradlee Speice 6d15167100 Upgrade Kotlin 2014-10-22 20:42:39 -04:00
Bradlee Speice ef7b8f82fa Remove Hugo, it keeps on breaking the build... 2014-09-14 22:19:56 -04:00
Bradlee Speice 597cfca710 Test Hugo one more time, it's working locally... 2014-09-13 00:44:36 -04:00
Bradlee Speice a01c7940ed Remove Hugo for Travis
Seems to be causing out of memory errors...
2014-09-13 00:15:17 -04:00
Bradlee Speice 12ff40adb7 Clean up the Travis build a bit 2014-09-12 22:47:02 -04:00
Bradlee Speice 67b11b3ab0 Make sure the unit tests pass correctly 2014-09-12 22:36:53 -04:00
Bradlee Speice cbb4b5fd14 Add a whole lot of debug goodies 2014-09-12 22:23:48 -04:00
Bradlee Speice 3d8ff65af4 Bringing back Kotlin
I can do manual DI for testing, other Android classes can handle interfacing with Kotlin. From my testing, interop is quite smooth.
2014-09-09 23:31:32 -04:00
Bradlee Speice ba908c4f46 Remove Kotlin from build config 2014-09-09 00:19:17 -04:00
Bradlee Speice 20e4dfe4c4 Begin parsing OSIS on my own
Also add Kotlin, since I'd like to do what I can to get away from Java.
2014-09-07 21:27:41 -04:00
Bradlee Speice 479879925f State we need the gradle build plugin at least 12+ 2014-09-01 23:01:08 -04:00
Bradlee Speice ae43667f2f JS can call Android and get a value back! 2014-09-01 14:32:13 -04:00
Bradlee Speice c26beac6bb And I have working text. 2014-09-01 07:58:33 -04:00
Bradlee Speice c0c0643b84 Add in the And-bible OSIS parser
Took me a while to do the research I needed, sorry it's been so long. Largely useless currently, but gives me a starting place to adapt.
2014-08-22 19:53:57 -04:00
Bradlee Speice 44ed42135f Fixed the build issue.
Dagger 1.2.2 and Esperandro do not play nice together. Filed issue 25 with Esperandro - https://github.com/dkunzler/esperandro/issues/25
2014-08-09 20:07:38 -04:00
Bradlee Speice ad33ed9619 Initial verse lookup and caching.
Having some weird issues on the build, syncing to Github so I can test elsewhere. Things are likely broken right now.
2014-08-09 19:34:31 -04:00
Bradlee Speice 8b40fbcd96 First mockito test! 2014-07-20 21:12:00 -04:00
Bradlee Speice 365cf0dccb Add the first full-scale test case
Also demonstrates some advanced Dagger usage
2014-07-10 22:37:37 -04:00
Bradlee Speice cf7bc7c139 Add code to do Fragment instrumentation tests 2014-07-09 21:14:23 -04:00
Bradlee Speice d6951fcc9f Initial DownloadActivity import
I wish all new activities were this easy...
Needs significant refactoring/testing attention, coming shortly.
2014-07-07 22:09:15 -04:00
DjBushido 60185c934a Test cases pass now with the navbar 2014-07-05 15:59:34 -04:00
DjBushido b0a8a37b67 Add initial Travis build 2014-07-05 11:12:37 -04:00
DjBushido 8b5e6ede51 Testing now working
Still requires shenanigans in its own right, but this is a much better platform.
Plus, I don't need to mess with the application context, all I do is change the injections.
2014-07-05 10:35:55 -04:00
DjBushido b34f5e147a Add the jSword build 2014-07-04 22:25:35 -04:00
DjBushido ba38867104 Add the initial project. 2014-07-04 22:09:25 -04:00