8c71d4372eInitial switch to WebView
Bradlee Speice
2014-06-18 22:18:46 -0400
348a6da9a3Beginning work on the actual Bible viewer!
Bradlee Speice
2014-06-18 22:08:53 -0400
8e54fdb86dDisable tests for now Having lots of issues with the jSword API just not being consistent...
DjBushido
2014-06-14 20:38:44 -0400
d260f98377Forgot to commit most of the files...
Bradlee Speice
2014-06-14 18:07:18 -0400
3649468e7fSwitch back to Dev/ branch of Android Studio So Travis builds correctly.
Bradlee Speice
2014-06-14 18:01:19 -0400
d9f6eaa339Squashed commit of the following: (enable Rx)
Bradlee Speice
2014-06-14 16:43:21 -0400
4269988b7cBackport to Java 6... Android Studio automatically folds lambda-style, so it won't get too out of hand.
Rx/Retrolambda
Bradlee Speice
2014-06-14 16:41:11 -0400
e945ef51a7Get the unit tests passing again Note: I need to write more. Lots more.
Bradlee Speice
2014-06-14 16:25:13 -0400
04fe4d13b4Add lots of Lint fixes
Bradlee Speice
2014-06-14 15:13:44 -0400
dda5c79299Fix books not being removed...
Bradlee Speice
2014-06-14 15:04:17 -0400
93abe065a2Fix a NetworkOnMainThreadException
Bradlee Speice
2014-06-14 14:10:43 -0400
ba3c6ebe6cSome refactoring and Async fixes.
Bradlee Speice
2014-06-14 14:08:50 -0400
8d17b6db64Silly DownloadManager Injects are for classes that need them.
Bradlee Speice
2014-06-10 23:44:35 -0400
7070c933d1Fix the dagger compile errors If you have an @Singleton with no @Injects inside it, you need to add an @Injects constructor for Dagger to validate.
Bradlee Speice
2014-06-10 23:41:35 -0400
28dfec81d7[broken probably] Refactoring to Rx should be done... But having issues with compiling. Checking if Dagger and retrolambda play nice.
Bradlee Speice
2014-06-10 23:17:20 -0400
fb0c5fdaaa[broken] BookListFragment to Rx
Bradlee Speice
2014-06-10 22:56:52 -0400
6eb5f66dcc[broken] BookItemHolder to Rx
Bradlee Speice
2014-06-10 22:49:47 -0400
3f5909be08Add retrolambda support
Bradlee Speice
2014-06-10 19:30:45 -0400
a7e185690eTry once more to fix the NPE on tests.
DjBushido
2014-06-05 21:29:00 -0400
78997f704fDynamically create the ObjectGraph, rather than onCreate()
Bradlee Speice
2014-06-05 21:00:15 -0400
2e8974b745See if I can't figure out why I'm getting a NPE on the setup method...
Bradlee Speice
2014-06-04 22:18:08 -0400
5a2eee49d5Add code to test installing and removing books The test was successful on the first try. I don't know if I should be scared about that.
Bradlee Speice
2014-06-04 21:53:53 -0400
1a8b3f2eeeAdd code to remove books
Bradlee Speice
2014-06-04 21:42:41 -0400
4514c0f33fForgot to actually include the link on the README update
Bradlee Speice
2014-05-31 00:04:12 -0400
457ab021c7Split out the setUp, Travis is giving an NPE
Bradlee Speice
2014-05-31 00:02:47 -0400
bd60b9a038Set up the README with the Travis build status
Bradlee Speice
2014-05-30 23:37:48 -0400
ca4cff2adfAllow the await() to run longer... Forgot how slow the emulator was, this is a bit ridiculous.
Bradlee Speice
2014-05-30 23:33:50 -0400
ed219bc8a4Unit test fixes, works locally. We'll see if it finally runs on Travis...
Bradlee Speice
2014-05-30 23:23:16 -0400
7558fc7f20Progress is working fine for most books Still seeing some strange issues, need to do some investigation...
Bradlee Speice
2014-05-24 22:34:55 -0400
6191943d3fDownloading now shows progress! Nasty bug where you can double register to the bus because it's not actually destroyed, need to fix that.
Bradlee Speice
2014-05-24 22:13:23 -0400
6afb9b6f28Can download books! Progress doesn't show, but I'm about to fix that.
Bradlee Speice
2014-05-24 21:12:20 -0400
38181c8827Remove the Otto dependency I appreciate Green Robot's EventBus' ability to let subscribers choose what thread they subscribe on.
Bradlee Speice
2014-05-24 15:12:40 -0400
2c494edadcUnit testing now working Also demo test case for async testing.
Bradlee Speice
2014-05-24 15:11:26 -0400
bba77bb45aAnd add an incredibly basic test
Bradlee Speice
2014-05-24 02:13:35 -0400
221f01653fAdd the Otto dependency
Bradlee Speice
2014-05-24 02:03:44 -0400
d7a9ad3c82Extra refactoring and cleanup on BookItemHolder Also, rules for displaying everything and layouts are fleshed out.
Bradlee Speice
2014-05-20 22:21:59 -0400
135832859cAdd a couple TODOs for cleaning the Adapter
Bradlee Speice
2014-05-19 23:32:27 -0400
d10626efe6Switch to Esperandro for SharedPreferences
Bradlee Speice
2014-05-19 22:52:00 -0400
d664f12d08Path refactoring Also fixed an issue with View recycling
Bradlee Speice
2014-05-19 22:34:56 -0400
d16730781bAdd the SVG logo I used
Bradlee Speice
2014-05-17 20:56:38 -0400
6446e143baRemove the ProgressWheel folder entirely Not sure why it was allowed to stay...
Bradlee Speice
2014-05-17 01:38:06 -0400
b04d6c67aeAdd in the ProgressWheel! Also make sure it gets put in the proper package to make sure the author gets credit.
Bradlee Speice
2014-05-17 01:37:44 -0400
5222b6e3e6Various cleanups Move ProgressWheel into the project proper, optimize the DL ListView And also remove android-iconify. Despite using icons (which is awesome) it didn't handle button highlight on click well, and the icons seemed a bit small anyways.
Bradlee Speice
2014-05-17 01:16:36 -0400
01d5e97d21Some new libraries to play with Not all will be used quite yet.
Bradlee Speice
2014-05-17 00:07:52 -0400
13fc473081Add a download button to the download list view!
Bradlee Speice
2014-05-12 22:18:37 -0400
4e01ff666eBig documentation (no functionality) update
Bradlee Speice
2014-05-10 20:20:16 -0400
8292dc91a1Update one more TODO
Bradlee Speice
2014-05-10 19:21:42 -0400
eeb0df3dcfIncredibly minor documentation update
Bradlee Speice
2014-05-10 19:20:25 -0400
e88c68b1e3Issues with Dagger and Android Annotations, broken
DjBushido
2014-05-08 23:47:07 -0400
a046e9fa0aRefactor download prefs, when to d/l over internet
DjBushido
2014-05-08 21:39:29 -0400
1530364abcRefactoring, and download layout alignment fixes
DjBushido
2014-05-08 20:39:38 -0400
4da25f0e23Dagger support now working Could've saved an hour or two if someone had told me every class needs to inject itself...
Bradlee Speice
2014-05-07 02:06:38 -0400
503ae75d79And ignore /build in the root folder
Bradlee Speice
2014-05-07 00:52:00 -0400
9f80432924Update gradle version
Bradlee Speice
2014-05-06 23:12:24 -0400
7333f7404dRemove icu4j from build, cuts JAR size in half
Bradlee Speice
2014-05-06 23:10:41 -0400