aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/media/MediaBrowserActivity.java
AgeCommit message (Expand)Author
2016-07-20Removes unnecessary slide out call now that slide-in is disabledOguz Kocer
2016-06-08Avoid losing search query during fragment transactions and when activity is d...Klymentiy Haykov
2016-03-30remove videopress check in the mediabrowserMaxime Biais
2015-12-02Merge branch 'develop' into feature/editor-sync-0.5Alex Forcier
2015-12-01Fix erroneous testMaxime Biais
2015-11-30Use a faster DB queryMaxime Biais
2015-11-30Update media spinner on media changedMaxime Biais
2015-11-30Merge MediaStateChanged/MediaFetched/MediaAdded into on MediaChanged eventMaxime Biais
2015-11-26kill onMediaAdded callback and cleanup MediaEvent.* callsMaxime Biais
2015-11-26better experience when uploading multiple images at the same timeMaxime Biais
2015-10-22Moved permission check and request to PermissionUtilsMaxime Biais
2015-10-22Request storage permission when sharing media to the appMaxime Biais
2015-10-18Validating permissions in MediaBrowserActivity when adding mediaTony Rankin
2015-09-02Using static MenuItemCompat methods instead of MenuItem instance methodsTony Rankin
2015-07-14Allowing state loss in MediaEditFragment to avoid IllegalStateException.Tony Rankin
2015-07-14Allowing state loss in MediaEditFragment to avoid IllegalStateException.Tony Rankin
2015-06-19Merge branch 'release/4.2' of github.com:wordpress-mobile/WordPress-Android i...Maxime Biais
2015-06-17Bring back Last visible screen tracking.Danilo Ercoli
2015-06-16Replaced all instances of ActionBarActivity with AppCompatActivityNick Bradbury
2015-06-09fix #2808: temporary fix - show a toast error when the user tries to access t...Maxime Biais
2015-05-20Merge pull request #2741 from wordpress-mobile/issue/2740-masterbar-transitionsDan Roundhill
2015-05-20Using commitAllowingStateLoss to avoid runtime issues.Tony Rankin
2015-05-20Added transitions everywhere except notificationsNick Bradbury
2015-05-14No need for event to refresh grid on media added.Tony Rankin
2015-05-14Showing image after it downloads.Tony Rankin
2015-04-30Users can select the Add button to add images from their device.Tony Rankin
2015-04-22replace switches on R.id with if/elseifMaxime Biais
2015-04-15Resolved conflicts in MediaBrowserActivityNick Bradbury
2015-03-31MediaBrowserActivity cleanupNick Bradbury
2015-03-31Removed drawer from MediaBrowserActivityNick Bradbury
2015-03-30Merge pull request #2434 from wordpress-mobile/feature/modularize-editorTony Rankin
2015-03-30More efficiently querying database to check for pending media deletes.Tony Rankin
2015-03-25Checking for null Blog object before calling getLocalTableBlogId(). (+1 squas...Tony Rankin
2015-03-17Merge remote-tracking branch 'origin/develop' into feature/modularize-editorMaxime Biais
2015-03-16Merge pull request #2426 from fadils/fix-2421Tony Rankin
2015-03-15Fix #213: Update counter after media deletion/additionFadil Sutomo
2015-03-14Fix #2421: Fix offline media deletionFadil Sutomo
2015-02-24Merge branch 'develop' into feature/modularize-editorMaxime Biais
2015-02-12split MediaUtils in MediaUtils and WordPressMediaUtils - remove references to...Maxime Biais
2015-01-20Fixed two cases in the Media grid where the SwipeRefreshLayout would display ...Alex Forcier
2015-01-15Use `Toolbar.setNavigationOnClickListener()` to manage up/drawer button clicks.Dan Roundhill
2014-11-18Added WPActivityUtils.getThemedContext()Nick Bradbury
2014-11-171st pass at static drawer on landscape tabletsNick Bradbury
2014-11-13Fixed back button behavior in drawer activities that used fragmentsDan Roundhill
2014-11-12Merge branch 'develop' into feature/material-appcompatMaxime Biais
2014-11-12Renamed WPActionBarActivity to WPDrawerActivityNick Bradbury
2014-11-12rename PullToRefresh to SwipeToRefreshMaxime Biais
2014-11-11only keep one list of selected items in the adapter and use _%d selected_ as ...Maxime Biais
2014-11-10reuse an ArrayList instead of a set (order used in galleries and ArrayList ne...Maxime Biais
2014-11-10move onDeleteMedia from a callback to MediaBrowserActivity deleteMedia, use a...Maxime Biais