-
DerekV committed
May 3, 2014 The FragmentViewPager and how it interacts with the activity lifecycle is far from intuitive and heavily misdocumented on the web at this time. On activity recreate, it creates new fragments for you and initiates their lifecycle, so creating new instances again when we have saved state leads to confusion, because these fragments will not be attached or initiated, and thus likely to not do what you want if you reference some method on them.
-
Add a refresh button to the action bar.. and fix bad code
DerekV committedFeb 2, 2014 -
DerekV committed
Feb 2, 2014 -
Use observable/observers to communicate network activity
DerekV committedFeb 2, 2014
-
Move search widget to action bar (with @chandu-android)
DerekV committedFeb 1, 2014
-
With @ chandu-android, show a message if user hasn't logged in
DerekV committedJan 20, 2014
-
Show the text fo rthe search box by default
DerekV committedJan 5, 2014 -
Bumps and fixes for newer Maven etc
DerekV committedJan 5, 2014 -
Use tabs with swipe for navigation
DerekV committedJan 5, 2014 -
Workaround to fix crash (fragments require default constructor)
DerekV committedJan 5, 2014
-
Reimplement list view using fragments
DerekV committedJan 2, 2014
-
Merge branch 'master' of github.com:DerekV/Bookie-Android
DerekV committedJan 1, 2014 -
Improve error handling, fix crash on bad username or key
DerekV committedJan 1, 2014 -
Merge pull request #31 from chandu-android/master
DerekV committedJan 1, 2014 Fixed the up arrow navigation & Added a AbstractActivity
-
Handle network and server errors from breadability as well
DerekV committedJan 1, 2014 -
DerekV committed
Jan 1, 2014 -
Fixed merge conflict on NewBookmarkActivity
chandu-android committedJan 1, 2014 -
Fixed the arrow '<' navigation on all the screens & added a AbstractA…
chandu-android committedJan 1, 2014 …ctivity
-
Edit tags simply as one string
DerekV committedJan 1, 2014 -
DerekV committed
Jan 1, 2014 -
Report network errors when saving new bookmark
DerekV committedJan 1, 2014 -
Factor out error handling UI code
DerekV committedJan 1, 2014 -
Add some minimal indication of network errors to bookmark list activity
DerekV committedJan 1, 2014
-
If there is a network error, display a toast message
DerekV committedDec 31, 2013 -
Reorder actions to match web ui
DerekV committedDec 31, 2013
-
DerekV committed
Dec 21, 2013 -
Give the user a proper keyboard varient for editing text
DerekV committedDec 21, 2013 -
DerekV committed
Dec 21, 2013 -
Take some suggestions from android lint, delete unused things
DerekV committedDec 21, 2013 -
Modernize Cancel/Ok buttons on new bookmark
DerekV committedDec 21, 2013
-
Add a progress indicator to bookmark title when fetching from parser
DerekV committedNov 23, 2013 -
Use shared preference as source for parser url, add to settings activity
DerekV committedNov 23, 2013
-
Fetch suggested title for new bookmark
DerekV committedNov 21, 2013
-
Fix deleting tag with long click
DerekV committedNov 18, 2013