Wikinaut
cf063bf04a
fix #1024 show cert fingerprints when adding new account w/ untrusted cert
...
+ show SHA-256, SHA-1 and MD5 certificate fingerprint
instead of signature hex dump
when certificate is untrusted
+ show error string if one of the digest algorithms is not available
+ added check and error msg for certificate load problems
2015-10-02 02:39:10 +02:00
masensio
99d7e18916
Merge pull request #839 from fluffy88/develop
...
Trigger media scan after file upload
2015-10-01 18:45:01 +02:00
masensio
9948180550
Merge pull request #1174 from owncloud/release_bug_fixes
...
Fixed a couple of tiny bugs
2015-09-24 17:33:22 +02:00
David A. Velasco
0c8dfb6e8d
Close dangling Cursors in FileContentProvider
2015-09-24 17:06:54 +02:00
David A. Velasco
c7a29bc07b
Set default static values to prevent weird crash
2015-09-24 17:06:39 +02:00
David A. Velasco
c8c3e84268
Fix repetition of already finished access to root folder (AsyncTask) on rotation, in log-in view
2015-09-24 16:13:58 +02:00
David A. Velasco
b7bb1ec0e9
Fixed crashed on cancelled download in gallery
2015-09-22 09:29:33 +02:00
David A. Velasco
cd165b7ce6
Grant that cancellations of tasks generating thumbnails really works for reused icon views
2015-09-21 21:25:11 +02:00
masensio
359ede5fdd
Merge pull request #1149 from owncloud/new_filetype_icons
...
New icon detection in general + support for additional mimetype icons
2015-09-16 11:39:26 +02:00
Andy Scherzinger
3ff4d6df0f
adapting web's way of choosing icons
2015-09-15 18:02:34 +02:00
Andy Scherzinger
b1aff42715
further cleanup, moving folder icon determination into util class
2015-09-11 11:15:55 +02:00
Andy Scherzinger
ed094a7df6
Add further javadoc descsribing how to maintain further mappings in the future
2015-09-11 10:57:11 +02:00
Andy Scherzinger
1a26995be2
remove commented out test code
2015-09-10 18:20:26 +02:00
Andy Scherzinger
97fc896fd4
added mapping for bin to be iconized with "application"
2015-09-10 18:16:35 +02:00
Andy Scherzinger
fa12c619b0
rewrite for icon determination with refactoring into its own class + fixed a typo
2015-09-10 17:55:26 +02:00
Andy Scherzinger
8c19d0fa50
shortened this prediction, since it will always be image...
2015-09-10 17:54:05 +02:00
Andy Scherzinger
e9f793755e
showing the filename in the long press menu on file list, see #559
2015-09-07 12:24:01 +02:00
David A. Velasco
3f40da0ac9
Fixed text preview filter to take into account local knowledge about MIME types
2015-09-07 09:14:00 +02:00
David A. Velasco
68ce6e62bf
Reverse filter for preview of text files: all text/ but those in black list
2015-09-04 15:01:25 +02:00
masensio
fc5c4d899c
Merge branch 'master' into text_file_preview_pr_707_with_develop
...
Conflicts:
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
2015-09-04 14:31:10 +02:00
masensio
f787213cd1
Merge pull request #1102 from owncloud/copy
...
Copy files
2015-09-04 11:14:42 +02:00
masensio
6b84d83b35
Merge branch 'text_file_preview_pr_707_with_develop' of github.com:owncloud/android into text_file_preview_pr_707_with_develop
2015-09-02 13:29:14 +02:00
masensio
a0707428ff
Merge remote-tracking branch 'origin/master' into text_file_preview_pr_707_with_develop
...
Conflicts:
res/layout/file_preview.xml
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
2015-09-02 13:23:42 +02:00
David A. Velasco
f626b13634
Merge pull request #1114 from owncloud/tryFix1113
...
Removed squared background for transparencies from file type icons and thumbnails (stays for images in gallery view)
2015-09-02 11:00:30 +02:00
David A. Velasco
e6be60679f
Merge branch 'master' into copy
...
Conflicts FIXED:
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
src/com/owncloud/android/ui/preview/FileDownloadFragment.java
src/com/owncloud/android/ui/preview/PreviewImageFragment.java
src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
2015-09-01 18:35:51 +02:00
masensio
313df93e95
Set background color as background for png with tranparency
2015-08-31 16:40:04 +02:00
masensio
ca2892bdf1
Remove transparent background in icons
2015-08-28 18:50:43 +02:00
masensio
b81de1d547
Merge branch 'master' into create_folder_button_on_action_bar_for_uploader
...
Conflicts:
res/layout/uploader_layout.xml
2015-08-25 14:53:42 +02:00
tobiasKaminsky
69e78694cd
to be sure ;)
2015-08-25 14:43:36 +02:00
tobiasKaminsky
6df6548ee7
try fix #1113
2015-08-25 14:40:16 +02:00
masensio
8c9270e114
Merge pull request #1082 from owncloud/ignoreHiddenFiles
...
ignore hidden files also if they are images for counting
2015-08-24 13:06:36 +02:00
masensio
e836fd66e4
Merge pull request #1078 from gstraube/develop
...
Check if ETag for remote folder is null, i.e. it was not received from the server
2015-08-24 12:59:43 +02:00
tobiasKaminsky
84f9169e7a
Thumbnails add checkerboard to png
2015-08-22 07:49:35 +02:00
gstraube
1a8a655747
Merge remote-tracking branch 'upstream/develop' into develop
2015-08-21 20:45:40 +02:00
tobiasKaminsky
8e3787909f
Merge branch 'develop' of github.com:owncloud/android into svgTransparentBackground
2015-08-21 17:48:58 +02:00
purigarcia
e9ca430fa0
Merge branch 'develop' into ignoreHiddenFiles
2015-08-21 11:18:17 +02:00
Andy Scherzinger
a46eb270ab
further m-prefixing
2015-08-20 13:46:27 +02:00
Andy Scherzinger
ee85bf9e8c
fixed m-Prefixing
2015-08-20 13:39:59 +02:00
Andy Scherzinger
8db8b07be0
NullCheck for drawer
2015-08-20 12:47:31 +02:00
Andy Scherzinger
8b55e8b35c
prefixed variables with 'm'
2015-08-20 11:35:40 +02:00
Jorge Antonio Diaz-Benito Soriano
ae0e116ffc
Fixes the text preview issue
2015-08-19 21:07:14 +02:00
Andy Scherzinger
2ce3e2707a
NPE Fix for setting the color on the IndeterminateProgressDialog
2015-08-19 19:17:09 +02:00
Andy Scherzinger
cbb0f8743f
Fix for long click menue for account management in preferences screen
2015-08-18 23:13:10 +02:00
Andy Scherzinger
dbed65610b
fix for the progress bar on pre lollipop devices via manipulating windowFrame, windowBackground and windowTitleBackgroundStyle
2015-08-18 22:09:53 +02:00
Jorge Antonio Diaz-Benito Soriano
97da4d5c8a
Fixes the last reported bugs
2015-08-18 18:05:20 +02:00
Andy Scherzinger
da89715045
reverted back to light colored login
2015-08-18 17:48:10 +02:00
Jorge Antonio Diaz-Benito Soriano
21c391c0b2
Removes a static modifier that sneaked in
2015-08-18 17:39:50 +02:00
Jorge Antonio Diaz-Benito Soriano
3b2f51b5a5
Refactored functionality to use the new FolderPickerActivity class
2015-08-18 17:36:08 +02:00
Jorge Antonio Diaz-Benito Soriano
4fc0ef5abb
Updated copy action
2015-08-18 17:20:56 +02:00
Jorge Antonio Diaz-Benito Soriano
ccf8741fab
Added copy action
2015-08-18 17:00:51 +02:00