Skip to content

Releases: BrianOn99/CU-loopbook

1.1.0

17 Jul 16:26
Compare
Choose a tag to compare

Many new featue, most noticably in-app renew

1.0.1

01 Sep 13:29
Compare
Choose a tag to compare
  • Bug Fix #1, #2
  • Customizable notification time before book due

full android4 compatile

01 Sep 13:15
Compare
Choose a tag to compare
Pre-release

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

06 Jul 10:37
Compare
Choose a tag to compare
1.0

Bugfix
Chinese version
reload icon
color change

beta3

22 Jun 12:48
Compare
Choose a tag to compare
beta3 Pre-release
Pre-release

Bugfix

beta2 release

18 Jun 12:50
Compare
Choose a tag to compare
beta2 release Pre-release
Pre-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

16 Jun 13:26
Compare
Choose a tag to compare
beta release Pre-release
Pre-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

12 Jun 15:50
Compare
Choose a tag to compare
alpha release 2 Pre-release
Pre-release

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

12 Jun 00:52
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

09 Jun 08:39
Compare
Choose a tag to compare
alpha release Pre-release
Pre-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