Added check for that the last upload folder still exists
[pub/Android/ownCloud.git] / src / com / owncloud / android /
2014-10-17 Magnus SjoqvistAdded check for that the last upload folder still exists
2014-10-14 SamFixed imports and added comments
2014-10-14 Magnus SjoqvistFixed merge
2014-10-14 Magnus SjoqvistAdded feature for remembering last upload location...
2014-07-14 David A. VelascoFixed bug: failed upload notification not appearing...
2014-07-14 jabarrosRemove InstantUploadActivity and related resources
2014-07-10 David A. VelascoUpdate reference to library
2014-07-09 David A. VelascoMerge remote-tracking branch 'origin/release-1.5.8...
2014-07-09 David A. VelascoMerge branch 'develop' into release-1.5.8
2014-07-09 jabarrosMerge pull request #556 from owncloud/fix_bug_in_favori...
2014-07-08 jabarrosMerge branch 'develop' into release-1.5.8
2014-07-08 David A. VelascoMerge pull request #555 from owncloud/update_shared_fol...
2014-07-08 David A. VelascoFixed last minute bugs, and clean up
2014-07-08 David A. VelascoWatch for replacements of favorite file besides than...
2014-07-08 David A. VelascoWatch local changes of kept-in-sync files by observing...
2014-07-08 David A. VelascoAvoid the app crashes at every start due to a stuck...
2014-07-08 jabarrosCreate observer class for parent folders
2014-07-08 David A. VelascoTesting observance on parent folders to deal with apps...
2014-07-08 David A. VelascoImproved release of resources in FileObserverService...
2014-07-08 David A. VelascoClean up FileObserverService to avoid redundant instanc...
2014-07-08 jabarrosModify OwncloudFileObserver for enforcing watching...
2014-07-07 jabarrosRemove unused class FailedUploadActivity and related...
2014-07-07 jabarrosMerge pull request #541 from owncloud/fix_issue_540
2014-07-07 jabarrosShow 'downloaded' icon over the file icon
2014-07-07 jabarrosShow folder icon with world above on the left side...
2014-07-02 rperezbMerge pull request #551 from owncloud/add_cookie_based_...
2014-07-01 David A. VelascoMerge remote-tracking branch 'origin/develop' into...
2014-07-01 David A. VelascoMerge pull request #549 from owncloud/see_files_shared_...
2014-07-01 David A. VelascoFixed typos from 'shareWhatever' to 'sharedWhatever...
2014-07-01 jabarrosFixed bug. In the uploads view, folders and files are...
2014-07-01 jabarrosFixed bug. Regular files are showing folder icon
2014-07-01 David A. VelascoFixed typo breaking upgrade of database version to...
2014-07-01 jabarrosIncrease db version number
2014-07-01 jabarrosHide 'shared with me' icon when file does not have...
2014-07-01 jabarrosUpdate class FileListAdapter to show new icon for a...
2014-07-01 jabarrosAdd column 'Remote_Id' to the local files db. Create...
2014-07-01 jabarrosUpdate class OCFile to include value of permissions...
2014-07-01 jabarrosModify FileDataStorageManager for adding permission...
2014-07-01 jabarrosAdd column 'Permissions' to the local files db
2014-06-26 David A. VelascoUpdated ticker and title messages for notification...
2014-06-26 David A. VelascoFixed bug in update of SAML2 token after expiration
2014-06-25 David A. VelascoFixed redirection to login view from failed notificatio...
2014-06-18 David A. VelascoRemoved lost dependencies and unneeded parameters;...
2014-06-16 masensioUpdate branding: instead of specific option, make that...
2014-06-16 masensioRemove some imports
2014-06-13 David A. VelascoUpdated app to new OwnCloudClientManager#removeClient...
2014-06-13 David A. VelascoUsing default singleton OwnCloudClientManager instead...
2014-06-13 David A. VelascoAdapted code to use single OwnCloudClientManager#getCli...
2014-06-13 masensioRemove Saving Cookies in FileActivity
2014-06-13 David A. VelascoAdapted code to URIs refactoring in OwnCloudClient
2014-06-12 David A. VelascoRefactored build of account names into the library
2014-06-12 David A. VelascoApp adapted to replacement of OwnCloudClientMap for...
2014-06-10 masensioCall saveAllClients in OperationsService#onDestroy
2014-06-10 masensioMerge remote-tracking branch 'origin/add_cookie_based_s...
2014-06-10 David A. VelascoRemoved last direct dependency on OwnCloudClientFactory...
2014-06-10 masensioRemove some imports
2014-06-09 masensioSave cookies in FileActivity#onPause
2014-06-09 masensioMerge branch 'develop' into add_cookie_based_session_su...
2014-06-09 David A. VelascoMerge pull request #535 from owncloud/fix_keep_up_to_da...
2014-06-06 masensioMerge branch 'develop' into add_cookie_based_session_su...
2014-06-06 masensioChanges from comments in PR#535. Remove some imports...
2014-06-06 masensioAdd a method clearCredentials() to OwnCloudClient that...
2014-06-06 David A. VelascoMerge pull request #536 from owncloud/fix_issue_534
2014-06-06 masensioFix issue 534: missing string argument in ErrorMessageA...
2014-06-05 David A. VelascoUpdated creation of OwnCloudClients for known OC Accoun...
2014-06-05 masensioReview the behaviour when delete locally a keep_in_sync...
2014-06-05 masensioReview cancel download for keep_in_sync files. Clear...
2014-06-04 David A. VelascoMerge branch 'develop' into add_cookie_based_session_su...
2014-06-04 David A. VelascoMerge pull request #526 from owncloud/pull_down_refresh
2014-06-03 David A. VelascoMerge pull request #508 from owncloud/vanish_notifications
2014-06-03 David A. VelascoRemoved commented code
2014-06-03 masensioFix: Enable pulldown while sync is running
2014-06-03 masensioFix: animations should be gone. Color default animation...
2014-06-03 masensioFix: animations should be gone
2014-06-03 masensioMerge branch 'develop' into pull_down_refresh
2014-06-03 David A. VelascoReplaced call to 'Looper#quitSafely()' (API 18) for...
2014-06-02 David A. VelascoMerge branch 'master' into develop
2014-06-02 purigarciaMerge pull request #518 from owncloud/release-1.5.7 oc-android-1.5.7
2014-06-02 David A. VelascoFixed repeated upload of instant pictures after connect...
2014-06-02 David A. VelascoFixed lack of synchronization on local changes for...
2014-06-02 David A. VelascoCancelation of notifications on success moved to a...
2014-05-30 masensioMerge branch 'develop' into pull_down_refresh
2014-05-30 masensioMaintain the loading visibility on action bar instead...
2014-05-30 masensioMerge branch 'develop' into vanish_notifications
2014-05-30 masensioMerge branch 'master' into vanish_notifications
2014-05-30 masensioTry to reproduce 'Twitter style': notify success and...
2014-05-30 masensioMerge branch 'master' into develop
2014-05-30 masensioMerge branch 'develop' into pull_down_refresh
2014-05-29 masensioImplement onRefresh method for SwipeRefreshLayout
2014-05-29 masensioSelect the animation for the SwipeRefreshLayout
2014-05-29 masensioRemove success download notifications
2014-05-29 masensioRemove unnecessary imports in FileUploader
2014-05-29 masensioMerge branch 'develop' into vanish_notifications
2014-05-29 masensioRemove success upload notifications
2014-05-28 masensioFix: App gets stuck when sharing a folder when there...
2014-05-27 masensioAdd comments
2014-05-27 masensioRemove unnecessary import in DisplayUtils
2014-05-27 masensioMerge branch 'fixed_video_playback_on_rotations' into...
2014-05-27 masensioMerge branch 'develop' into release-1.5.6
2014-05-27 masensioUpdate file images, add new mimetypes to show: spreadsh...
next