Adapt UnshareLinkOperation to support also ShareType: USER or GROUP. UnshareLinkOpera...
[pub/Android/ownCloud.git] / src / com / owncloud / android /
2015-10-30 masensioAdapt UnshareLinkOperation to support also ShareType...
2015-10-30 David A. VelascoRemoved option to refine suggestions in edit field
2015-10-30 masensioChange ShareActivity type, now it is a FileActivity
2015-10-30 David A. VelascoRemoved redundant ArrayList creation
2015-10-30 tobiasKaminskyfixed travis bug
2015-10-30 masensioAdd unshare with users/groups, from Share wiht view
2015-10-30 David A. VelascoUsers and groups retrieved from server to fill search...
2015-10-30 masensioClean code in ShareFileFragment
2015-10-30 masensioAdd new string for share_groups_indicator
2015-10-30 masensioAnimate unshare button
2015-10-30 masensioAdd unshare with user option to share with view
2015-10-30 masensioGet shares from Database, fix in insert shares in DB
2015-10-30 David A. VelascoComplete search widget to send search requests to paren...
2015-10-30 masensioGet shares from Database (WIP)
2015-10-30 masensioShow users/groups in share with view, getting the data...
2015-10-30 masensioRemove android.support.widget components from the share...
2015-10-30 David A. VelascoSync user and group shares into database
2015-10-30 masensioShow the 'search' layout in phone and tablet
2015-10-30 David A. VelascoChanged title in sharing dialog from 'Share link' to...
2015-10-30 masensioAdd Get Groups operation
2015-10-30 masensioAdd Get Users from Server Operation
2015-10-30 masensioShow the layout to hsare with user in phone and tablet
2015-10-30 masensioAdd new attribute to OCFile to know if this file is...
2015-10-30 masensioAdd new attribute to OCFile to know if this file is...
2015-10-30 masensioShow share with users option if the server supports...
2015-10-30 masensioAdd 'Share with users/groups' to long press menu
2015-10-30 Maria AsensioMerge pull request #1109 from owncloud/sync_full_folder
2015-10-30 David A. VelascoMerge pull request #1219 from owncloud/sync_full_folder...
2015-10-30 Maria AsensioMerge pull request #1200 from owncloud/fix_1192_date_time
2015-10-29 LukeOwncloudMC: Updated comment only
2015-10-29 David A. VelascoMerge pull request #1105 from owncloud/fixLegacyTravis
2015-10-29 masensioDetect conflict when local and server version are changed
2015-10-29 Andy Scherzingerreturn standard date string as fallback
2015-10-27 masensioFix Select Local Version or Keep Both behaviour when...
2015-10-27 masensioMerge branch 'master' into sync_full_folder
2015-10-22 David A. VelascoMerge pull request #1177 from owncloud/notification_col...
2015-10-16 Andy Scherzingerflipped the if/else for performance optimization
2015-10-16 Andy ScherzingerMerge branch 'master' of https://github.com/owncloud...
2015-10-16 Maria AsensioMerge pull request #1199 from owncloud/display_thumbnai...
2015-10-15 tobiasKaminskyfixed missing refresh of thumbnail after sync
2015-10-15 masensioMerge remote-tracking branch 'origin/develop'
2015-10-15 masensioMerge branch 'zmatsuo-detailThumbnail' into develop
2015-10-15 masensioMerge branch 'detailThumbnail' of git://github.com...
2015-10-15 Andy Scherzingerfix for #1192
2015-10-14 Andy ScherzingerMerge branch 'master' of https://github.com/owncloud...
2015-10-09 Andy ScherzingerMerge branch 'master' of https://github.com/owncloud...
2015-10-07 Maria AsensioMerge pull request #1190 from owncloud/1182_Open_With_Fix
2015-10-06 Maria AsensioMerge pull request #1117 from owncloud/sortAccents
2015-10-06 Andy ScherzingerCode review
2015-10-05 Andy ScherzingerFix for #1182 on Android 5
2015-10-02 tobiasKaminskyMerge remote-tracking branch 'remotes/upstream/master...
2015-10-01 masensioMerge pull request #839 from fluffy88/develop
2015-09-30 masensioUse SYNC_CONFLICT instead CONFLICT for conflicts in...
2015-09-30 masensioMerge branch 'master' into sync_full_folder
2015-09-28 masensioMerge branch 'release-1.8'
2015-09-28 David A. VelascoUpload operations end in conflict if overriding a versi...
2015-09-27 Andy ScherzingerAdd ownCloud color to notifications (only works on...
2015-09-25 David A. VelascoUpdated error message for failed folder synchronization...
2015-09-25 David A. VelascoRemoved some logs
2015-09-25 David A. VelascoClean-up: removed unused imports and methods, and comme...
2015-09-25 David A. VelascoRemoved separated 'download folder' in contextual menu...
2015-09-25 David A. VelascoFixed permanent 'uploading' icon on files that are...
2015-09-25 David A. VelascoSafe blanket to clean DB if wrong conflicts keep stored
2015-09-25 David A. VelascoRemove conflict badge from ancestors when conflict...
2015-09-25 David A. VelascoRemoved conflict badge when conflict is solved
2015-09-25 David A. VelascoAdded conflict icon to folders containing files with...
2015-09-25 David A. VelascoPersist conflicts in local database and show with an...
2015-09-25 David A. VelascoETag used to detect changes in remote files (not only...
2015-09-25 David A. VelascoFixed NullPointerExceptionS in upload cancelations
2015-09-25 David A. VelascoJoin cancelation of downloads and uploads in 'cancel...
2015-09-25 David A. VelascoRewritten queue of FileUploader based on IndexedForest
2015-09-25 David A. VelascoAdded icon for files synchronizing; folders use it...
2015-09-25 David A. VelascoKeep the old operation to sync folder as DownloadFolder...
2015-09-25 David A. VelascoExtend SyncFolderOperation to check local changes of...
2015-09-24 masensioMerge pull request #1174 from owncloud/release_bug_fixes
2015-09-24 David A. VelascoClose dangling Cursors in FileContentProvider
2015-09-24 David A. VelascoSet default static values to prevent weird crash
2015-09-24 David A. VelascoFix repetition of already finished access to root folde...
2015-09-22 masensioMerge pull request #1171 from owncloud/fix_lock_of_uplo...
2015-09-22 David A. VelascoFixed crashed on cancelled download in gallery
2015-09-21 David A. VelascoGrant that cancellations of tasks generating thumbnails...
2015-09-16 masensioMerge branch 'release-1.8' of github.com:owncloud/andro...
2015-09-16 masensioMerge pull request #1157 from owncloud/fix_file_list_ic...
2015-09-16 masensioMerge pull request #1149 from owncloud/new_filetype_icons
2015-09-15 Andy Scherzingeradapting web's way of choosing icons
2015-09-14 masensioMerge branch 'update_share_link_for_OC_8.2' of github...
2015-09-11 David A. VelascoMerge pull request #1141 from owncloud/559_longpress_fi...
2015-09-11 Andy Scherzingerfurther cleanup, moving folder icon determination into...
2015-09-11 Andy ScherzingerAdd further javadoc descsribing how to maintain further...
2015-09-10 Andy Scherzingerremove commented out test code
2015-09-10 Andy Scherzingeradded mapping for bin to be iconized with "application"
2015-09-10 Andy Scherzingerrewrite for icon determination with refactoring into...
2015-09-10 Andy Scherzingershortened this prediction, since it will always be...
2015-09-09 masensioMerge pull request #1124 from Kernald/new-filetype...
2015-09-07 Andy Scherzingershowing the filename in the long press menu on file...
2015-09-07 masensioMerge pull request #1095 from owncloud/text_file_previe...
2015-09-07 masensioMerge branch 'master' into text_file_preview_pr_707_wit...
2015-09-07 David A. VelascoFixed text preview filter to take into account local...
2015-09-04 David A. VelascoReverse filter for preview of text files: all text...
2015-09-04 masensioMerge branch 'master' into text_file_preview_pr_707_wit...
next