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
David A. Velasco
37297fb7a9
Fixed orientation changes in SSO dialog with WebView
2013-08-21 18:51:13 +02:00
masensio
b458c92be0
Update server-url
2013-08-14 09:15:47 +02:00
masensio
9dacdbec0b
Move WebView to Dialog
2013-08-13 12:08:46 +02:00
David A. Velasco
5ede3e9909
Improved status messages for authentication through SAML-based federated SSO
2013-08-01 17:44:23 +02:00
David A. Velasco
5a65ff53c2
AuthenticatorActivity updated to test existance through SAML-based-federated-authenticated entry point
2013-07-26 13:05:01 +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
c593c1ecb9
Fixed default value of parameters for URL-input visibility
2013-07-09 10:19:47 +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
David A. Velasco
e8239f434a
Merge branch 'develop' into modify_password
2013-07-02 13:08:27 +02:00
David A. Velasco
5b792b0440
Merge branch 'develop' into check_account_existance_in_gallery
2013-06-28 11:58:43 +02:00
masensio
b52f0484b4
OC-461: Add check server button. OC-394
2013-06-26 18:50:08 +02:00
masensio
dcc0461a7d
OC-459:new string server_url, new bool show_server_url_input. OC-394
2013-06-25 11:00:19 +02:00
masensio
6436606c1c
OC-458: new branding.xml. OC-394
2013-06-25 10:19:19 +02:00
David A. Velasco
7c1be6db3e
Updated some messages in login activity
2013-06-24 10:59:11 +02:00
David A. Velasco
1019dfc34d
Added new contextual option in account list to allow the user modify the password
2013-06-21 13:10:13 +02:00
David A. Velasco
63a3522ab7
Merge branch 'develop'after SPRINT-002
...
Conflicts:
.classpath
2013-06-19 17:56:46 +02:00
David A. Velasco
d612f37de4
'Refresh' options in menus differentiated: 'refresh file' and 'refresh account'
2013-06-18 15:04:45 +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
5bd3fd6273
Fixed bad replace tokens and removed unnecessary quote
2013-06-12 09:36:38 +02:00
David A. Velasco
c70f333358
REFACTORING: fix layout problems in orientation changes after removing FileDetailActivity
2013-06-04 14:30:29 +02:00
David A. Velasco
f767bf3f01
Non-previewable file is opened after successful donwload
2013-05-28 13:11:57 +02:00
David A. Velasco
50d77e8dc8
Review of login view layout optimizing the adaption to different screen sizes
2013-05-10 16:35:01 +02:00
David A. Velasco
1ee5b70d94
Generic values for Oauth 2 configuration
2013-05-03 13:30:35 +02:00
David A. Velasco
9b4da8439a
Merge branch 'develop' into oauth_login
...
Conflicts:
res/layout-land/account_setup.xml
res/layout/account_setup.xml
2013-05-03 10:24:20 +02:00
zerginator
2acbe9455d
Issue #56 + Issue #14 + Issue #143
2013-05-01 21:34:13 +02:00
David A. Velasco
2946d8dd69
Merge branch 'develop' into oauth_login
...
Conflicts:
AndroidManifest.xml
res/values/strings.xml
src/com/owncloud/android/Uploader.java
src/com/owncloud/android/authentication/AccountAuthenticator.java
src/com/owncloud/android/authenticator/AuthenticationRunnable.java
src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
src/com/owncloud/android/authenticator/OnConnectCheckListener.java
src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileOperation.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/network/OwnCloudClientUtils.java
src/com/owncloud/android/operations/RemoteOperationResult.java
src/com/owncloud/android/operations/UpdateOCVersionOperation.java
src/com/owncloud/android/syncadapter/FileSyncAdapter.java
src/com/owncloud/android/ui/activity/AccountSelectActivity.java
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/eu/alefzero/webdav/WebdavClient.java
2013-04-25 19:39:22 +02:00
David A. Velasco
bdc0332c23
Copyright note fixes
2013-04-17 12:26:13 +02:00
David A. Velasco
7052e3b5b8
About in settings, more i18n-friendly
2013-04-15 13:45:20 +02:00
David A. Velasco
c3ca5b5a4f
Merge branch 'develop' into loggingtool
...
Conflicts:
AndroidManifest.xml
res/menu/main_menu.xml
src/com/owncloud/android/datamodel/OCFile.java
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/InstantUploadService.java
src/com/owncloud/android/operations/SynchronizeFileOperation.java
src/com/owncloud/android/operations/UploadFileOperation.java
src/com/owncloud/android/ui/activity/FileDetailActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
src/eu/alefzero/webdav/FileRequestEntity.java
src/eu/alefzero/webdav/WebdavClient.java
2013-04-15 13:12:04 +02:00
David A. Velasco
053aad5ae1
Merge branch 'bug_hunting' into feature_previews
...
Conflicts:
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
2013-04-04 16:49:04 +02:00
David A. Velasco
77ddd1ccb6
Merge branch 'develop' into feature_previews
...
Conflicts:
AndroidManifest.xml
res/menu/file_context_menu.xml
res/menu/menu.xml
res/values-de-rDE/strings.xml
res/values/strings.xml
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/operations/UploadFileOperation.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
2013-04-04 16:44:30 +02:00
zerginator
5a22c7e79f
Cleaned stuff , add a history delete button and renamed
...
Log2EmailActivity in LogHistoryActivity
2013-04-01 10:26:40 +02:00
David A. Velasco
97ae9007e4
Fixed hardcoded string in UploaderActivity layout; and German translations
2013-03-27 17:19:19 +01:00
David A. Velasco
2e5b40e357
Make the OAuth authorization available or not depending upon a variable in oauth.xml
2013-03-27 13:39:00 +01:00
David A. Velasco
980b31de2e
Allow edition of OAuth endpoints for testing; better configuration values
2013-03-22 14:50:30 +01:00
David A. Velasco
cd45a90bac
Fixed typo
2013-03-21 14:00:46 +01:00
David A. Velasco
69d6d821ec
OAuth clean-up and refactoring
2013-03-21 12:21:48 +01:00
David A. Velasco
5665d9c306
Merge tag 'oc-android-1-3-22' into oauth_login
...
Conflicts:
AndroidManifest.xml
src/com/owncloud/android/authenticator/AuthenticationRunnable.java
src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
src/com/owncloud/android/authenticator/OnConnectCheckListener.java
src/com/owncloud/android/files/services/FileOperation.java
src/com/owncloud/android/files/services/InstantUploadService.java
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
2013-03-18 14:28:49 +01:00
David A. Velasco
7d84fd0c9f
Refresh authorization token on failed synchronizations when notification error is clicked
2013-03-18 14:05:34 +01:00
Matthias Baumann
6c5f561342
- exclude none InstantUpload from InstantUploadActivity
...
- add simple Activity for none InstantUloads to show the whole
error-message
2013-03-17 10:38:42 +01:00
Matthias Baumann
7392cfe5ab
- InstantUpload path const not longer at two places, only at
...
InstantUploadService
- new method to create the full path for the instantupload's
- add QUOTA_EXCEEDED to RemoteOperationResult.ResultCode enum to hande
http-507 from oc
- handle RuntimeException at connection lost as HOST_NOT_AVAILABLE
- add the error message for failed uploads for every not uploaded
picture, espacially for QUOTA_EXCEEDED is it necessary to show that to
the user
2013-03-16 18:56:27 +01:00
David A. Velasco
dc08386401
Merge branch 'details' into feature_previews
2013-03-12 13:03:15 +01:00
David A. Velasco
1493579a2e
Changed 'See details' option menu for 'Details'
2013-03-12 13:02:51 +01:00
zerginator
8e36e7cc3e
This wraps the android.util.logging into Log_OC which , if its enabled
...
in the app, logs the logcat into a file. It also includes the phone
information (MODEL, VERSION...)
https://github.com/owncloud/android/issues/97
2013-03-12 07:56:27 +01:00
David A. Velasco
7d67737a4f
Updating translation files...
2013-03-11 13:27:56 +01:00
zerginator
18a715072c
moved About App into preferences
...
https://github.com/owncloud/android/issues/57
2013-03-10 20:38:46 +01:00
David A. Velasco
d68b324653
Create our own media control - basic operation
2013-03-08 13:32:10 +01:00
David A. Velasco
6cfa24f55a
Improved error messages in gallery for images that can not be loaded
2013-03-01 09:54:49 +01:00