Commit Graph

38 Commits

Author SHA1 Message Date
3a0a5baa1c Better quote handling, parsing state refactor
Should be easier to test in the future
Still needs some work on spacing
2015-04-16 00:37:11 -04:00
3bb9d61ff9 Switch the logging framework 2015-04-05 21:31:09 -04:00
4b3050c8cd Handle navigating on clicking a search item 2015-04-02 20:26:29 -04:00
8533cf523c Some migration refactoring
These classes were getting too big
2015-04-02 19:20:40 -04:00
2af409b3b0 Actually finish up the M11 updates 2015-04-02 19:15:03 -04:00
cbfd09ab66 Kotlin M11 updates
Looking forward to incorporating some of these things...
2015-04-02 19:09:06 -04:00
e552d4d5a6 Display search result items
Still plenty of TODO items, but making great progress

Make sure all the tests pass too
2015-02-27 00:03:56 -05:00
34f89e5cfd Fix the chapter count not calculated correctly 2015-01-18 22:36:45 -05:00
82b8564402 Small refactor to clean the initialization process 2015-01-18 22:21:16 -05:00
b1ecf8a404 Autoscroll to the last chapter
Currently uses the last chapter loaded, not the last chapter on screen, so may not be 100% accurate.
Resolves issue #7.
2014-12-29 13:34:50 -05:00
07015fc2ba Everything now responds to scroll events correctly!
Time for another release shortly, need to add some testing code and likely do some quick refactor work. Pretty happy where everything's at though, honestly.
2014-12-29 01:27:10 -05:00
c70c258231 Menu now shows all 3 elements 2014-12-29 00:53:27 -05:00
21730b7db6 Main content now working correctly 2014-12-22 23:22:59 -05:00
21f940d767 Bring in the new navigation menu
API v8-compliant, sized correctly, all that good jazz.
2014-12-22 22:14:16 -05:00
51783afc0b Sometimes you have to destroy first to create
Re-writing most of the UI for Material compliance. This is going to be a significant effort, but the final product is going to look *much* nicer for it.
2014-12-21 23:23:12 -05:00
f9a831eb5d Settings menu shows the font size 2014-12-01 15:48:19 -05:00
caf2227555 Refactor the tag parsing system
Much cleaner, I like this a whole lot more.
2014-12-01 11:51:13 -05:00
3d1e34e586 Add some cosmetic tweaks
Text size and color mostly
2014-11-29 22:32:39 -05:00
320159f1bd Add spans for chapter start and verse superscript
Needs serious refactoring, but quickly approaching a minimally viable product. This is awesome.
2014-11-27 23:36:35 -05:00
799d8e2637 Use first {} over filter {} 2014-11-27 21:23:28 -05:00
fba4e04fdb Fix the 1st Timothy scrolling issue 2014-11-27 21:20:34 -05:00
66076c759a Switch to the VerseLookup over parser
Allows me to use the LRUCache frontent
2014-11-26 23:22:18 -05:00
96c5c895e9 Seek-to working!
For some reason, things at 1st Timothy onward don't work, but everything up to that point does. I'll call that enough for now.
PLEASE NOTE: This code needs serious refactoring and testing, dependencies are all over the place. Functionally it's OK for now though.
2014-11-26 22:41:55 -05:00
23f992505c Load entire chapters at a time to scroll through
Seems very slow, lots of optimization that needs to be done
2014-11-26 21:55:07 -05:00
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
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
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
1eb914819d Refactor main menu to Kotlin
So much less code to write and maintain... love it.
2014-10-24 23:53:39 -04:00
22fd32b26d RefreshManager going functional! 2014-10-22 22:21:42 -04:00
9424d43ef7 Not pretty, but displays verse at top of screen 2014-10-12 23:53:59 -04:00
2ee16ceb4f Fix infinite scroll getting thrown into an infinite loop...
Ironic, no?
2014-09-27 19:20:27 -04:00
918f7688ba Now able to infinitely scroll bibles!
Tons of issues outstanding, but this is a huge accomplishment.
2014-09-16 23:37:08 -04:00
df5700107d Kotlin WebView/Javascript client! 2014-09-14 21:56:09 -04:00
24a384d30e Revert "The kotlin migration continues..."
I like my DI annotations too much...

This reverts commit 540426a0a2.
2014-09-08 23:45:20 -04:00
540426a0a2 The kotlin migration continues... 2014-09-08 23:36:33 -04:00