Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress.com Notifications in Android #3

Merged
merged 184 commits into from
Jun 7, 2013
Merged

WordPress.com Notifications in Android #3

merged 184 commits into from
Jun 7, 2013

Commits on Apr 11, 2013

  1. Merge branch 'master' of http://android.git.wordpress.org

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    803eeda View commit details
    Browse the repository at this point in the history
  2. WPActionBarActivity refactor managing menu state

    - If the selected menu item is gone after a blog switch, select the first available menu item
      - For example the ReaderActivity and NotificationsActivity are only available for dotcom blogs
    - Move activity restoration to WPActionBarActivity and re-use the MenuDrawerItem objects to correctly launch the necessary activity
    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    bd817d5 View commit details
    Browse the repository at this point in the history
  3. Ignoring local.properties file

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    9c5d322 View commit details
    Browse the repository at this point in the history
  4. Adding REST notifications configuration

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    32c410c View commit details
    Browse the repository at this point in the history
  5. Configuring notifications

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    8f21de3 View commit details
    Browse the repository at this point in the history
  6. Adding notifications menu item

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    8ad11a3 View commit details
    Browse the repository at this point in the history
  7. Add library reference to wordpress-rest-android while notifications u…

    …nder development
    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    894f0eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e4f8b9 View commit details
    Browse the repository at this point in the history
  9. Added method to query note json by keypath

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    e806171 View commit details
    Browse the repository at this point in the history
  10. Configuring note row layout

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    dcc1f07 View commit details
    Browse the repository at this point in the history
  11. Dispaying gravatars in notification list

    Robert Collins committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    31cce52 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Adding global WP.com account. Refs #496

     * Credentials are stored in Preferences and uses the existing
    encryption methods for the password.
     * Incremented db version and added migration script that attempt to
    migrate the WP.com credentials from the first matching WP.com blog.
     * Added basic GCM setup. App ID needs to be added to the
    config.properties in res/raw as gcm.id
     * Added WordPress.com section to preferences, and added capability for
    !AddAccountActivity to be used as a WordPress.com authenticator of
    sorts.
    roundhill committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    efccc0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a035f4 View commit details
    Browse the repository at this point in the history
  3. Moving activity restore code to PostsActivity

    Having this in WPActionBarActivity would cause any new activity to close itself if it wasn't a menu item activity.
    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    00720c6 View commit details
    Browse the repository at this point in the history
  4. Adding refresh menu bar item to NotificationsActivity

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    f7fec3a View commit details
    Browse the repository at this point in the history
  5. Additional support for global WP.com account. If credentials are chan…

    …ge server side, the user is prompted to update their password. Also renamed a few of the account classes to make a bit more sense contextually.
    roundhill committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    36208ea View commit details
    Browse the repository at this point in the history
  6. Adding more note accessors

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    a1c0e78 View commit details
    Browse the repository at this point in the history
  7. Adding notifications request methods

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    cb1cbc5 View commit details
    Browse the repository at this point in the history
  8. Attempting to implement endless scrolling

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    e50876f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b3424e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9231237 View commit details
    Browse the repository at this point in the history
  11. Initial endless scrolling of notes

    - needs to be backed by a db to prevent dups
    - needs to determine that there are no more notes available remotely and stop loading more
    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    c14fdce View commit details
    Browse the repository at this point in the history
  12. Moving config.properties.sample so it doesn't fail building

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    577d406 View commit details
    Browse the repository at this point in the history
  13. Preparing notification detail fragment and note selection

    Robert Collins committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    bda9bd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Notification Settings

     * Added support for Async XML-RPC calls to the XMLRPCClient.
     * Created WPComXMLRPCApi tp manage WP.com specific calls
     * Added support for getting/setting notification settings.
     * Enhanced the notifications a bit with gravatars. These still need
    more work, including hooking them up properly to the notifications
    views.
    roundhill committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    5eefc0b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Merge remote-tracking branch 'origin/master' into notifications

    Merging in android.git.wordpress.org master branch into notifications development branch
    Robert Collins committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    27dc56b View commit details
    Browse the repository at this point in the history
  2. Notifications: Fixed device registration. Moved WPCom token registrat…

    …ion to onRegistered() in GCMIntentService since it is an Async call. Also made call to check device registration after adding blogs from either first app run or when adding blogs from settings.
    roundhill committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    16ddbe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Open a NotificationsDetailFragment with a note id to fetch

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    0923327 View commit details
    Browse the repository at this point in the history
  2. Intercept menu bar home button click and pop note detail

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    3f38d93 View commit details
    Browse the repository at this point in the history
  3. Notify of invalid JSON query

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    9e31678 View commit details
    Browse the repository at this point in the history
  4. async-http-client automatically posts back to the calling thread, run…

    …OnUiThread not necessary
    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    ad027e4 View commit details
    Browse the repository at this point in the history
  5. Activity now displays correct fragment for specific notes

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    651e68a View commit details
    Browse the repository at this point in the history
  6. method for retrieving the comment text

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    082bcbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e418798 View commit details
    Browse the repository at this point in the history
  8. layout for NotificationCommentDetail fragment

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    6049162 View commit details
    Browse the repository at this point in the history
  9. Custom class for reply text field

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    73ca6ae View commit details
    Browse the repository at this point in the history
  10. Removing static from NotesAdapter class

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    3de8cd9 View commit details
    Browse the repository at this point in the history
  11. refactored queryJSON operations

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    a6c621f View commit details
    Browse the repository at this point in the history
  12. Implementing notification replies

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    280687e View commit details
    Browse the repository at this point in the history
  13. Fleshing out the note detail view

    Robert Collins committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    e0d3e51 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2013

  1. Refactoring parts of the detail views for re-use

    Robert Collins committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    6507e41 View commit details
    Browse the repository at this point in the history
  2. ignoring .jdbrc for debugging

    Robert Collins committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    e6ea29f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. Notifications: Make use of note_id to pass along to NotificationsActi…

    …vity so it can load the detail view if it is available for a note. Also fixed up a few things with the InboxStyle notification.
    
    Also moved the getMd5Hash method to StringUtils since it makes more sense to live there.
    roundhill committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    dbf5613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2463b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2013

  1. Configuration menu
    Copy the full SHA
    6964889 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2013

  1. Fleshing out detail views to include headers and images

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    a03a25d View commit details
    Browse the repository at this point in the history
  2. Tapping notification header opens url in browser

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    645424b View commit details
    Browse the repository at this point in the history
  3. Set the notification intent to be the main and launcher activity so t…

    …hat the back stack works properly.
    roundhill committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    d972a52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf5cb42 View commit details
    Browse the repository at this point in the history
  5. More robust queryJSON method

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    9976190 View commit details
    Browse the repository at this point in the history
  6. Prepare FollowRow getters and setters

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    1d5f440 View commit details
    Browse the repository at this point in the history
  7. Set following data from note

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    b69a3ba View commit details
    Browse the repository at this point in the history
  8. Hide icon in header view if not clickable

    Robert Collins committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    38886dc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Adding follow/unfollow api methods

    Robert Collins committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    59fd6c1 View commit details
    Browse the repository at this point in the history
  2. Adding ability to follow/unfollow people on comment view

    Robert Collins committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    93cac58 View commit details
    Browse the repository at this point in the history
  3. Adding background color to notifications layout

    Robert Collins committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    e936244 View commit details
    Browse the repository at this point in the history
  4. Supporting two-column notifications layout

    - don't add note fragment to backstack if we are showing both fragments
    Robert Collins committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    69613b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62ad4ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a72e34 View commit details
    Browse the repository at this point in the history
  7. Adding follow/unfollow to SingleLineListFragment

    Refactoring follow/unfollow code from NoteCommentFragment and
    created reusable FollowListener class.
    
    FollowListener should potentially be able to use notification center
    to communicate the status of a follow/unfollow operation.
    Robert Collins committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    2de06cf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Fix gravatar image id

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    16027eb View commit details
    Browse the repository at this point in the history
  2. Improve notifications layout

    use FrameLayout android:foreground for shadow
    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    76fa763 View commit details
    Browse the repository at this point in the history
  3. Switching back to LinearLayout

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    eecef88 View commit details
    Browse the repository at this point in the history
  4. Setting selection state when opening a note

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    fa46968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f344f8 View commit details
    Browse the repository at this point in the history
  6. Mark notes as read and update last seen time

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    9810a11 View commit details
    Browse the repository at this point in the history
  7. Making BitmapResponseHandler it's own public static class

    - Handles the failure case better preventing crashes when there's a failed http request
    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    8d6ea69 View commit details
    Browse the repository at this point in the history
  8. Fixing out of bounds index

    When requesting a note the user does not have access to (e.g. the wordpress.com credentials
    were changed) it's possible to receive no notes back when requesting that note's specific
    id.
    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    26c348d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a0ee9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc3b7b7 View commit details
    Browse the repository at this point in the history
  11. Moving JSON querying to JSONUtil class to make it reusable

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    c223b2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a14e17 View commit details
    Browse the repository at this point in the history
  13. Replacying Note.queryJSON with JSONUtil

    Robert Collins committed May 1, 2013
    Configuration menu
    Copy the full SHA
    940269a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. Improving UI feedback for comment replying

    - Clears the reply field
    - Shows a toast when reply is successful
    - Shows a notification for failure that opens the failed reply back up
    Robert Collins committed May 2, 2013
    Configuration menu
    Copy the full SHA
    27a9922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44b244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02dd2f View commit details
    Browse the repository at this point in the history
  4. Global Oauth authentication implemented

    Signing out of a WordPress.com account clears the OAuth access token.
    
    When a request is made using WPRestClient it now uses the provided
    WPRestClient.Authenticator to get an access token. This encapsulates
    all of the nitty gritty details of obtaining and saving an access
    token inside of WordPress.OauthAuthenticator.
    Robert Collins committed May 2, 2013
    Configuration menu
    Copy the full SHA
    eaa65e3 View commit details
    Browse the repository at this point in the history
  5. Access Settings using a different activity animation. Also changed se…

    …ttings to be a footer view.
    
    Send the device token to WP.com on every app launch.
    roundhill committed May 2, 2013
    Configuration menu
    Copy the full SHA
    5341a5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27d04a5 View commit details
    Browse the repository at this point in the history
  7. Use commit instead of apply

    Robert Collins committed May 2, 2013
    Configuration menu
    Copy the full SHA
    9177954 View commit details
    Browse the repository at this point in the history
  8. Get access token after wpcom login

    Fire off a request so we get an access token.
    Robert Collins committed May 2, 2013
    Configuration menu
    Copy the full SHA
    d0aeaf7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Converted the Reader to use the global wpcom credentials. Also fixed …

    …up the reader menu to use a menu xml file and just hide the items when the Pager switches views.
    
    Also moved settings to an overflow menu item on supported activities.
    roundhill committed May 3, 2013
    Configuration menu
    Copy the full SHA
    456539f View commit details
    Browse the repository at this point in the history
  2. Abort should check for a null handler

    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    8edbca9 View commit details
    Browse the repository at this point in the history
  3. Additional support for images and smilies

    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    13b1f63 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into notifications

    Merged in updates to QuickPhoto/QuickVideo menu items.
    Merged in @jamesjhu's comment branch
    
    Conflicts:
    	AndroidManifest.xml
    	src/org/wordpress/android/ui/MenuDrawerItem.java
    	src/org/wordpress/android/ui/WPActionBarActivity.java
    	src/org/wordpress/android/ui/posts/PostsActivity.java
    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    accb848 View commit details
    Browse the repository at this point in the history
  5. Remove autolink form comment TextView

    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    ffc054e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eda924d View commit details
    Browse the repository at this point in the history
  7. Updating version number.

    roundhill committed May 3, 2013
    Configuration menu
    Copy the full SHA
    0707b85 View commit details
    Browse the repository at this point in the history
  8. Adding emoji support for ICS

    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    7d1eb06 View commit details
    Browse the repository at this point in the history
  9. Only apply custom WPQuoteSpan to ICS and newer

    For older devices just change the line color. They don't correctly
    increase the indent.
    Robert Collins committed May 3, 2013
    Configuration menu
    Copy the full SHA
    37c6a12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e51d138 View commit details
    Browse the repository at this point in the history
  11. Made follow rows tappable to load the blog url in the browser, if a u…

    …rl is available.
    
    Also added the 'paper airplane' icon to be used as the send action when replying to a comment.
    roundhill committed May 3, 2013
    Configuration menu
    Copy the full SHA
    47378bc View commit details
    Browse the repository at this point in the history
  12. Set reply EditText to capitalize sentences. Also moved follow row lis…

    …tener to be removed if site url is null in setSiteUrl().
    roundhill committed May 3, 2013
    Configuration menu
    Copy the full SHA
    988cb94 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2013

  1. Using WP Blue for emoji and blockquote

    Robert Collins committed May 4, 2013
    Configuration menu
    Copy the full SHA
    13a3a98 View commit details
    Browse the repository at this point in the history
  2. Working on Reply feedback interface

    - Shows a reply with activity indicator
    - When reply is finished it turns into a button with avatar and part of the
    reply and links back to the web page to view it on
    Robert Collins committed May 4, 2013
    Configuration menu
    Copy the full SHA
    dcfffde View commit details
    Browse the repository at this point in the history
  3. Reply feedback

    Updates the ReplyRow with an avatar, a preview of the comment and then opens the
    URL for the comment when tapped.
    Robert Collins committed May 4, 2013
    Configuration menu
    Copy the full SHA
    bd7ed7b View commit details
    Browse the repository at this point in the history
  4. Disable animation effects for pre Jelly Bean

    Gingerbread had issues with clipToPadding and clipChildren and the child views filling
    beyond their boundaries. So no animations for Gingerbread
    Robert Collins committed May 4, 2013
    Configuration menu
    Copy the full SHA
    5c29c10 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. Configuration menu
    Copy the full SHA
    6b35420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61291e2 View commit details
    Browse the repository at this point in the history
  3. Updated Korean strings.

    roundhill committed May 6, 2013
    Configuration menu
    Copy the full SHA
    dcb0761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87bf436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c988a68 View commit details
    Browse the repository at this point in the history
  6. A few wee string updates.

    roundhill committed May 6, 2013
    Configuration menu
    Copy the full SHA
    95ce402 View commit details
    Browse the repository at this point in the history
  7. Wrapping Bitmap creating in error handler

    Robert Collins committed May 6, 2013
    Configuration menu
    Copy the full SHA
    4744ad3 View commit details
    Browse the repository at this point in the history
  8. Note DetailHeader now handles Url's

    - Sets it's own click listener
    - Displays the icon only if it has a URL
    Robert Collins committed May 6, 2013
    Configuration menu
    Copy the full SHA
    eb52b42 View commit details
    Browse the repository at this point in the history
  9. FollowRow sets up it's own listener

    FollowRow grabs the correct URL from the note action and sets up the correct
    View.OnClickListener to open the URL in the browser
    Robert Collins committed May 6, 2013
    Configuration menu
    Copy the full SHA
    9cf37a9 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/master' into notifications

    Conflicts:
    	src/org/wordpress/android/ui/posts/PostsActivity.java
    
    - Change in restoring last selected menu item
    - Adding launch to Notifications method
    Robert Collins committed May 6, 2013
    Configuration menu
    Copy the full SHA
    62e355b View commit details
    Browse the repository at this point in the history
  11. Show the keyboard when the user is replying to a comment or is return…

    …ing to try sending their comment after an error occurred.
    roundhill committed May 6, 2013
    Configuration menu
    Copy the full SHA
    d8d25d1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. Configuration menu
    Copy the full SHA
    d9d2fc6 View commit details
    Browse the repository at this point in the history
  2. Percent escape the iconURL, fixes issue where 'Mystery Man' avatar wa…

    …s not being resized correctly.
    roundhill committed May 10, 2013
    Configuration menu
    Copy the full SHA
    c3284a7 View commit details
    Browse the repository at this point in the history
  3. Built out the big badge view. It will animate in the badge once it is…

    … downloaded with a 'pop' animation. Also set the text using a spannable so that the links can be clicked in the message text.
    roundhill committed May 10, 2013
    Configuration menu
    Copy the full SHA
    40e7457 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Use PendingIntent.FLAG_CANCEL_CURRENT to fix bogus intent extras from…

    … sending the user to the wrong place in the notifications activity. Added new notifications icon.
    roundhill committed May 13, 2013
    Configuration menu
    Copy the full SHA
    a66036b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d2fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0eb54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00bc0a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5767697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    857f883 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acc7460 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd85b44 View commit details
    Browse the repository at this point in the history
  9. Updating version number.

    roundhill committed May 13, 2013
    Configuration menu
    Copy the full SHA
    0906b6e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. Unregister the device from .COM backend

    Danilo Ercoli committed May 14, 2013
    Configuration menu
    Copy the full SHA
    5e55553 View commit details
    Browse the repository at this point in the history
  2. Call getPushNotificationSettings in the device registration callback

    Call getPushNotificationSettings in the device registration callback otherwise the settings XML-RPC call can reach the server before the device registration call.
    Danilo Ercoli committed May 14, 2013
    Configuration menu
    Copy the full SHA
    c5b7577 View commit details
    Browse the repository at this point in the history
  3. Sets the User-Agent header to be sent with each REST request. Stats, …

    …Stats, Stats!!!
    Danilo Ercoli committed May 14, 2013
    Configuration menu
    Copy the full SHA
    21c02ec View commit details
    Browse the repository at this point in the history
  4. Account is removed in PreferencesActivity

    Danilo Ercoli committed May 14, 2013
    Configuration menu
    Copy the full SHA
    805c959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20f1a2b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Configuration menu
    Copy the full SHA
    6787330 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2013

  1. Configuration menu
    Copy the full SHA
    dd518b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c0f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff36222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e220c3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2013

  1. Adding 'hamburger' menu button that is now recommended in the Android…

    … Design guidelines. The latest version of the menu-drawer library is required to use this.
    roundhill committed May 20, 2013
    Configuration menu
    Copy the full SHA
    55faf8e View commit details
    Browse the repository at this point in the history
  2. Adding Volley jar

    Robert Collins committed May 20, 2013
    Configuration menu
    Copy the full SHA
    8aadbb9 View commit details
    Browse the repository at this point in the history
  3. Tweaking list layouts to match up with 16dp/8dp grid from android des…

    …ign guidelines. Improved layout of follow list view.
    roundhill committed May 20, 2013
    Configuration menu
    Copy the full SHA
    0723c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d65dbfa View commit details
    Browse the repository at this point in the history

Commits on May 21, 2013

  1. Show a generic error message when something went wrong on following a…

    … blog.
    Danilo Ercoli committed May 21, 2013
    Configuration menu
    Copy the full SHA
    a771d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5092e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb83d5e View commit details
    Browse the repository at this point in the history
  4. Don't show moderation buttons if the user can't moderate the comment.…

    … Adding some padding to the top and bottom of the notifications list view.
    roundhill committed May 21, 2013
    Configuration menu
    Copy the full SHA
    a0bfab2 View commit details
    Browse the repository at this point in the history
  5. Fixes #456. Props aagam94

    roundhill committed May 21, 2013
    Configuration menu
    Copy the full SHA
    229f5e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca80358 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. Added footer view support for single line notes list. Also matched up…

    … header and footer text and actions to how WPiOS does them.
    roundhill committed May 22, 2013
    Configuration menu
    Copy the full SHA
    257fe4e View commit details
    Browse the repository at this point in the history
  2. The 16dp margins weren't jiving well with the content. Switching back…

    … to 8dp to even things out.
    roundhill committed May 22, 2013
    Configuration menu
    Copy the full SHA
    2b6b4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df4afd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f616ad8 View commit details
    Browse the repository at this point in the history
  5. Tweaks for inbox style notifications.

     * Adding new icon to signify that user has multiple notifications
     * Change title to say 'WordPress' and moved 'x new notifications' text to detail line.
    roundhill committed May 22, 2013
    Configuration menu
    Copy the full SHA
    e053dc6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. Refactoring to use REST client that uses Volley

    Robert Collins committed May 23, 2013
    Configuration menu
    Copy the full SHA
    2a10cfc View commit details
    Browse the repository at this point in the history
  2. Using the new volley api with the rest client

    Robert Collins committed May 23, 2013
    Configuration menu
    Copy the full SHA
    46d09a1 View commit details
    Browse the repository at this point in the history
  3. make sure urls are absolute

    Robert Collins committed May 23, 2013
    Configuration menu
    Copy the full SHA
    4762a6b View commit details
    Browse the repository at this point in the history
  4. Removing all uses of async-http library and moved to Volley

    Robert Collins committed May 23, 2013
    3 Configuration menu
    Copy the full SHA
    1c2d303 View commit details
    Browse the repository at this point in the history
  5. Fixed an issue where the error message string was not correctly build…

    … when "notifications->refresh" failed
    Danilo Ercoli committed May 23, 2013
    Configuration menu
    Copy the full SHA
    b11f1e7 View commit details
    Browse the repository at this point in the history
  6. Remove first item from 'before' notes request so we don't get dupes. …

    …Also set loading footer to not show on first load of notifications.
    roundhill committed May 23, 2013
    Configuration menu
    Copy the full SHA
    f2be62e View commit details
    Browse the repository at this point in the history
  7. Don't show error message if we couldn't load a note from a notificati…

    …on tap. Sometimes we don't have the note_id depending on the note type so it will be ok for the user to just view the list in those cases without an error.
    roundhill committed May 23, 2013
    Configuration menu
    Copy the full SHA
    3d2b10b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d54e0e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    442c0c9 View commit details
    Browse the repository at this point in the history
  10. Adding menu option to sign out. It will clear all wpcom credentials, …

    …unregister for GCM and blank out the password for the current blog. When the user returns to the app they are taken to the login screen to regain access to the blog.
    roundhill committed May 23, 2013
    Configuration menu
    Copy the full SHA
    1a95028 View commit details
    Browse the repository at this point in the history
  11. Moar icons.

    roundhill committed May 23, 2013
    Configuration menu
    Copy the full SHA
    8c46356 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. Caching latest notifications

    prevents empty notes screens
    deletes cache when logging out of .com account
    Robert Collins committed May 24, 2013
    Configuration menu
    Copy the full SHA
    0dfcffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b52be1 View commit details
    Browse the repository at this point in the history
  3. Fixed reauthenticating to a site from outside of the regular auth flo…

    …w. Also, don't set single line list footer unless we have text to display.
    roundhill committed May 24, 2013
    Configuration menu
    Copy the full SHA
    a72dca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb86ef5 View commit details
    Browse the repository at this point in the history
  5. A few ic_drawer icons were in the wrong folder. Added a listener to f…

    …ragment activities so that we can swap out the up icon when a user pops back to the first fragment.
    roundhill committed May 24, 2013
    Configuration menu
    Copy the full SHA
    21e86db View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. removing GCM register call from AccountSetupActivity, as it caused tw…

    …o request to be fired in rapid succession and the device would be registered twice and receive duplicate notifications.
    roundhill committed May 27, 2013
    Configuration menu
    Copy the full SHA
    ccfb52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16093c View commit details
    Browse the repository at this point in the history
  3. Improvements to sign out process.

     * Deactivate all blogs/accounts on log out (blank out the password)
     * Removed check for already added blogs, and instead just show all accounts to the user again.
     * If a user adds a blog that already exists, just update the password for it.
    roundhill committed May 27, 2013
    Configuration menu
    Copy the full SHA
    6671d9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71f419d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2013

  1. Adding more error catching code

    Danilo Ercoli committed May 28, 2013
    Configuration menu
    Copy the full SHA
    3fafb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71d6c5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2013

  1. Upgrading wordpress-android-rest library

    Robert Collins committed May 29, 2013
    Configuration menu
    Copy the full SHA
    1d6abb0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2013

  1. New loading and failure images for comments

    - click on failed images to try to reload
    Robert Collins committed May 30, 2013
    Configuration menu
    Copy the full SHA
    fe96b43 View commit details
    Browse the repository at this point in the history
  2. Tweaking remote failed image

    Robert Collins committed May 30, 2013
    Configuration menu
    Copy the full SHA
    4c77b77 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Using a NetworkImageView in reply row template

    Robert Collins committed May 31, 2013
    Configuration menu
    Copy the full SHA
    7345872 View commit details
    Browse the repository at this point in the history
  2. ReplyField disables button when content is empty and enables when con…

    …tent is provided
    Robert Collins committed May 31, 2013
    Configuration menu
    Copy the full SHA
    a529c3c View commit details
    Browse the repository at this point in the history
  3. Check if Activity still exists before modifying views

    Robert Collins committed May 31, 2013
    Configuration menu
    Copy the full SHA
    740cbfe View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2013

  1. Set a new "retry-policy" on REST requests with timeout of 20secs. Thi…

    …s should fix issues on slow networks.
    Danilo Ercoli committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    8b96355 View commit details
    Browse the repository at this point in the history
  2. Set the default number of retries for POST rest requests to 0. Also c…

    …hanged the default timeout to 30secs.
    Danilo Ercoli committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    58668ba View commit details
    Browse the repository at this point in the history
  3. Use constants to define the number of retries and make them public, s…

    …o we can reuse them outside the WPClient class.
    Danilo Ercoli committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    92f156c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Scale images horizontally if too large for TextView

    Robert Collins committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    c371941 View commit details
    Browse the repository at this point in the history
  2. Improved comment reply error handling in notifications

    Robert Collins committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    d2cbcd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Updating translations.

    roundhill committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    b2c8586 View commit details
    Browse the repository at this point in the history
  2. Fix force close when signing out of WordPress.com and then tapping a …

    …blog to view its settings. Simplified sign out on settings panel to work globally, in the same way that sign out works when you use the overflow menu option from a WPActionBarActivity.
    roundhill committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    f494668 View commit details
    Browse the repository at this point in the history
  3. Don't set the drawer indicator if we're on an xlarge device in landsc…

    …ape. Fixes f/c on those devices.
    roundhill committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    f28975f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2013

  1. Configuration menu
    Copy the full SHA
    a589de3 View commit details
    Browse the repository at this point in the history
  2. Moving Config.java generation to stand alone task

    Robert Collins committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    5aa089b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Removed unused 'fromNotification' extra as it was loading notificatio…

    …ns when tapping on the Post upload notification.
    roundhill committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    97d943d View commit details
    Browse the repository at this point in the history