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
tobiasKaminsky
07e4eaac9a
changed do 64x64 filetype icons
2014-09-21 19:19:25 +02:00
tobiasKaminsky
5434504486
- renamed ImageViews
...
- switch to 80x80px filetype icon
2014-09-18 21:36:43 +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
tobiasKaminsky
3cab2038a3
3row Grid
2014-09-17 17:21:26 +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
tobiasKaminsky
ca59c75371
- GridLayout
2014-09-15 19:12:12 +02:00
tobiasKaminsky
4f1b50795c
Beginning gridView
2014-09-15 09:41:54 +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
David A. Velasco
7cf05f3647
Internal refactorization of AccountAuthenticatorActivity (and related dependencies)
2014-04-04 14:18:42 +02:00
David A. Velasco
d2ff7d4755
Merge branch 'develop' into release-1.5.5
2014-03-24 10:23:05 +01:00
David A. Velasco
8a9f504138
Fixed contrast of text in notifications for Android 2.x and 3.x
2014-03-20 12:56:44 +01:00
David A. Velasco
604abaf3b4
Grant that progress bar in notifications is shown in Android 2.x and 3.x devices
2014-03-20 10:43:06 +01:00
masensio
1fff2077a0
OC-3311: Update background color of image preview to black
2014-03-18 14:52:05 +01:00
masensio
9b2e4a6063
Merge branch 'pr/400' into improve_notifications_pr_400_with_develop
2014-03-13 15:49:17 +01:00
David A. Velasco
5338b93604
Fixed wrong reload of SAML web dialog after rotation when the SSL-error dialog is visible over it
2014-03-12 10:32:05 +01:00
Thomas Keller
5eccd08bc7
Notification improvements:
...
- use NotificationCompat.Builder from the support library and remove the custom progressbar layout; this will give platform users the expected look and feel of a notificati
- remove OCNotificationManager (it contained the old layout references, but was unused)
- add new notification icons that follow the Android style guidelines (http://developer.android.com/design/style/iconography.html#notification )
2014-03-12 00:08:51 +01:00
masensio
45bc02fbe5
OC-3212: Show appropiate error messages for SslError in SSL error dialog shown by WebViewClient
2014-03-10 10:53:11 +01:00
masensio
9cac3b60a5
Merge branch 'add_ssl_warning_dialog_for_devices_without_access_to_X509Certificte_in_WebView_SSL_errors' into check_server_certificates_in_SSO_webview
2014-03-07 15:11:59 +01:00
David A. Velasco
e3be24b472
Fix buttons out of screen in SSL warning dialogs for small screens in landspace
2014-03-07 14:54:04 +01:00
masensio
6944503874
OC-3208: Unify both SSL dialogs taking information from X509Certificate in just one
2014-03-07 14:48:42 +01:00
David A. Velasco
a2be11ad54
Improved view of certificate details for SSL dialog based on SslCertificate
2014-03-07 14:39:30 +01:00
masensio
8e1a2573b9
OC-3116: Add a warning dialog for untrusted SslCertificates and show it instead of call proceed() directly
2014-03-06 18:26:35 +01:00
David A. Velasco
77d22d5a31
Added filtered chooser dialog for activities that can receive a link
2014-02-03 14:24:28 +01:00
masensio
0fe14f7457
OC-2490: Update sharelink icon.
2014-01-28 08:55:54 +01:00
masensio
9d65b66999
OC-2585: Refresh the share items
2014-01-24 15:04:32 +01:00
masensio
a60643a0d0
OC-2700: Modify the layout list_item to show the share icon
2014-01-23 18:33:38 +01:00
David A. Velasco
a0efedc99d
Merge branch 'develop' into setup_buttons
2013-11-06 11:43:22 +01:00
David A. Velasco
850a3dd09a
Let setting up the visibility of the link for new users in the login view
2013-11-06 11:30:15 +01:00
David A. Velasco
d252a09f53
Merge branch 'develop' into setup_buttons
2013-11-06 10:36:34 +01:00
David A. Velasco
797d164184
Merge branch 'develop' into review_build_process
2013-10-31 17:30:38 +01:00
masensio
39688fe30f
Remove custom_buttons option from setup.xml. Review account_setup and pincodelock
2013-10-31 16:59:38 +01:00
masensio
20b5ecbac1
Update images. New Styles for Buttons, Dropdown and Progress
2013-10-30 18:37:05 +01:00
masensio
4849affc6f
Update image buttons and remove CustomButton class
2013-10-30 17:29:22 +01:00
masensio
6ace8ab1c1
Update packageName
2013-10-29 14:10:42 +01:00
David A. Velasco
a103eb3f96
Included in setup.xml the background color for logo in login view
2013-10-29 11:12:57 +01:00
David A. Velasco
4a038acdd2
Fixed references to old string, now removed
2013-10-28 13:20:24 +01:00
masensio
dd59f5871c
OC-1833: Add CustomButton class to can change the background of buttons
2013-10-28 12:58:56 +01:00
masensio
fc213bc72c
Update Images
2013-10-25 13:00:11 +02:00
masensio
7656cff3bb
Update package name
2013-10-24 18:12:00 +02:00
David A. Velasco
65adf0a452
Removed unused layout resources
2013-10-23 16:27:28 +02:00
David A. Velasco
a9f195a035
Updated translations without unused string resources
2013-10-23 13:17:07 +02:00
David A. Velasco
f79e2c0430
Merge pull request #284 from owncloud/setup_app_name
...
Setup app name, optional settings, and availability of multiple accounts.
2013-10-22 05:15:21 -07:00
masensio
d4b4dad2a8
OC-1795: Background connect button --> btn_default
2013-10-22 12:42:19 +02:00
masensio
a1f8d76188
OC-1769: Modify background_color and login_background_color works fine
2013-10-18 14:59:42 +02:00
masensio
b78eb416a4
OC-1670: owncloud_white --> background_color
2013-10-11 15:08:32 +02:00
David A. Velasco
86f7f0cc3c
Fixed units in media control view
2013-10-02 18:19:20 +02:00
masensio
b9c7b92940
OC-1129: Add LoadingDialog.java
2013-09-18 18:13:24 +02:00
masensio
63a2392cf0
OC-1128: Create new layout for loading dialog
2013-09-10 10:45:00 +02:00
David A. Velasco
dc02769e49
Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired
2013-08-23 14:37:14 +02:00
David A. Velasco
2b1b98478b
Added handler to trigger server check when the background is touched in login view for SSO login
2013-08-23 14:31:17 +02:00
David A. Velasco
316a0a12ad
Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired
2013-08-22 17:50:11 +02:00
David A. Velasco
d7c6472bd3
Added check to avoid the creation of the same account (same oc_username in the same server) more than once
2013-08-22 17:38:26 +02:00
masensio
dea37f653c
Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired
...
Conflicts:
res/values-es/strings.xml
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
2013-08-22 12:59:56 +02:00
David A. Velasco
37297fb7a9
Fixed orientation changes in SSO dialog with WebView
2013-08-21 18:51:13 +02:00
masensio
2d36f5a564
message 'Session expires' in TextView instead of Toast
2013-08-17 18:39:05 +02:00
David A. Velasco
d2ee9062fa
Configured embedded WebView to allow the single-sign-on process is completed and to catch the cookie setting the authorized session
2013-07-30 13:02:13 +02:00
David A. Velasco
0713ba613d
Added SAML-based Web Single-Sign-On as new authentication method available in pre-build configuration
2013-07-25 17:29:52 +02:00
David A. Velasco
86a97a605a
Fixed alignment of embedded refresh button and url input field in landscape too
2013-07-09 10:19:08 +02:00
David A. Velasco
912d867f27
Fixed alignment of embedded refresh button and url input field
2013-07-09 09:50:55 +02:00
David A. Velasco
233533faa3
Merge branch 'develop' into branding_configurable_URL_input_field
2013-07-05 11:52:24 +02:00
David A. Velasco
dcbc08cae7
Merge branch 'develop' into check_account_existance_in_gallery
2013-07-03 10:06:37 +02:00
masensio
b52f0484b4
OC-461: Add check server button. OC-394
2013-06-26 18:50:08 +02:00
David A. Velasco
d51372fb92
Make the 'refresh' button enabled when visible, although the URL-input field is disabled, when the password is being updated
2013-06-24 10:39:52 +02:00
David A. Velasco
3ecabe3ea7
PreviewVideoActivity protected against access to non-exiting account
2013-06-14 16:59:38 +02:00
David A. Velasco
02d08d0f81
Merge branch 'develop' into direct_download_with_click_at_list
2013-06-12 11:47:18 +02:00
David A. Velasco
93f79c7099
Cancel button for downloads in progress replaceed with 'x' icon
2013-06-05 11:08:33 +02:00
David A. Velasco
c70f333358
REFACTORING: fix layout problems in orientation changes after removing FileDetailActivity
2013-06-04 14:30:29 +02:00
masensio
9dc5a62e44
OC-247: Resize active area for the eye icon
2013-06-04 10:45:24 +02:00
David A. Velasco
fd39628997
REFACTORING: FileDetailActivity never more - simplifies transitions and removes bugs in orientation changes
2013-05-30 17:53:21 +02:00
David A. Velasco
7160a49e20
Merge branch 'develop' into login_toggle_password_icon
2013-05-24 10:36:21 +02:00
David A. Velasco
5a488a8ada
Fixed look of disabled connect button in portrait, no more drawn as enabled
2013-05-21 13:49:42 +02:00
David A. Velasco
ac32e8411a
Fixed alignment of login fields in Androd 3.x devices
2013-05-20 13:22:17 +02:00
David A. Velasco
69b527c39d
Visibility icon in password field is toggled according to the visibility state; better touch detection of visibility and refresh buttons
2013-05-17 14:33:31 +02:00
David A. Velasco
4f524a2043
Grant that 'refresh' button embedded in the URL input field does not hide the text in the field
2013-05-14 15:19:43 +02:00
David A. Velasco
3eb602f81a
Fixed unlinked refresh button for the server connection check
2013-05-14 13:39:09 +02:00
David A. Velasco
d7c7ccd99b
Added scroll to login view in landscape
2013-05-14 11:20:48 +02:00