Forgot the new icon!
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / ui / fragment / FileDetailFragment.java
2012-07-20 David A. VelascoSome fixes about downloads and how the detals view...
2012-07-18 Bartek Przybylskiuse star instead of heart, download while if its marked...
2012-07-18 David A. VelascoAdded timeout to the connection test; timeoutted method...
2012-07-17 David A. VelascoFixed problem with some special characters when opening...
2012-07-17 David A. VelascoOCFile stores again decoded remote paths; WebdavUtils...
2012-07-12 Bartek Przybylskimake preview a bit smaller than screen width
2012-07-12 Bartek Przybylskireduce permissions, optimize bitmap displaying
2012-07-12 Bartek Przybylskiload bitmap asynchronously on preview
2012-07-12 David A. VelascoFile removal in server completed
2012-07-12 David A. VelascoFixed confirmation dialog for deletion
2012-07-12 David A. VelascoCompatibility fix in renaming for Android API < 12
2012-07-12 David A. VelascoDelete remote file - confirmation dialog added
2012-07-11 Bartek Przybylskiupdate local filename only when rename succeed
2012-07-11 David A. VelascoMerge branch 'master', remote-tracking branch 'origin'
2012-07-11 Bartek Przybylskiaddming missing file, show softkeyborad on pin activity...
2012-07-10 Bartek Przybylskimessy rename file
2012-07-10 Bartek Przybylskidelete file after download failed, correctly send messa...
2012-07-09 David A. VelascoAvoid null pointer exception when the details fragment...
2012-07-09 David A. VelascoBetter backwards compatibility in crash logger and...
2012-07-08 Bartek Przybylskikeep file in sync and initial commit for file sharing
2012-07-05 David A. VelascoFixing null pointers when finding out MIME types from...
2012-07-05 David A. VelascoCompleting previous commit
2012-07-05 David A. VelascoFileDetailFragment is not reused in double pane view...
2012-07-04 David A. VelascoRefactoring of main Activities and Fragments to avoid...
2012-07-03 Lennart RosamRemove version specific check as we do not know when...
2012-07-03 Lennart RosamMerge branch 'master' of ssh://git@gitorious.org/ownclo...
2012-07-02 Bartek Przybylskidisable download button while downloading
2012-07-02 Bartek Przybylskidont show creation date until its fixed
2012-07-02 David A. VelascoMerge remote-tracking branch 'origin/master'
2012-07-02 David A. VelascoDownload failures not treated as successes
2012-06-30 Bartek PrzybylskiMerge branch 'master' of gitorious.org:owncloud/android...
2012-06-29 David A. VelascoMerge remote-tracking branch 'origin/master'
2012-06-28 Lennart RosamMerge branch 'master' of ssh://gitorious.org/owncloud...
2012-06-28 Lennart RosamBump version: Assume fixed in 4.0.4... hopefully
2012-06-28 David A. VelascoBetter policies to handle possible errors in remote...
2012-06-27 David A. VelascoBetter file opening; new ownCloud logo in account setti...
2012-06-27 David A. VelascoFixed preview of images in Android 2.x ; fixed synchron...
2012-06-25 Bartek Przybylskialways show image preview if there is only enough memory
2012-06-25 Bartek PrzybylskiMerge branch 'master' of gitorious.org:owncloud/android...
2012-06-25 David A. VelascoChanged OCFile to keep mRemotePath as a valid URL;...
2012-06-17 Bartek Przybylskisend intent with filepath so details view can be updated
2012-06-17 Bartek Przybylskidont crash when there are no candidates to open file
2012-05-26 Bartek Przybylskimaking file download using progressbar view
2012-05-23 Lennart RosamLess "time" :D
2012-05-23 Lennart RosamMerge branch 'master' of ssh://git@gitorious.org/ownclo...
2012-05-23 Lennart RosamHide creation info when the uses ownCloud version is...
2012-05-23 Bartek Przybylskimerge fix
2012-05-23 Lennart RosamImplemented equals() and toString() on OCFile. Renamed...
2012-05-23 Lennart RosamMerge branch 'master' of ssh://git@gitorious.org/ownclo...
2012-05-23 Lennart RosamFilelisting using intents and OCFile.getId() instead...
2012-05-22 Lennart RosamDisplay modified / created timestamp, JavaDocs in Displ...
2012-05-19 Bartek Przybylskiadding open file button
2012-05-19 Bartek PrzybylskiMerge branch 'master' of gitorious.org:owncloud/android...
2012-05-18 Lennart RosamFixed fragment not updating file infos on tablets the...
2012-05-18 Lennart RosamNew Layout for FileDetailsFragment (needs to be redone...
2012-05-18 Lennart RosamIntermediate commit: Work on new FileDetailFragment...
2012-05-17 Lennart RosamMerge branch 'master' of ssh://git@gitorious.org/ownclo...
2012-05-17 Lennart RosamFileDetailsFragment now working on tablets
2012-05-16 Bartek Przybylskifix file/download display
2012-05-16 Lennart RosamJavadoc @param formatting fix
2012-05-16 Lennart RosamForce spaces in eclipse via project specifc settings
2012-05-15 Lennart RosamTablet fixes. Goal is to get tapping on a file to displ...
2012-05-04 Bartek Przybylskisync option in filelist menu
2012-04-14 Lennart RosamMore cleanup / refactoring: Name Fragments consistantly way