[tx-robot] updated from transifex
[pub/Android/ownCloud.git] / src /
2015-12-03 masensioMerge branch 'stable'
2015-12-03 masensioMerge branch 'release-1.9' into stable oc-android-1.9
2015-11-26 masensioFix bug: App crash when try to share link with api...
2015-11-26 masensioFix bug related with sharee with special characters
2015-11-26 David A. VelascoFixed stalled connections when a thumbnail that cannot...
2015-11-25 David A. VelascoFixed bug: a file already shared with users couldn...
2015-11-25 David A. VelascoPrevent that repeated requests to FileDownloader/FileUp...
2015-11-25 David A. VelascoSilently handle remote folders removed while a full...
2015-11-25 David A. VelascoFixed NPE in synchronization of full account
2015-11-25 David A. VelascoAdded error messages on view for sharees searching
2015-11-25 David A. VelascoMerge pull request #1307 from owncloud/share_with_passw...
2015-11-25 David A. VelascoGrant that ShareActivity is correctly refreshed if...
2015-11-25 David A. VelascoRetry forbidden share adding a password only if the...
2015-11-25 David A. VelascoFixed bug: grant that paused FileActivity behind ShareA...
2015-11-25 David A. VelascoUpdated handling of enforced password for public shares...
2015-11-25 David A. VelascoHide UI elements about public share when this is disabl...
2015-11-25 David A. VelascoRemoved useless code
2015-11-25 masensioList view is shown completelly on the ShareFileFragment
2015-11-25 masensioDelete any rest of old public share/unshare flow
2015-11-25 masensioImplement 'Get link' button
2015-11-25 David A. VelascoShow current expiration date selected in date picker...
2015-11-25 David A. VelascoModify current expiration date on touch in expiration...
2015-11-25 David A. VelascoModify current password on touch in password label...
2015-11-25 David A. VelascoSet or clear expiration date to protect public link...
2015-11-25 David A. VelascoSet or clear password to protect public link in ShareFi...
2015-11-25 David A. VelascoUnshare public link in ShareFileFragment
2015-11-25 David A. VelascoShare public link in ShareFileFragment
2015-11-25 David A. VelascoUpdated ShareFileFragment layout with extra section...
2015-11-20 Maria AsensioMerge pull request #1119 from owncloud/strip-index...
2015-11-12 David A. VelascoMerge pull request #1254 from owncloud/droid-update
2015-11-12 David A. VelascoMerge pull request #1274 from owncloud/read_capabilitie...
2015-11-12 masensioRead capabilities for showing Share Options
2015-11-11 Maria AsensioMerge pull request #1269 from owncloud/fix_video_not_pr...
2015-11-06 David A. VelascoMinimal cleaning
2015-11-06 David A. VelascoFixed local URI to video files passed to VideoView
2015-11-06 Maria AsensioMerge pull request #1184 from Wikinaut/show-certificate...
2015-11-05 Maria AsensioMerge pull request #1252 from owncloud/share_with_users
2015-10-30 David A. VelascoLet server decide default permissions for new share
2015-10-30 David A. VelascoRefactoring: a single method to request ShareActivity
2015-10-30 David A. VelascoSimplified handling of life cycle in ShareActivity...
2015-10-30 David A. VelascoFixed NPE on list of shares in SearchShareesFragment...
2015-10-30 David A. VelascoRenamed SearchFragment to SearchShareesFragment
2015-10-30 David A. VelascoFixed error messages related with network in ShareActivity
2015-10-30 masensioGive ALL_PRIVILEGES when create a Share with User/Group
2015-10-30 masensioRemove commented code
2015-10-30 masensioFix share with user/group when displayname!=username
2015-10-30 masensioAvoid fullscreen searchview when editing
2015-10-30 David A. VelascoRemoved check of NULL after code review
2015-10-30 David A. VelascoFixed error messages for user using getLogMessage()
2015-10-30 David A. VelascoShow error messages from server when share-specific...
2015-10-30 David A. VelascoAdaption to refactoring of library from GetRemoteUsersO...
2015-10-30 David A. VelascoPut focus in search field and show keyboard automatically
2015-10-30 masensioGood behaviiour in servers not supporting SHAREE API...
2015-10-30 masensioRemove toast with create_share info
2015-10-30 masensioPolish landscape and turns
2015-10-30 masensioRefactor saveSharesInFolder in FileDataStorageManager...
2015-10-30 masensioShow users/groups in Search Fragment list
2015-10-30 masensioFix saveSharesDB, duplicated rows
2015-10-30 David A. VelascoFixed build after rebasing
2015-10-30 David A. VelascoFixes from CR
2015-10-30 David A. VelascoShare the file with a user or group when selected on...
2015-10-30 David A. VelascoAdded operation to create shares with a sharee, separat...
2015-10-30 David A. VelascoGet rid of dependency on Context in CreateShareOperation
2015-10-30 masensioExtra commit to complement: Fill in Users/Groups List...
2015-10-30 masensioGet users/group from Server, to fill in 'Share with...
2015-10-30 masensioRemove share_group_indicator string
2015-10-30 masensioRemove unshare with users/groups option from the menu
2015-10-30 David A. VelascoPrevent that arbitrary text is queried instead of selec...
2015-10-30 masensioUse UnshareOperation instead an AsyncTask, for unshare...
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
next