Lance Johnson
a77f22da10
Have RegisterProgressFragment finished via noHistory Manifest option
...
rather than hackish finish with Fragment. Improve comments
2013-04-09 23:38:00 -05:00
Lance Johnson
0d71c8ac59
Fix registration regression bug caused by #151
2013-04-09 23:16:02 -05:00
Lance Johnson
b245754710
Fix for #159 force close during add feed (auto complete) now that is is enabled
...
again
2013-04-09 22:09:08 -05:00
Mark Anderson
1dced9d1bd
Remove log call from DeleteFeedFragment
2013-04-09 22:48:23 +01:00
Mark Anderson
d5b33f68fe
Fix #140 . Delete feed now works and confirmation dialog has been added.
2013-04-09 22:45:27 +01:00
Lance Johnson
cf03732817
Fix login/logout problem of old activities hanging around on back stack
...
from the previous users' session. More info in issue #142
2013-04-07 23:07:00 -05:00
Samuel Clay
8b13f22a59
Upping Android to version 1.2.
2013-04-05 18:39:58 -07:00
Samuel Clay
eb98f4524e
ActionBar is part of the repo now (vendorized).
2013-04-05 17:54:22 -07:00
ojiikun
7bdd82c47d
Make initial sync on creation of Main activity folllow recommended two-step API pattern.
2013-04-05 22:08:34 +00:00
Lance Johnson
6b310ec2a3
Fix feed parsing issue when user has no feeds
2013-04-05 01:38:48 -05:00
Lance Johnson
1957583767
Fix crash when new user registers. For some unknown reason the code was
...
doing a feed pull and then always expecting folders when there obviously
wouldn't be any if the user just registered.
2013-04-05 01:20:47 -05:00
Lance Johnson
d71b0a1dc9
Merge branch 'master' of https://github.com/samuelclay/NewsBlur
2013-04-05 00:47:10 -05:00
Lance Johnson
0880486533
When login fails go back to login activity rather than previous view
2013-04-05 00:37:16 -05:00
Lance Johnson
b562f54c49
Handle new user registration error reply by informing user of issue with regiration attempt
2013-04-05 00:22:10 -05:00
Samuel Clay
92c4cc7d1a
Merge pull request #129 from manderson23/master
...
Android: Issues with SetupCommentSectionTask
2013-04-04 11:40:20 -07:00
Samuel Clay
54cb659819
Merge pull request #130 from ojiikun/master
...
Android: Remove Extra Sync on Launch/Login
2013-04-04 11:39:18 -07:00
Lance Johnson
2c80545446
Merge branch 'master' of https://github.com/samuelclay/NewsBlur into pr/130-test
2013-04-04 10:29:48 -05:00
Mark Anderson
55dff177a0
Revert change that disabled user images for shared/commented on a story and liked comments
2013-04-02 22:23:02 +01:00
ojiikun
097339dbe7
Undoing whitespace changes in APIManager.
2013-04-01 23:51:44 +00:00
ojiikun
89470e6476
Undo whitespace changes in APIClient.
2013-04-01 23:47:40 +00:00
ojiikun
27d24475d1
Fully remove redundant sync during login.
2013-04-01 01:08:09 +00:00
ojiikun
8270f2fa80
Remove extra debug. Add full API logging.
2013-04-01 00:53:04 +00:00
ojiikun
c1e4db7e26
Merge remote-tracking branch 'upstream/master'
2013-04-01 00:17:46 +00:00
Mark Anderson
27aef88748
Cleanup comment views.
...
1) Don't show images for users who shared and commented on a story as it uses too much vertical space.
2) Don't show images for users who liked comments as they overlap with text.
2013-04-01 00:18:09 +01:00
Mark Anderson
0bef36e732
Prevent force close in SetupCommentSectionTask if there is no data in the reply user cursor.
2013-04-01 00:10:04 +01:00
Lance Johnson
4bf761508e
Fix duplicate feed listing bug and fix issus with remembering folder collapse/expande perferences in main feed list view
2013-03-30 20:55:51 -05:00
Lance Johnson
6a72dff821
Android: show server error message to user when add feed fails. The error message was being sent when non-premium users tried to search for feeds and was causing the App to crash.
2013-03-30 00:58:23 -05:00
ojiikun
724f3c112b
Added .gitignore so ant files aren't accidentally comiitted.
2013-03-30 01:11:36 +00:00
Samuel Clay
07ebbd63b5
Boosting feed fetching way up for the weekend.
2013-03-29 15:56:43 -07:00
ojiikun
d6b50088ce
Clarify shell HOWTO instructions.
2013-03-29 22:56:20 +00:00
ojiikun
957bb85b2e
Added shell build HOWTO.
2013-03-29 22:53:13 +00:00
Lance Johnson
6c1bf3fac7
Merge branch 'master' of https://github.com/samuelclay/NewsBlur
2013-03-28 23:12:52 -05:00
Lance Johnson
60a828a914
Several changes in one commit (bad me)
...
- Speed up main feed list refresh by not downloading feed icons and using
nested feed list (rather than flat)
- Update icons on main feed list in background now that they are no
longer downloaded from sync
- Cache gson builder as to not take penalty to rebuild it for each parse
- Perform bulk insert of records into Sqlite DB during main feed list sync
- Add initial support for shared feed button off story page (still needs a bit of work)
- Add 'mark item read' and 'mark previous items read' functionality to
the feed story list view
2013-03-28 22:43:24 -05:00
ojiikun
7795e29ae3
Remove extra sync in login frag. Disable favicos. Better Debug.
2013-03-28 11:23:28 +00:00
Mark Anderson
c82f7a906a
Fix force close when attempting to fetch a user with a null user.id value
2013-03-27 23:31:34 +00:00
Mark Anderson
e0a69563f1
Fix force close updating ProfileActivityFragment if no profile response was received
2013-03-27 23:20:29 +00:00
Mark Anderson
99256a199a
Move creating ImageLoader in NewsBlurApplication to onCreate to ensure that base context has been set and prevent force close
2013-03-27 23:07:05 +00:00
Samuel Clay
f460904d9e
Updating Android app to v1.1 (revision 31).
2013-03-26 16:11:45 -07:00
Mark Anderson
86548e0233
Fix force close marking all stories as read from folder list view.
2013-03-25 22:50:11 +00:00
Mark Anderson
72a4988989
Wrong file in last commit. Prevent force close if user picture cannot be loaded.
2013-03-24 00:34:35 +00:00
Mark Anderson
147d3d4cb0
Prevent force close if user picture cannot be loaded.
2013-03-24 00:32:42 +00:00
Mark Anderson
fe45f5e288
Fix force close calling View.setAlpha on API levels that don't support it
2013-03-24 00:15:34 +00:00
Mark Anderson
5cecfcabd2
Add mark all as read call to APIManager for use from menu item in all stories list
2013-03-23 23:28:37 +00:00
Mark Anderson
2992d72085
Merge remote-tracking branch 'upstream/master'
2013-03-22 22:54:06 +00:00
Mark Anderson
8b383b06b8
Fix force close when Profile$LoadUserTask completes after activity has been detached from ProfileActivityFragment and ProfileDetailsFragment
2013-03-22 22:38:44 +00:00
ojiikun
723fd214a0
Basic impl of mark-story-as-starred via context menu.
2013-03-21 10:43:19 +00:00
Mark Anderson
5654dcdafd
After marking all stories read from context menu set feed counts to 0 for all feeds
2013-02-27 23:38:53 +00:00
Mark Anderson
e4cca45e0b
Add mark all stories as read menu option to all stories view
2013-02-21 23:01:22 +00:00
RyanBateman
855b8d0220
Added fixes for encoding issue, null rounding image issue
2012-11-28 11:24:20 +00:00
RyanBateman
659bee5076
Bumped version number.
2012-11-05 17:43:26 +00:00