Commit graph

229 commits

Author SHA1 Message Date
Luke Owncloud
11efd022f9 use settings layout for upload list (remove group header background, add underline, remove group icons) 2014-12-10 13:44:20 +01:00
Luke Owncloud
fd6d57fa75 removed unnecessary items from upload_list_item 2014-12-10 08:18:12 +01:00
Luke Owncloud
0c0ef5402d change upload list layout according to https://github.com/owncloud/android/issues/765#issuecomment-65076426 2014-12-08 17:03:46 +01:00
Luke Owncloud
2d0c347bc4 Merge remote-tracking branch 'upstream/develop' into HEAD
Conflicts:
	owncloud-android-library
	src/com/owncloud/android/datamodel/OCFile.java
	src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
	src/com/owncloud/android/ui/activity/FileDisplayActivity.java
	src/com/owncloud/android/ui/activity/FolderPickerActivity.java
	src/com/owncloud/android/ui/activity/Preferences.java
	src/com/owncloud/android/ui/adapter/FileListListAdapter.java
	src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
	src/com/owncloud/android/ui/fragment/OCFileListFragment.java
2014-12-08 16:24:10 +01:00
David A. Velasco
50e39f044f Merge branch 'master' into develop 2014-12-03 11:31:49 +01:00
Luke Owncloud
0ff6921665 git added filesize
improving status messages
2014-11-30 20:18:27 +01:00
Luke Owncloud
eaab185720 introduce divisions in upload list view 2014-11-27 14:26:31 +01:00
Luke Owncloud
37d3a72960 add ExpandableListFragment which is inherits from ExtendedListFragment
Only difference: it uses an ExpandableListView which supports dividing list into groups
2014-11-27 11:56:24 +01:00
tobiasKaminsky
ae6b686775 Merge remote-tracking branch 'upstream/develop' into fileCount 2014-11-21 17:59:51 +01:00
jabarros
dc8a495e55 Remove files_move layout after creating files_folder_picker one 2014-11-18 14:53:41 +01:00
jabarros
00a8eb415a Create FolderPickerActivity from which MoveActivity and UploadPathActivity extend 2014-11-18 14:51:49 +01:00
Luke Owncloud
2b85ed59b4 working on UploadListActivity 2014-11-14 17:02:58 +01:00
Luke Owncloud
1664d9ec68 Merge branch 'develop' of github.com:owncloud/android into reliable_uploads
Conflicts:
	src/com/owncloud/android/ui/adapter/FileListListAdapter.java
2014-11-14 13:09:01 +01:00
David A. Velasco
17afcb0251 Merge pull request #683 from tobiasKaminsky/videoFullsize
Bugfix: video is now playing in fullscreen
2014-11-12 09:29:28 +01:00
tobiasKaminsky
4560776ecc - use match_parent instead 2014-11-10 20:14:45 +01:00
Luke Owncloud
d59fd3b77a consistently use UploadList (instead UploadsList) 2014-11-07 15:38:21 +01:00
Luke Owncloud
79c3756857 undo unintended change 2014-11-07 15:32:41 +01:00
Luke Owncloud
ba7e62e9f3 added first draft of uploadListActivity 2014-11-07 15:26:21 +01:00
David A. Velasco
a09a837585 Adjust the thumbnails size to the size used on screen 2014-11-03 11:27:51 +01:00
tobiasKaminsky
b18fabe9d7 - bugfix: video is now playing in fullscreen 2014-10-25 18:55:15 +02:00
tobiasKaminsky
fbc3d970c5 Merge remote-tracking branch 'upstream/develop' into fileCount
Conflicts:
	res/layout/list_fragment.xml
	res/values/strings.xml
	src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
	src/com/owncloud/android/ui/fragment/OCFileListFragment.java
2014-10-24 18:18:06 +02:00
tobiasKaminsky
635394f2a2 - minor design changes 2014-10-19 08:56:57 +02:00
tobiasKaminsky
4e960eafeb added "x folders and y files" to end of list 2014-10-18 10:47:08 +02:00
jabarros
cf97936b76 Add customize Imageview and TouchImageView for fixing problem of seeing big pictures on nexus 7
:q
exit
:q
2014-09-22 09:27:23 +02:00
David A. Velasco
aa354e5d73 Merge branch 'develop' into release-1.6.0 2014-09-18 14:27:13 +02:00
jabarros
c3e3160727 Fixed bug. When downloading two files, it is not possible to come back to the file list. Bars does not appear. 2014-09-18 09:36:35 +02:00
jabarros
74c29e1ce1 Changes after CR 2014-09-17 16:46:11 +02:00
jabarros
2ef886af31 Merge branch 'develop' into better_loggin_system 2014-09-17 09:47:34 +02:00
jabarros
2ada53c99b Enable log into text file automatically when BuildConfig.DEBUG is true. Open log activity when user clicks on action bar menu option. Add button to send email with log file attached. 2014-09-04 09:06:14 +02:00
jabarros
dc984ec5bf Add new activity for selecting the destination folder when moving files, including new List Fragment and new Adapter for listing only the folders 2014-08-13 16:43:50 +02:00
David A. Velasco
41666b2d6c Merge pull request #578 from owncloud/show_message_for_empty_list
Show background message when list of files is empty
2014-07-30 09:40:17 +02:00
jabarros
ac18a468e8 Changes after CR 2014-07-30 09:35:31 +02:00
jabarros
5335975717 Fixed bug. It is not possible to refresh folder when it is empty 2014-07-29 15:04:06 +02:00
jabarros
20bb37701c Use Extended view pager and set onTouchListener into image forshow/hide the action bar 2014-07-29 08:26:10 +02:00
jabarros
a8c4271673 Change element ImageView of preview image fragment for TouchImageView in order to allow make zoom on the image 2014-07-28 11:11:28 +02:00
jabarros
89e7ad9e67 Show message when the file list is being loading and when it is empty 2014-07-25 13:13:58 +02:00
jabarros
fb1a4bad59 Add message when LocalFileList and OCFileLIst are empty 2014-07-24 18:34:12 +02:00
jabarros
055be96386 Remove InstantUploadActivity and related resources 2014-07-14 08:40:16 +02:00
jabarros
ab5e9250d2 Fixed bug. The size of a file is moved to the left when it is shared by link 2014-07-09 17:52:52 +02:00
jabarros
64a94f351d Fixed bug. Icons are not shown correctly in the file list 2014-07-09 17:26:20 +02:00
jabarros
df5fe2d648 Change the star and downloaded/downloading/uploading icons in list_item layout desing 2014-07-09 09:09:37 +02:00
jabarros
96e2d198e0 Merge branch 'develop' into release-1.5.8 2014-07-08 13:03:09 +02:00
jabarros
0bca42bcd8 Remove unused class FailedUploadActivity and related resources 2014-07-07 13:52:13 +02:00
jabarros
19e0f950e0 Show left side icons in the list of files with size 32x32 dp instead of the current 20x20 dp 2014-07-07 09:22:12 +02:00
David A. Velasco
fe4fc7a612 Fixed typos from 'shareWhatever' to 'sharedWhatever', and updated reference to library 2014-07-01 09:59:38 +02:00
jabarros
5dcc9f8de4 Change order of showing 'shared link' and 'shared with me' icons when both visibles 2014-07-01 09:59:36 +02:00
jabarros
be0990baac Hide 'shared with me' icon when file does not have 'S' permission 2014-07-01 09:59:31 +02:00
jabarros
1e8337fbce Update class FileListAdapter to show new icon for a file and folder that includes 'S' in the permission property. Changed list item layout for showing 'sharedlink' and 'shared with me' icons. 2014-07-01 09:59:30 +02:00
masensio
6451222f8d Select the animation for the SwipeRefreshLayout 2014-05-29 17:07:16 +02:00
masensio
88d855e49c Modify list_fragment.xml, adding SwipePrefreshLayout 2014-05-29 15:51:38 +02:00