Releases: BrianOn99/CU-loopbook
1.1.0
1.0.1
full android4 compatile
Use Asynctask for all IO
Remember, the app login in background every 15 min in the debug build
So remove it within hours, or close wifi
1.0
beta3
Bugfix
beta2 release
New Feature
- start "setting" activity at first start
- add appbar to "setting" with a back button
- add red/green icon to each book
- Special icon for Android 5 (don't know wheather it work)
Bugfix
- book due checking work well at the end of the year
beta release
- Handle account with no book
- remove tab (which is depracated and confusing) and replace webview (for renewal) with starting web browser
- use appbar insstead of actionbar
- change to a soft color scheme
- issue only one notification
- code refactoring
alpha release 2
Only 1 noticable new feature: show remaining date to book due in notification
Others are bugfix and improve usability
tesing
use 20day_debug to test feature (notify books due within 20 days, check every 2 minutes)
app-release-unsigned.apk
is an unsigned apk for series use, app-debug.apk is the signed version
I should freeze feature from now
v0.1.0
It may be buggy
setup
After install, press the "key" on the top to set your account name and password
Then kill the app (there is no reload button yet)
Start the app again
you should see all your borrowed book
functionality
show notification if any book will be due within 20 days
check for bevery 12 hr
after reboot, no notification any more
alpha release
New functionality:
- restart scheduler on reboot
- refresh button
- enable js in webview (required to renew books)
- don't login webview by default
Internal changes
- explicit exception handling
- code cleaning