Here’s a beta build of 2.1.5 to test over the weekend, it has some small but important changes:
- Fixes crash if you tap ‘Load More’ button again as it was loading
- Fixes blog setup issue for certain self-hosted blogs (> ICS only issue)
- Uses new WPCOM signup form
- Doesn’t allow taps on the refresh button on the action bar if it is animating
- Refreshing posts/pages is much faster now
- Content area in post editor says ‘Tap to add text and media’ now to indicate that you can add media there.
Build is here: http://bit.ly/Owauj5
Dan 1:10 am on August 8, 2012 Permalink | Log in to Reply
Updated the build once more, we had some nice fixes added by new contributor @frankkanis this weekend! Download from same link above.
Dan 5:04 am on August 14, 2012 Permalink | Log in to Reply
Kept finding small issue after small issue when testing… updated the build yet again. Hopefully can release it on 15th August.
sebascardonac 2:56 pm on August 15, 2012 Permalink | Log in to Reply
In Class Dashboard.java (https://android.trac.wordpress.org/browser/trunk/src/org/wordpress/android/Dashboard.java), in the method “onResume()” you are declaring “accounts = WordPress.wpDB.getAccounts(this);” and in the method “displayAccounts()” you are again declaring “accounts = WordPress.wpDB.getAccounts(this);” for me is unnecessary declaring in the method “onResume()” or passed to parameter the variable “accounts” to method “displayAccounts()”, is unimportant annotation but the declaration, is connected to database which means less speed
In this moment I have the 2.1.4 version download to Subversion
And please, if you have any manual o foro to develop this source code, I really like to know
Dan 10:42 pm on August 15, 2012 Permalink | Log in to Reply
Thanks, created a ticket: https://android.trac.wordpress.org/ticket/353