kenstir [Fri, 3 Jan 2014 01:09:39 +0000 (20:09 -0500)]
I think the android lint warnings were because I removed most of the stuff from the core manifest.
kenstir [Tue, 31 Dec 2013 04:48:57 +0000 (23:48 -0500)]
Make HoldDetails activity use the action bar
kenstir [Tue, 31 Dec 2013 04:41:20 +0000 (23:41 -0500)]
Fixed action bar in Place Hold activity to return to Search Details (back,
not up). Fixed action bar in Search Details to return to Search (back,
not up).
kenstir [Tue, 31 Dec 2013 04:16:55 +0000 (23:16 -0500)]
Fixed crash on horizontal swipe past end of search results.
Changed inexplicable "1 / 1" text to "1 of 1 copy available" in search results.
kenstir [Tue, 31 Dec 2013 04:16:21 +0000 (23:16 -0500)]
use grey image background for search results
kenstir [Tue, 31 Dec 2013 02:57:48 +0000 (21:57 -0500)]
search details (SampleUnderlinesNoFade?@!) now uses action bar
kenstir [Tue, 31 Dec 2013 02:30:51 +0000 (21:30 -0500)]
Fixed searching in landscape mode.
kenstir [Mon, 30 Dec 2013 04:17:06 +0000 (23:17 -0500)]
Search icon in action bar now starts SearchCatalogListView activity. Searching works, but only in portrait mode; landscape is broken.
kenstir [Sun, 29 Dec 2013 19:39:42 +0000 (14:39 -0500)]
More activities now have the standard action bar: checkouts, holds, fines
kenstir [Sun, 29 Dec 2013 04:20:53 +0000 (23:20 -0500)]
Main and items-checked-out activities now using action bar.
kenstir [Sat, 28 Dec 2013 23:41:12 +0000 (18:41 -0500)]
Changed SearchCatalogListView to use the ActionBar with subtitle of account name.
kenstir [Sat, 28 Dec 2013 22:10:05 +0000 (17:10 -0500)]
imported project appcompat
kenstir [Sat, 28 Dec 2013 22:49:56 +0000 (17:49 -0500)]
Global rename of misnamed org.evergreen.android -> org.evergreen_ils
evergreen.org is a church, evergreen-ils.org is library software
kenstir [Sat, 28 Dec 2013 16:07:00 +0000 (11:07 -0500)]
attempt to fix crash seen once in dialog.dismiss()
kenstir [Sat, 28 Dec 2013 16:05:58 +0000 (11:05 -0500)]
removed unused method
kenstir [Wed, 18 Dec 2013 02:17:41 +0000 (21:17 -0500)]
Removed "Please wait" from progress dialogs everywhere.
kenstir [Wed, 18 Dec 2013 01:53:08 +0000 (20:53 -0500)]
Standardizing ou.xml elements, removing unused ones. Removing unpleasant red bold text for fines and and gradient separators.
kenstir [Tue, 17 Dec 2013 03:21:26 +0000 (22:21 -0500)]
Checked Out view:
* checked out / overdue headers cleaner
* fixed up one-sided rounded corner
* only show "Renew" button if there are renewals left
* show brief toast when renewal successful
Fixed NPE due to lack of IDL for class 'bmp'
kenstir [Tue, 17 Dec 2013 01:43:59 +0000 (20:43 -0500)]
* Fixed a NPE seen once when coercing results of getItemsCheckedOut().
* Make getItemsCheckedOut() sort by due date.
* Fixed a situation where session was non-null but was not valid; force reload
of session in LoadingTask
kenstir [Sat, 14 Dec 2013 23:21:56 +0000 (18:21 -0500)]
Add activity title in "actionbar" area instead of a static logo/string. Removed the "subtitle" which did nothing but take up precious vertical space. Removed "My account" button from "My account" page.
kenstir [Sat, 14 Dec 2013 21:56:54 +0000 (16:56 -0500)]
Standardized on logging using TAG = CurrentClass.class.getName() rather than ad hoc tag strings or System.out.println. The class.getName() approach allows refactoring the class without having to edit strings.
kenstir [Wed, 11 Dec 2013 03:34:15 +0000 (22:34 -0500)]
2nd custom app is working now that it has its own fm_IDL.xml downloaded from its own site. It differs subtly between installations (dang).
kenstir [Tue, 10 Dec 2013 03:40:29 +0000 (22:40 -0500)]
checkpoint: 2nd custom app using evergreen app core. This required customizing the accountType used by the AccountManager.
kenstir [Tue, 10 Dec 2013 02:58:07 +0000 (21:58 -0500)]
framework for demo app at demo.evergreencatalog.com
kenstir [Tue, 10 Dec 2013 02:05:00 +0000 (21:05 -0500)]
removed unused images added by intellij
kenstir [Tue, 10 Dec 2013 02:02:13 +0000 (21:02 -0500)]
removed unused strings file added by intellij
kenstir [Tue, 10 Dec 2013 01:59:35 +0000 (20:59 -0500)]
Removed "library url" settings from settings page which never worked right and led to a whole 2nd path of app initialization. Current plan is to have a customized app for every library system, wherein the library_url and system logo are customized in ou.xml following the lead of cwmars_app.
kenstir [Tue, 10 Dec 2013 01:59:30 +0000 (20:59 -0500)]
ignore out/ directory
kenstir [Tue, 10 Dec 2013 01:58:40 +0000 (20:58 -0500)]
assets do not get copied automatically from library projects, have to
copy them
kenstir [Tue, 10 Dec 2013 01:56:54 +0000 (20:56 -0500)]
more fill_parent -> match_parent
kenstir [Tue, 10 Dec 2013 01:55:57 +0000 (20:55 -0500)]
More fill_parent -> match_parent
kenstir [Mon, 9 Dec 2013 02:59:59 +0000 (21:59 -0500)]
cwmars_app builds using library project 'core' but does not run yet due to missing assets/fm_IDL.xml.
kenstir [Sun, 8 Dec 2013 19:43:20 +0000 (14:43 -0500)]
Step 1: move all common files under core/ directory. This will become an android library projects to be reused by custom apps.
kenstir [Sun, 8 Dec 2013 19:06:18 +0000 (14:06 -0500)]
removed useless comment
kenstir [Sun, 8 Dec 2013 00:38:09 +0000 (19:38 -0500)]
centralized library url setting as preferences, only the default value is specified in a string resource
kenstir [Sun, 8 Dec 2013 00:31:37 +0000 (19:31 -0500)]
removed unused ConfigureApplicationActivity
kenstir [Sun, 8 Dec 2013 00:24:52 +0000 (19:24 -0500)]
reorg imports and removed dead code
kenstir [Sun, 8 Dec 2013 00:24:05 +0000 (19:24 -0500)]
renamed constants class
kenstir [Sun, 8 Dec 2013 00:22:59 +0000 (19:22 -0500)]
removed unused AppPreferences
kenstir [Sun, 8 Dec 2013 00:21:50 +0000 (19:21 -0500)]
removed unused LoginController
kenstir [Sat, 7 Dec 2013 22:48:53 +0000 (17:48 -0500)]
removed unused ConfigureApplicationActivity
kenstir [Thu, 5 Dec 2013 03:32:24 +0000 (22:32 -0500)]
Removed unused calendar permissions and unused activity
kenstir [Thu, 5 Dec 2013 02:26:45 +0000 (21:26 -0500)]
Adding more rel notes.
kenstir [Thu, 5 Dec 2013 02:23:24 +0000 (21:23 -0500)]
removing TODO Auto-generated method stub
kenstir [Thu, 5 Dec 2013 02:10:28 +0000 (21:10 -0500)]
Fixed crash on preferences due to ListPreference entryValues being integer-array when it should have been string-array.
kenstir [Thu, 5 Dec 2013 01:24:12 +0000 (20:24 -0500)]
Finished job of removing obsolete exceptions and handling reauthentication if the token is expired.
kenstir [Wed, 4 Dec 2013 02:12:45 +0000 (21:12 -0500)]
Important milestone: session timeout handled gracefully. Activity runnables now reauthenticate if the stored auth_token has expired. This fixes the single most common crash problem. Code follows this model:
getHoldsRunnable = new Runnable() {
public void run() {
try {
holdRecords = accountAccess.getHolds();
} catch (SessionNotFoundException e) {
try {
if (accountAccess.reauthenticate(HoldsListView.this))
holdRecords = accountAccess.getHolds();
} catch (Exception eauth) {
System.out.println("Exception in reauth");
}
}
}
}
At the same time,
* removed obsolete exceptions
* added support for Intellij IDE
kenstir [Wed, 27 Nov 2013 01:09:44 +0000 (20:09 -0500)]
fixed progressbar rendering on Gingerbread (don't stretch it)
kenstir [Tue, 26 Nov 2013 23:21:25 +0000 (18:21 -0500)]
release notes
kenstir [Tue, 26 Nov 2013 23:10:10 +0000 (18:10 -0500)]
Fixed many crashes. All activity onCreate methods start with a sanity check: if SplashActivity did not initialize then restart-from-spashscreen. This fixes all of the crashes caused by assumptions made in the individual activities that the app was already initialized, when in reality android can choose to start your app at any activity depending on whether it killed it to save memory, it crashed there last, whatever.
kenstir [Tue, 26 Nov 2013 23:09:49 +0000 (18:09 -0500)]
regenerated IDL and a script to fetch it. Makes me think I better fetch it at run-time some-time in the future.
kenstir [Tue, 26 Nov 2013 03:49:51 +0000 (22:49 -0500)]
This is the new pattern: all activity onCreate methods check to see if the app is initialized and if not, restart the SplashActivity.
kenstir [Tue, 26 Nov 2013 03:03:21 +0000 (22:03 -0500)]
fixed spelling error, removed extra debug logging
kenstir [Mon, 25 Nov 2013 04:56:00 +0000 (23:56 -0500)]
Fixed ClassCastException crash on search with no results.
kenstir [Mon, 25 Nov 2013 04:55:49 +0000 (23:55 -0500)]
removed files that were renamed
kenstir [Mon, 25 Nov 2013 00:40:37 +0000 (19:40 -0500)]
App is signing in OK now. Reimplemented LoadingTask in terms of a raw Thread because it was hanging. Starting with HONEYCOMB, tasks are executed on a single thread, and so LoadingTask->Authenticator->AsyncTask would hang.
kenstir [Sun, 24 Nov 2013 18:58:44 +0000 (13:58 -0500)]
forgot this file
kenstir [Sun, 24 Nov 2013 18:56:29 +0000 (13:56 -0500)]
Checkpoint. Not working but getting less cluttered with thread/session/exception handling.
kenstir [Thu, 21 Nov 2013 03:33:02 +0000 (22:33 -0500)]
Factored out authtoken retrieval to LoginController. Still forwarding to JunkActivity but seems to be working OK.
kenstir [Wed, 20 Nov 2013 01:08:46 +0000 (20:08 -0500)]
checkpoint: starting app on new activity and getting an app token and forwarding to JunkActivity, just until the kinks are worked out
kenstir [Wed, 20 Nov 2013 00:47:52 +0000 (19:47 -0500)]
Removed AndroidAuthenticator tree, preferring to have that code in-app
kenstir [Mon, 18 Nov 2013 03:07:01 +0000 (22:07 -0500)]
Tweaking resources.
kenstir [Mon, 18 Nov 2013 02:18:56 +0000 (21:18 -0500)]
Added working EG Authenticator to the build, but haven't tied it to the app yet. Start of library-specific app customization via "ou_" (organizational unit) resources, e.g. ou_app_name and ou_gateway_url.
kenstir [Sun, 17 Nov 2013 23:44:17 +0000 (18:44 -0500)]
removed confusing commented out code
kenstir [Sun, 17 Nov 2013 19:09:17 +0000 (14:09 -0500)]
checkpoint: moving auth package inside Evergreen app tree. Dealing with external Android library projects in eclipse has been a giant hassle and I don't really need it.
kenstir [Sat, 16 Nov 2013 16:37:18 +0000 (11:37 -0500)]
checkpoint. builds but authenticator dies with NoClassDefFoundError: org.opensrf.net.http.HttpConnection
kenstir [Sat, 16 Nov 2013 16:35:45 +0000 (11:35 -0500)]
updated android support library to rev 19
kenstir [Sat, 16 Nov 2013 02:25:02 +0000 (21:25 -0500)]
Added an android authenticator based on Apache 2.0 licensed code from https://github.com/Udinic/AccountAuthenticator
The main problem in the EG app in the android-minor-cleanup branch is that when the auth token expires or you rotate the device at the wrong time you get repeated crashes. My hypothesis is that using native android.accounts facilities for getting access to auth tokens will clean up the auth handling and also make authentication accessible to Services.
kenstir [Sun, 10 Nov 2013 14:03:15 +0000 (09:03 -0500)]
ignore some android cruft
kenstir [Sun, 10 Nov 2013 13:58:59 +0000 (08:58 -0500)]
Eliminated warnings by using textSize 16sp not 16dp. Allow dashboard_account view to go landscape.
kenstir [Mon, 4 Nov 2013 05:09:04 +0000 (00:09 -0500)]
Improvements surrounding organizations.
Make initialization faster by (1) parsing OrgTree.js organization array as
JSON.
Do not include in the library list organizational units that are marked as
not visible in OPAC. This reduces the list from 338 items to 181 items.
Improved readability of the list by removing space-padding that is done
for the web drop-down list, and putting the spinner in dialog mode.
Sort organizations by name, with (1) home library selected, and (2) root
organization first. This narrows the results of default searches.
kenstir [Mon, 4 Nov 2013 04:53:53 +0000 (23:53 -0500)]
Added more missing classes: cbreb, cbrebn, cbrebi, cbrebin
kenstir [Mon, 4 Nov 2013 04:52:55 +0000 (23:52 -0500)]
removed unused class
kenstir [Mon, 4 Nov 2013 00:27:30 +0000 (19:27 -0500)]
spelling fix
kenstir [Sun, 3 Nov 2013 20:29:45 +0000 (15:29 -0500)]
More status message cleanup.
kenstir [Sun, 3 Nov 2013 20:08:54 +0000 (15:08 -0500)]
Rephrase awkward message
kenstir [Sun, 3 Nov 2013 20:08:01 +0000 (15:08 -0500)]
Removed unused import and simple-xml-2.6.4.jar
kenstir [Sun, 3 Nov 2013 18:21:08 +0000 (13:21 -0500)]
Bah, added a couple more missing classes to fm_IDL.xml. In developer/debug mode, failure to deserialize an OSRF response will throw an NPE; in production it will return null.
kenstir [Sun, 3 Nov 2013 02:36:13 +0000 (22:36 -0400)]
Minor tweaks of progress messages (that really should be in resources).
kenstir [Sun, 3 Nov 2013 02:34:32 +0000 (22:34 -0400)]
Do not throw an empty ServerErrorMessage exception if the renewal succeeds.
kenstir [Sun, 3 Nov 2013 02:32:22 +0000 (22:32 -0400)]
Step 2 in IDL speedup: Use assets copy of /reports/fm_IDL.xml?class=a&class=b. This is a much smaller xml file. Only danger is we run the risk of a NPE if we get a response of a class we haven't parsed. That should be handled in OSRF but for now we optimize for speed.
kenstir [Sat, 2 Nov 2013 23:03:45 +0000 (19:03 -0400)]
Slightly better tracing of OSRF methods, and a better comment.
kenstir [Sat, 2 Nov 2013 23:03:23 +0000 (19:03 -0400)]
moved
kenstir [Sat, 2 Nov 2013 23:01:21 +0000 (19:01 -0400)]
annotating a couple sources of NPEs and fixed one. Login handling needs to be rewritten. I'm almost there
kenstir [Sat, 2 Nov 2013 22:59:36 +0000 (18:59 -0400)]
Step 1 in IDL speedup: Use the fm_IDL.xml from assets instead of
downloading; shrink fm_IDL.xml by removing unused elements. Under the
emulator parsing the IDL is ridiculously slow (35s). Still loads of work
to do; it's only slightly faster on the emulator (30s) and still
noticeably slow on hardware (~5s).
Removed openils_idl.jar and instead put the modified sources under
Android/src/java/org/open_ils/. Nat at least it's obvious that it's
modified version of the code in Open-ILS/src/java. It's modified because
the javax.xml.stream parser is not available on Android and was replaced
with an xmlpull parser.
kenstir [Tue, 29 Oct 2013 22:21:39 +0000 (18:21 -0400)]
Whoa there! It's not fair to take Apache licensed source code from
https://code.google.com/p/android-imagedownloader/ (blog at
http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html)
and claim to have authored it. I changed the Copyright back to its
original before I do anything else.
kenstir [Sun, 27 Oct 2013 20:38:05 +0000 (16:38 -0400)]
Adding release notes for tracking improvements.
kenstir [Sun, 27 Oct 2013 19:41:17 +0000 (15:41 -0400)]
Work around an issue with the request handler crashed server side and client got an empty payload / null converted response.
kenstir [Sun, 27 Oct 2013 13:56:26 +0000 (09:56 -0400)]
Improving holds.
* Hold status was all mixed up; it now properly says "Waiting for copy"
instead of "Transit". Hold status now indicates both #holds #copies and
position in queue (user requested).
* Removed email checkbox and phone number checkbox from hold updates. At
least at my library web site you can't update phone/email preferences
by editing holds. hold_request.phone_notify is a text not boolean.
kenstir [Sun, 27 Oct 2013 13:45:15 +0000 (09:45 -0400)]
Need RECEIVE_BOOT_COMPLETED permission to register a receiver; this used
to say permission "REBOOT" which was wrong and disallowed in sdk 18. Not
sure any notifications work anyway since app currently crashes when
attempting to edit notifications.
kenstir [Sat, 26 Oct 2013 12:38:10 +0000 (08:38 -0400)]
Enable moving the app to the SD card. Requires minSdkVersion="8" (Android 2.2)
but that reaches 95% of the installed devices.
kenstir [Sat, 26 Oct 2013 01:05:13 +0000 (21:05 -0400)]
more titles in Title Case
kenstir [Fri, 25 Oct 2013 23:27:01 +0000 (19:27 -0400)]
Updated targetSdkVersion to 18. minSdkVersion is still 3.
kenstir [Fri, 25 Oct 2013 23:25:19 +0000 (19:25 -0400)]
Updated targetSdkVersion to 18. minSdkVersion is still 3.
kenstir [Fri, 25 Oct 2013 21:44:25 +0000 (17:44 -0400)]
Titles should be in Title Case, and obvious.
kenstir [Fri, 25 Oct 2013 21:42:44 +0000 (17:42 -0400)]
Construct BufferedInputStream with explicit 8k buffer to avoid android logcat warning.
kenstir [Sun, 20 Oct 2013 18:30:50 +0000 (14:30 -0400)]
Fixed bug 16: app leaks password to System.out (visible in logcat)
kenstir [Sun, 20 Oct 2013 18:30:14 +0000 (14:30 -0400)]
Removed backup file
kenstir [Sat, 19 Oct 2013 22:59:03 +0000 (18:59 -0400)]
Wordsmithing:
(title) checkout items -> Checked Out
(button) Check out items -> Items Checked Out
EG server: -> Library Catalog URL:
Load more data -> Fetching more results...
kenstir [Wed, 16 Oct 2013 02:31:34 +0000 (22:31 -0400)]
organized imports