Merge pull request #152 from owncloud/oauth_login
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / FileDetailFragment.java
2013-05-03 David A. VelascoMerge pull request #152 from owncloud/oauth_login
2013-05-03 David A. VelascoMerge branch 'develop' into oauth_login
2013-04-25 David A. VelascoMerge branch 'develop' into oauth_login
2013-04-17 David A. VelascoCopyright note fixes
2013-04-15 David A. VelascoSelect name of file in the 'rename' dialog, excluding...
2013-04-15 David A. VelascoMerge pull request #118 from owncloud/loggingtool
2013-04-15 David A. VelascoMerge branch 'develop' into loggingtool
2013-04-12 David A. VelascoMerge branch 'feature_previews' into develop
2013-04-09 David A. VelascoMerge branch 'bug_hunting' into feature_previews
2013-04-04 David A. VelascoMerge branch 'bug_hunting' into feature_previews
2013-04-04 David A. VelascoMerge branch 'develop' into feature_previews
2013-03-21 David A. VelascoOAuth clean-up and refactoring
2013-03-18 David A. VelascoMerge tag 'oc-android-1-3-22' into oauth_login
2013-03-14 David A. VelascoMerge pull request #90 from espenaf/master
2013-03-12 David A. VelascoUpdate image of play/pause button when audio playback...
2013-03-12 zerginatorThis wraps the android.util.logging into Log_OC which...
2013-02-28 David A. VelascoFixed audio preview loop got when a tablet is torned...
2013-02-28 David A. VelascoFixed automatic playback of media previews after downlo...
2013-02-27 David A. VelascoFixed update of list of files when downloads finish
2013-02-26 David A. VelascoRemoved useless swipe detection from details view
2013-02-25 David A. VelascoForce preview of images in 'full screen'
2013-02-22 David A. Velascodownload of previewable files in download mode
2013-02-22 David A. Velascodownload of previewable files in portrait mode
2013-02-20 David A. VelascoFix: clicking on an upload notification goes to file...
2013-02-20 David A. VelascoVisibility fixes in progress bar
2013-02-20 David A. VelascoProgress bar in details view is successfully updated
2013-02-19 David A. VelascoAdded progress bar for file transfers in details view...
2013-02-18 David A. VelascoAdded basic menu options to the preview fragment: open...
2013-02-14 David A. VelascoCreated preview fragment to show previews for audio...
2013-02-12 David A. VelascoDo not try to play files in streaming by now
2013-02-12 David A. VelascoFixed bad behaviours when an error occurrs during audio...
2013-02-11 David A. VelascoError messages for video playback reviewed
2013-02-08 David A. VelascoReplaced GPL v3 with GPL v2; PLEASE, note that GPL...
2013-02-07 David A. VelascoUpdated copyright in source files
2013-02-07 David A. VelascoBasic video preview in a separate actitivy
2013-02-06 David A. VelascoAdded MediaController user interface to handle audio...
2013-02-05 David A. VelascoAdded music player service in background; 'open' button...
2013-01-30 David A. VelascoMerge branch 'file_icons' into workaround_integration
2013-01-24 David A. VelascoCode ready to provide different icons for well-known...
2013-01-24 David A. VelascoMerge remote-tracking branch 'origin/oauth_login' into...
2013-01-17 David A. VelascoRedirect app to login screen when any operation started...
2013-01-17 David A. VelascoMerge branch 'master' into oauth_login
2013-01-17 David A. VelascoRedirect app to login screen when operations in file...
2013-01-14 David A. VelascoMerge pull request #73 from s17t/master
2013-01-11 David A. VelascoMerge branch 'master' into crash_fixes
2013-01-09 David A. VelascoFixed bad update of details view for an uploading file...
2012-12-19 David A. VelascoAdded support to OAuth2 'authorization code' grat type...
2012-12-18 David A. VelascoMerge master into oauth_login
2012-12-05 David A. VelascoMerge remote-tracking branch 'origin/sync_review_2'
2012-12-05 David A. VelascoFixed NULL pointers and wrong handling of dialogs
2012-11-30 David A. VelascoFixed bug: toast message infinitely repeated
2012-11-30 David A. VelascoFixed bug: toast message infinitely repeated
2012-11-26 David A. VelascoMerge pull request #7 from Mic92/master
2012-11-23 David A. VelascoMerge branch 'long_press'
2012-11-23 David A. VelascoMerge of master after sync_review was merged into it
2012-11-22 David A. VelascoEnsure that FileDownloader and FileUploader events...
2012-11-22 David A. VelascoAdded title to rename dialog; and some cleaning
2012-11-21 David A. VelascoFixed database update due to renaming folders
2012-11-20 David A. VelascoFixed lock of buttons in details view when the 'Keep...
2012-11-20 David A. VelascoFixed 'keep both' action in conflicts dialog (both...
2012-11-20 David A. VelascoButtons in details view are unlocked when after a faile...
2012-11-16 David A. VelascoSynchronize kept-in-sync files during account synchroni...
2012-11-16 David A. VelascoBug fixed: download followed by refresh always resulted...
2012-11-16 David A. VelascoRenaming confussing token
2012-11-15 David A. VelascoFixed bug: when a file is checked as 'keep in sync...
2012-11-15 David A. VelascoDownload button in file details view upgraded to sync...
2012-11-14 David A. VelascoFixed lack of observance for files that are set as...
2012-11-12 David A. VelascoFixed local path NULL when making favourite a file...
2012-11-08 David A. VelascoFixed update of right fragment when actions in the...
2012-11-07 David A. VelascoOpen, download and cancel operations linked to contextu...
2012-10-26 David A. VelascoNo more Canonical Names in log TAGs
2012-10-26 David A. VelascoRefactored renaming operation (inherits RemoteOperation...
2012-10-25 David A. VelascoRefactored remove file operation (inherits RemoteOperat...
2012-10-25 David A. VelascoMerge two-way synch changes with synch-service refactor...
2012-10-22 Bartek PrzybylskiTwo way synchronization for files
2012-10-11 David A. VelascoCancellation in uploads and access to details view...
2012-10-11 David A. VelascoMerge remote-tracking branch 'origin/master' into cance...
2012-10-11 David A. VelascoAdding cancellation to uploads (WIP)
2012-10-10 David A. VelascoFixed update of double pane view when download in notif...
2012-10-10 David A. VelascoShow the details of a file when the status notification...
2012-10-10 David A. VelascoImproved cancellation of downloads: fast abort of opera...
2012-10-09 David A. VelascoMerge remote-tracking branch 'origin/master'
2012-10-09 David A. VelascoDownload service refactoring: multiple downloads and...
2012-10-08 David A. VelascoMerge remote-tracking branch 'origin/master'
2012-10-08 David A. VelascoCancellation of current download in details view -...
2012-09-29 Bartek Przybylskiremoving some obvious warnings as first step to -Werror
2012-09-14 David A. VelascoFavourites disabled until fix can be pushed
2012-09-05 David A. VelascoSSL connections update: notice about untrusted certific...
2012-08-22 Bartek Przybylskicomplete two way synchronization
2012-08-22 David A. VelascoLocal files are protected against removal because of...
2012-08-16 David A. VelascoRefactoring of WebdavClient creation and setup
2012-07-31 Bartek Przybylskimoving from eu.alefzero.eu to com.owncloud.android