David A. Velasco [Wed, 3 Jun 2015 11:36:09 +0000 (13:36 +0200)]
Fixed home button in action bar for PreviewImageActvitiy when navigation drawer is shown
David A. Velasco [Wed, 3 Jun 2015 11:29:11 +0000 (13:29 +0200)]
Refactor method to update title and home (up) button of FileActivity
David A. Velasco [Wed, 3 Jun 2015 09:09:19 +0000 (11:09 +0200)]
Merge remote-tracking branch 'origin/navigationDrawer_basic' into navigationDrawer_basic
David A. Velasco [Wed, 3 Jun 2015 09:05:10 +0000 (11:05 +0200)]
Disable navigation drawer in gallery view when system bars are not visible
masensio [Tue, 2 Jun 2015 13:26:42 +0000 (15:26 +0200)]
fix, in a tablet, the title is not correct when menu is shown and rotating
masensio [Tue, 2 Jun 2015 12:48:56 +0000 (14:48 +0200)]
Fix, the correct navigation not shown in the action bar
masensio [Tue, 2 Jun 2015 12:16:48 +0000 (14:16 +0200)]
Fix, App crash after rotate the device previewing an image
masensio [Tue, 2 Jun 2015 12:01:42 +0000 (14:01 +0200)]
Fix: app crash when trying to edit the url. Fix a problem from android support library v7 (19)
David A. Velasco [Mon, 1 Jun 2015 23:41:11 +0000 (01:41 +0200)]
Close drawer before jumping to other activities so that it's not still open when come back later
David A. Velasco [Mon, 1 Jun 2015 23:34:45 +0000 (01:34 +0200)]
Better swipe from left to open drawer in preview of video files
David A. Velasco [Mon, 1 Jun 2015 23:00:14 +0000 (01:00 +0200)]
Fixed update of id.home action bar button on navigation through FileDisplayActivity
David A. Velasco [Mon, 1 Jun 2015 22:05:08 +0000 (00:05 +0200)]
Recover exit on BACK pressed
David A. Velasco [Mon, 1 Jun 2015 11:52:08 +0000 (13:52 +0200)]
Fixed title and up button in Settings activity
masensio [Fri, 29 May 2015 13:19:59 +0000 (15:19 +0200)]
Fix: Folder name is lose when changing the orientation of the device
David A. Velasco [Fri, 29 May 2015 11:46:30 +0000 (13:46 +0200)]
Merge remote-tracking branch 'origin/navigationDrawer_basic' into navigationDrawer_basic
David A. Velasco [Fri, 29 May 2015 11:30:02 +0000 (13:30 +0200)]
Fixed style in log-in activity; should be Light, as before
masensio [Fri, 29 May 2015 11:14:42 +0000 (13:14 +0200)]
Fix, Logs option doesn't work
masensio [Fri, 29 May 2015 10:42:53 +0000 (12:42 +0200)]
Change hamburguer icon by arrow when it is needed. Remove some imports
masensio [Fri, 29 May 2015 09:32:36 +0000 (11:32 +0200)]
Disable 'Accounts' in Navigation Drawer
masensio [Fri, 29 May 2015 08:57:15 +0000 (10:57 +0200)]
Home button shows an arrow when user is into a folder
masensio [Fri, 29 May 2015 08:51:45 +0000 (10:51 +0200)]
Fix refresh folder name in action bar title
masensio [Fri, 29 May 2015 07:33:17 +0000 (09:33 +0200)]
Remove code related with action bar folder list
masensio [Thu, 28 May 2015 16:37:43 +0000 (18:37 +0200)]
Remove drop-down list in action bar
masensio [Thu, 28 May 2015 12:43:30 +0000 (14:43 +0200)]
Click on OC icon shows the navigation drawer if the current folder isn't the root folder
masensio [Thu, 28 May 2015 12:27:50 +0000 (14:27 +0200)]
Show root folder when click on 'All files' option
masensio [Thu, 28 May 2015 11:18:56 +0000 (13:18 +0200)]
Enable fitsSystemWindows in drawer.xml
masensio [Thu, 28 May 2015 09:30:02 +0000 (11:30 +0200)]
Add license in some files
masensio [Thu, 28 May 2015 09:07:14 +0000 (11:07 +0200)]
Add NavigationDrawer to image preview
tobiasKaminsky [Wed, 27 May 2015 17:16:08 +0000 (19:16 +0200)]
removed import
tobiasKaminsky [Wed, 27 May 2015 17:07:40 +0000 (19:07 +0200)]
removed dependency to Hex
tobiasKaminsky [Wed, 27 May 2015 16:50:09 +0000 (18:50 +0200)]
Updated to work with latest update
tobiasKaminsky [Wed, 27 May 2015 16:35:39 +0000 (18:35 +0200)]
Merge branch 'navigationDrawer_update' of github.com:owncloud/android into navigationDrawer_update
tobiasKaminsky [Wed, 27 May 2015 16:35:21 +0000 (18:35 +0200)]
Merge branch 'navigationDrawer_update' of github.com:owncloud/android into navigationDrawer_update
masensio [Wed, 27 May 2015 15:50:34 +0000 (17:50 +0200)]
Include again 'Refresh account' in the menu
masensio [Wed, 27 May 2015 14:53:35 +0000 (16:53 +0200)]
Update main_menu.xml
masensio [Wed, 27 May 2015 12:23:38 +0000 (14:23 +0200)]
Update THIRD_PARTY License
masensio [Wed, 27 May 2015 12:19:30 +0000 (14:19 +0200)]
Merge branch 'remove_ActionBarSherlock' into navigationDrawer_update
Conflicts:
res/menu/main_menu.xml
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/preview/PreviewImageActivity.java
masensio [Wed, 27 May 2015 11:10:15 +0000 (13:10 +0200)]
Merge branch 'develop' into remove_ActionBarSherlock
David A. Velasco [Wed, 27 May 2015 06:42:47 +0000 (08:42 +0200)]
Merge pull request #993 from owncloud/fix_nullPointerException_quota
Update library reference: fix NullPointerException in quota value
David A. Velasco [Wed, 27 May 2015 06:36:15 +0000 (08:36 +0200)]
Update library reference *after* merging library change into develop
tobiasKaminsky [Tue, 26 May 2015 18:49:03 +0000 (20:49 +0200)]
added rectangle with first character
David A. Velasco [Tue, 26 May 2015 12:00:41 +0000 (14:00 +0200)]
Enforce to add empty folders lost by git
David A. Velasco [Tue, 26 May 2015 11:54:07 +0000 (13:54 +0200)]
Try to enforce newer Android build tools in Travis
David A. Velasco [Tue, 26 May 2015 11:45:35 +0000 (13:45 +0200)]
Fixed setup_env.sh
masensio [Tue, 26 May 2015 11:44:28 +0000 (13:44 +0200)]
Update library reference: fix NullPointerException in quota value
David A. Velasco [Tue, 26 May 2015 11:31:50 +0000 (13:31 +0200)]
Added exploded appcompat-v7 AAR to allow building from Ant and Eclipse
masensio [Tue, 26 May 2015 11:12:19 +0000 (13:12 +0200)]
Add ic_drawer for mdpi and xhdpi
masensio [Tue, 26 May 2015 10:55:40 +0000 (12:55 +0200)]
Enable 'Logs' navigation drawer entry only in DEBUG mode
masensio [Tue, 26 May 2015 09:46:15 +0000 (11:46 +0200)]
Add content_description to Navigation Drawer options
masensio [Tue, 26 May 2015 07:11:27 +0000 (09:11 +0200)]
Move 'Logs' from Settings to Navigation Drawer
masensio [Tue, 26 May 2015 06:48:36 +0000 (08:48 +0200)]
Remove some imports
Jenkins for ownCloud [Tue, 26 May 2015 05:13:51 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Mon, 25 May 2015 22:01:39 +0000 (00:01 +0200)]
Disable On Device option in Navigation Drawer
masensio [Mon, 25 May 2015 10:39:05 +0000 (12:39 +0200)]
Add actionBar
Jenkins for ownCloud [Mon, 25 May 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
tobiasKaminsky [Sun, 24 May 2015 06:53:58 +0000 (08:53 +0200)]
Changed computing of account name color
Jenkins for ownCloud [Sun, 24 May 2015 05:13:52 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
tobiasKaminsky [Sat, 23 May 2015 05:44:16 +0000 (07:44 +0200)]
Merge remote-tracking branch 'upstream/develop' into navigationDrawer_update
# Conflicts:
# gradle/wrapper/gradle-wrapper.properties
# owncloud-android-library
# res/layout-land/account_setup.xml
# res/layout/account_setup.xml
# res/layout/list_item.xml
# res/layout/uploader_list_item_layout.xml
# res/menu/main_menu.xml
# res/values/colors.xml
# res/values/strings.xml
# src/com/owncloud/android/MainApp.java
# src/com/owncloud/android/operations/SynchronizeFolderOperation.java
# src/com/owncloud/android/ui/activity/FileDisplayActivity.java
# src/com/owncloud/android/ui/activity/Preferences.java
# src/com/owncloud/android/ui/activity/Uploader.java
# src/com/owncloud/android/ui/adapter/FileListListAdapter.java
# src/com/owncloud/android/ui/adapter/LocalFileListAdapter.java
# src/com/owncloud/android/ui/fragment/OCFileListFragment.java
# src/com/owncloud/android/ui/preview/PreviewImagePagerAdapter.java
# src/com/owncloud/android/utils/BitmapUtils.java
Jenkins for ownCloud [Sat, 23 May 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 22 May 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
tobiasKaminsky [Thu, 21 May 2015 19:12:44 +0000 (21:12 +0200)]
Merge remote-tracking branch 'upstream/develop' into navigationDrawer_update
masensio [Thu, 21 May 2015 14:43:34 +0000 (16:43 +0200)]
Update gradle - remove actionSherlock
masensio [Thu, 21 May 2015 07:46:59 +0000 (09:46 +0200)]
Merge branch 'develop' into navigation_drawer
Conflicts:
src/com/owncloud/android/ui/preview/PreviewImageFragment.java
Jenkins for ownCloud [Thu, 21 May 2015 05:13:53 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Wed, 20 May 2015 09:07:14 +0000 (11:07 +0200)]
Merge pull request #955 from owncloud/thumbnailOOM
HOTFIX: prevent OOM when scrolling Thumbnails
masensio [Mon, 18 May 2015 13:04:15 +0000 (15:04 +0200)]
Merge branch 'develop' into navigation_drawer
David A. Velasco [Mon, 18 May 2015 12:59:22 +0000 (14:59 +0200)]
Merge pull request #975 from owncloud/fix_refresh_large_default_storage
Updated library to reference after fixing refresh to server with unexpected quota value
David A. Velasco [Mon, 18 May 2015 12:51:21 +0000 (14:51 +0200)]
Update library reference after merging changes in library
David A. Velasco [Mon, 18 May 2015 12:29:00 +0000 (14:29 +0200)]
Improved load of images in PreviewImageFragment - no more images in full size by default, up to 3 tries to downScale
masensio [Mon, 18 May 2015 10:59:46 +0000 (12:59 +0200)]
Remove actionbarsherlock , replace it with Android Support Library (v7)
Jenkins for ownCloud [Mon, 18 May 2015 05:13:50 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Fri, 15 May 2015 09:24:14 +0000 (11:24 +0200)]
[DEV] Remove actionbarsherlock , replace it with Android Support Library (v7)
masensio [Fri, 15 May 2015 08:53:29 +0000 (10:53 +0200)]
Update library reference. Changes from comments in library pull request 63
David A. Velasco [Thu, 14 May 2015 16:05:12 +0000 (18:05 +0200)]
Removed extra public constructor from Fragments handled by PreviewImageActivity
Jenkins for ownCloud [Thu, 14 May 2015 05:13:58 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 13 May 2015 05:13:51 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Tue, 12 May 2015 12:42:57 +0000 (14:42 +0200)]
Better condition
David A. Velasco [Tue, 12 May 2015 12:10:36 +0000 (14:10 +0200)]
Close that stream...
David A. Velasco [Tue, 12 May 2015 11:32:56 +0000 (13:32 +0200)]
Merge remote-tracking branch 'origin/thumbnailOOM' into thumbnailOOM
David A. Velasco [Tue, 12 May 2015 11:32:01 +0000 (13:32 +0200)]
Minor changes after reviewing Bitmaps life cycle in PreviewImageFragment
masensio [Tue, 12 May 2015 11:25:36 +0000 (13:25 +0200)]
Replace call to get.ResponseBody with get.getReponseBodyAsStream in ThumbnailsCacheManager
masensio [Mon, 11 May 2015 12:58:47 +0000 (14:58 +0200)]
Merge branch 'develop' into thumbnailOOM
masensio [Mon, 11 May 2015 12:30:21 +0000 (14:30 +0200)]
Adapt WebDav parser for receiving exponential values in QUOTAS: Update Reference
Jenkins for ownCloud [Mon, 11 May 2015 05:13:48 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 10 May 2015 05:13:53 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 9 May 2015 05:13:55 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Fri, 8 May 2015 12:55:07 +0000 (14:55 +0200)]
Merge pull request #973 from owncloud/delete_share_option_in_app
Make share feature configurable
David A. Velasco [Fri, 8 May 2015 09:27:20 +0000 (11:27 +0200)]
Fixed build
David A. Velasco [Fri, 8 May 2015 09:17:39 +0000 (11:17 +0200)]
Rename the flag to show my wish that someday the app will allow to share with other users too
Jenkins for ownCloud [Fri, 8 May 2015 05:13:55 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Thu, 7 May 2015 10:07:44 +0000 (12:07 +0200)]
Replaced 'pass code' with 'passcode'
Jenkins for ownCloud [Thu, 7 May 2015 05:13:54 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Wed, 6 May 2015 11:42:43 +0000 (13:42 +0200)]
Merge branch 'develop' into thumbnailOOM
masensio [Wed, 6 May 2015 07:22:38 +0000 (09:22 +0200)]
Merge pull request #970 from owncloud/pinEnhancement
PIN code no more: Pass code protects all the activities in the app
David A. Velasco [Wed, 6 May 2015 07:13:10 +0000 (09:13 +0200)]
Fixes after crossed review
masensio [Tue, 5 May 2015 11:56:57 +0000 (13:56 +0200)]
Merge branch 'develop' into pinEnhancement
masensio [Tue, 5 May 2015 11:53:56 +0000 (13:53 +0200)]
Merge branch 'develop' into thumbnailOOM
David A. Velasco [Tue, 5 May 2015 11:51:46 +0000 (13:51 +0200)]
Merge pull request #967 from owncloud/fix_upload_fails_sending_another_app
Fixed fail in upload sent from the private storage of other app
David A. Velasco [Tue, 5 May 2015 11:43:01 +0000 (13:43 +0200)]
Merge branch 'develop' into pinEnhancement
David A. Velasco [Tue, 5 May 2015 11:42:51 +0000 (13:42 +0200)]
Merge remote-tracking branch 'origin/pinEnhancement' into pinEnhancement