pub/Android/ownCloud.git
13 years agoAdded missing input after merge
Lennart Rosam [Wed, 23 May 2012 18:00:52 +0000 (20:00 +0200)]
Added missing input after merge

13 years agoMerge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git
Lennart Rosam [Wed, 23 May 2012 17:59:51 +0000 (19:59 +0200)]
Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git

13 years agoFilelisting using intents and OCFile.getId() instead of string matching
Lennart Rosam [Wed, 23 May 2012 17:59:29 +0000 (19:59 +0200)]
Filelisting using intents and OCFile.getId() instead of string matching
in db which can be very very slow if there are lots of files

13 years agofix download file with noascii chars in name
Bartek Przybylski [Wed, 23 May 2012 17:35:50 +0000 (19:35 +0200)]
fix download file with noascii chars in name

13 years agofix uploading to nonascii characters in path
Bartek Przybylski [Wed, 23 May 2012 17:27:35 +0000 (19:27 +0200)]
fix uploading to nonascii characters in path

13 years agoremoving filedrag for now
Bartek Przybylski [Wed, 23 May 2012 17:10:12 +0000 (19:10 +0200)]
removing filedrag for now

13 years agomaking icons bit smaller, making upload progressbar less cpu eating
Bartek Przybylski [Tue, 22 May 2012 20:44:57 +0000 (22:44 +0200)]
making icons bit smaller, making upload progressbar less cpu eating

13 years agoDisplay modified / created timestamp, JavaDocs in DisplayUtils
Lennart Rosam [Tue, 22 May 2012 16:17:16 +0000 (18:17 +0200)]
Display modified / created timestamp, JavaDocs in DisplayUtils

13 years agoFix layout: Missing label, fix for smaller screens
Lennart Rosam [Tue, 22 May 2012 16:15:56 +0000 (18:15 +0200)]
Fix layout: Missing label, fix for smaller screens

13 years agoFix crash on first run when going to account creation
Lennart Rosam [Tue, 22 May 2012 15:57:01 +0000 (17:57 +0200)]
Fix crash on first run when going to account creation

13 years agoProject did not compile after removing prefs_menu.xml
Lennart Rosam [Tue, 22 May 2012 15:09:31 +0000 (17:09 +0200)]
Project did not compile after removing prefs_menu.xml

13 years agoremove preferences its not needed for now
Bartek Przybylski [Mon, 21 May 2012 20:57:17 +0000 (22:57 +0200)]
remove preferences its not needed for now

13 years agofix webdav path sync for oc3 and oc4
Bartek Przybylski [Mon, 21 May 2012 20:20:18 +0000 (22:20 +0200)]
fix webdav path sync for oc3 and oc4

13 years agofix path to webdav in oc4
Bartek Przybylski [Mon, 21 May 2012 19:14:50 +0000 (21:14 +0200)]
fix path to webdav in oc4

13 years agomissing file for uploader listener
Bartek Przybylski [Sat, 19 May 2012 23:11:47 +0000 (01:11 +0200)]
missing file for uploader listener

13 years agosetting correct path on restore activity
Bartek Przybylski [Sat, 19 May 2012 22:18:00 +0000 (00:18 +0200)]
setting correct path on restore activity

13 years agodetailed upload progress
Bartek Przybylski [Sat, 19 May 2012 21:30:23 +0000 (23:30 +0200)]
detailed upload progress

13 years agoadding open file button
Bartek Przybylski [Sat, 19 May 2012 19:05:53 +0000 (21:05 +0200)]
adding open file button

13 years agoMerge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Sat, 19 May 2012 17:08:39 +0000 (19:08 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel

13 years agoremoving file on sync
Bartek Przybylski [Sat, 19 May 2012 17:07:54 +0000 (19:07 +0200)]
removing file on sync

13 years agolast sync field for oc file
Bartek Przybylski [Sat, 19 May 2012 16:30:03 +0000 (18:30 +0200)]
last sync field for oc file

13 years agoFixed fragment not updating file infos on tablets the first time it is
Lennart Rosam [Fri, 18 May 2012 19:53:39 +0000 (21:53 +0200)]
Fixed fragment not updating file infos on tablets the first time it is
created

13 years agoLayout reworked to relative
Lennart Rosam [Fri, 18 May 2012 12:40:46 +0000 (14:40 +0200)]
Layout reworked to relative

13 years agoNew Layout for FileDetailsFragment (needs to be redone with
Lennart Rosam [Fri, 18 May 2012 12:05:21 +0000 (14:05 +0200)]
New Layout for FileDetailsFragment (needs to be redone with
RelativeLayout for better performance), Fix AppCrashes on rotation
change

13 years agoIntermediate commit: Work on new FileDetailFragment layout, simplified
Lennart Rosam [Fri, 18 May 2012 06:09:31 +0000 (08:09 +0200)]
Intermediate commit: Work on new FileDetailFragment layout, simplified
it's code a bit and renamed a color. Layout is WIP

13 years agoMerge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git
Lennart Rosam [Thu, 17 May 2012 22:43:47 +0000 (00:43 +0200)]
Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git

13 years agoFileDetailsFragment now working on tablets
Lennart Rosam [Thu, 17 May 2012 22:37:53 +0000 (00:37 +0200)]
FileDetailsFragment now working on tablets

13 years agosetting paths for file scheme
Bartek Przybylski [Thu, 17 May 2012 20:42:03 +0000 (22:42 +0200)]
setting paths for file scheme

13 years agomake uploader acrtivity use uploader service
Bartek Przybylski [Thu, 17 May 2012 20:27:29 +0000 (22:27 +0200)]
make uploader acrtivity use uploader service

13 years agofix file/download display
Bartek Przybylski [Wed, 16 May 2012 17:16:18 +0000 (19:16 +0200)]
fix file/download display

13 years agopush intent to details acrivity
Bartek Przybylski [Wed, 16 May 2012 17:02:58 +0000 (19:02 +0200)]
push intent to details acrivity

13 years agoholo icons
Bartek Przybylski [Wed, 16 May 2012 16:52:45 +0000 (18:52 +0200)]
holo icons

13 years agoJavadoc @param formatting fix
Lennart Rosam [Wed, 16 May 2012 09:07:39 +0000 (11:07 +0200)]
Javadoc @param formatting fix

13 years agoForce spaces in eclipse via project specifc settings
Lennart Rosam [Wed, 16 May 2012 07:48:34 +0000 (09:48 +0200)]
Force spaces in eclipse via project specifc settings
Reformat all code: Use spaces over tabs

13 years agoFix variable naming conventions
Lennart Rosam [Tue, 15 May 2012 22:04:25 +0000 (00:04 +0200)]
Fix variable naming conventions

13 years agoTablet fixes. Goal is to get tapping on a file to display its details.
Lennart Rosam [Tue, 15 May 2012 21:12:07 +0000 (23:12 +0200)]
Tablet fixes. Goal is to get tapping on a file to display its details.
Does not work yet - WIP. Also code optimization: Make
FileDetailFragment less complex by passing in a OCFile directly instead
of reconstructing it.

13 years agonew icons, new uploader
Bartek Przybylski [Tue, 15 May 2012 19:52:59 +0000 (21:52 +0200)]
new icons, new uploader

13 years agofix crash if download file has space in it
Bartek Przybylski [Mon, 14 May 2012 14:56:54 +0000 (16:56 +0200)]
fix crash if download file has space in it

13 years agofix crash when deleting used account
Bartek Przybylski [Sun, 13 May 2012 20:41:51 +0000 (22:41 +0200)]
fix crash when deleting used account

13 years agoallow account deleting from account picker
Bartek Przybylski [Sun, 13 May 2012 20:28:44 +0000 (22:28 +0200)]
allow account deleting from account picker

13 years agocompilation fix
Bartek Przybylski [Sun, 13 May 2012 14:56:54 +0000 (16:56 +0200)]
compilation fix

13 years agomerge fix
Bartek Przybylski [Sun, 13 May 2012 14:19:22 +0000 (16:19 +0200)]
merge fix

13 years agoadjusting design to holo, stability for account setup
Bartek Przybylski [Sun, 13 May 2012 14:13:13 +0000 (16:13 +0200)]
adjusting design to holo, stability for account setup

13 years agoVariable nameing / imports improved, fixed nullpointer on account
Lennart Rosam [Tue, 8 May 2012 01:17:51 +0000 (03:17 +0200)]
Variable nameing / imports improved, fixed nullpointer on account
creation

13 years agosync option in filelist menu
Bartek Przybylski [Fri, 4 May 2012 18:34:05 +0000 (20:34 +0200)]
sync option in filelist menu

13 years agosync progress indicator
Bartek Przybylski [Thu, 3 May 2012 21:56:48 +0000 (23:56 +0200)]
sync progress indicator

13 years agonew stuff for account authenticator
Bartek Przybylski [Thu, 3 May 2012 13:37:30 +0000 (15:37 +0200)]
new stuff for account authenticator

13 years agofix white text on configuration screen
Bartek Przybylski [Thu, 3 May 2012 10:14:44 +0000 (12:14 +0200)]
fix white text on configuration screen

13 years agoaccount selecton on start, moving api to 8, display info about emtpy dir
Bartek Przybylski [Wed, 2 May 2012 15:53:22 +0000 (17:53 +0200)]
account selecton on start, moving api to 8, display info about emtpy dir

13 years agomaking callback to context not view
Bartek Przybylski [Tue, 1 May 2012 22:04:17 +0000 (00:04 +0200)]
making callback to context not view

13 years agoinitial commit of editbox with badge
Bartek Przybylski [Tue, 1 May 2012 21:37:37 +0000 (23:37 +0200)]
initial commit of editbox with badge

13 years agoremoving contacts from main app
Bartek Przybylski [Mon, 30 Apr 2012 17:39:01 +0000 (19:39 +0200)]
removing contacts from main app

13 years agocleanup after jackrabbit, releasing resources
Bartek Przybylski [Sun, 29 Apr 2012 09:27:26 +0000 (11:27 +0200)]
cleanup after jackrabbit, releasing resources

13 years agofix setting fileid for existing file
Bartek Przybylski [Sun, 29 Apr 2012 09:07:04 +0000 (11:07 +0200)]
fix setting fileid for existing file

13 years agomissing file write
Bartek Przybylski [Sat, 28 Apr 2012 22:39:50 +0000 (00:39 +0200)]
missing file write

13 years agojackrabbit lib
Bartek Przybylski [Sat, 28 Apr 2012 22:14:35 +0000 (00:14 +0200)]
jackrabbit lib

13 years agoinitial move to jackrabbit (syncing)
Bartek Przybylski [Sat, 28 Apr 2012 22:14:01 +0000 (00:14 +0200)]
initial move to jackrabbit (syncing)

13 years agoStarted working on the "Where is my device?" feature
Lennart Rosam [Sun, 15 Apr 2012 15:31:08 +0000 (17:31 +0200)]
Started working on the "Where is my device?" feature

13 years agoComments and variable naming schemes
Lennart Rosam [Sun, 15 Apr 2012 10:51:01 +0000 (12:51 +0200)]
Comments and variable naming schemes

13 years agoMerge branch 'fragments-ui' of
Lennart Rosam [Sun, 15 Apr 2012 10:41:36 +0000 (12:41 +0200)]
Merge branch 'fragments-ui' of
ssh://git@gitorious.org/owncloud/android.git into fragments-ui

Conflicts:
src/eu/alefzero/owncloud/datamodel/OCFile.java

13 years agoUpdate variable names
Lennart Rosam [Sun, 15 Apr 2012 09:25:03 +0000 (11:25 +0200)]
Update variable names

13 years agoChanged navigation behavior again after some feedback ;-)
Lennart Rosam [Sun, 15 Apr 2012 09:03:17 +0000 (11:03 +0200)]
Changed navigation behavior again after some feedback ;-)

13 years agoadding use ssl mode
Bartek Przybylski [Sun, 15 Apr 2012 07:54:21 +0000 (09:54 +0200)]
adding use ssl mode

13 years agofix file display, fix syncing, fix authenticator & other stuff
Bartek Przybylski [Sat, 14 Apr 2012 23:00:38 +0000 (01:00 +0200)]
fix file display, fix syncing, fix authenticator & other stuff

13 years agostorage manager, removing db logic from ocfile
Bartek Przybylski [Sat, 14 Apr 2012 20:28:55 +0000 (22:28 +0200)]
storage manager, removing db logic from ocfile

13 years agoMore cleanup / refactoring: Name Fragments consistantly way
Lennart Rosam [Sat, 14 Apr 2012 16:55:15 +0000 (18:55 +0200)]
More cleanup / refactoring: Name Fragments consistantly way

13 years agoFixed navigation behavior
Lennart Rosam [Sat, 14 Apr 2012 13:07:07 +0000 (15:07 +0200)]
Fixed navigation behavior

13 years agoCode cleanup: Code documentation, formatting, variable names etc were
Lennart Rosam [Sat, 14 Apr 2012 11:53:56 +0000 (13:53 +0200)]
Code cleanup: Code documentation, formatting, variable names etc were
improved.

Also, files can now only be added to a file if it is a directory

13 years agoCode cleanup: Use human readable variable names
Lennart Rosam [Sat, 14 Apr 2012 10:00:52 +0000 (12:00 +0200)]
Code cleanup: Use human readable variable names

13 years agoFixed a bug, where the AuthenticatorActivity would not set a new default
Lennart Rosam [Sat, 14 Apr 2012 09:52:26 +0000 (11:52 +0200)]
Fixed a bug, where the AuthenticatorActivity would not set a new default
account, when the previous one had been deleted

13 years agoPretty print SyncAdapter java code for better readability / removed
Lennart Rosam [Sat, 14 Apr 2012 09:23:12 +0000 (11:23 +0200)]
Pretty print SyncAdapter java code for better readability / removed
superflues if statement

13 years agoMerge branch 'fragments-ui' of ssh://git@gitorious.org/owncloud/android.git into...
Lennart Rosam [Sat, 14 Apr 2012 09:04:21 +0000 (11:04 +0200)]
Merge branch 'fragments-ui' of ssh://git@gitorious.org/owncloud/android.git into fragments-ui

13 years agofix file uploading
Bartek Przybylski [Fri, 13 Apr 2012 18:51:58 +0000 (20:51 +0200)]
fix file uploading

13 years agosaving dates and checking modification date do speedup syncing
Bartek Przybylski [Fri, 13 Apr 2012 18:02:32 +0000 (20:02 +0200)]
saving dates and checking modification date do speedup syncing

13 years agoEnsure, that user switching back using the task switcher also must have
Lennart Rosam [Fri, 13 Apr 2012 17:29:30 +0000 (19:29 +0200)]
Ensure, that user switching back using the task switcher also must have
accounts

13 years agoEnsure the user has to setup an account even if he presses the back
Lennart Rosam [Fri, 13 Apr 2012 13:36:25 +0000 (15:36 +0200)]
Ensure the user has to setup an account even if he presses the back
button on the account setup activity

13 years agoExport authenticator activities so custom account managers like in
Lennart Rosam [Fri, 13 Apr 2012 06:55:22 +0000 (08:55 +0200)]
Export authenticator activities so custom account managers like in
Motoblur can use them

13 years agoUpdate directory creation dialog text color
Lennart Rosam [Wed, 11 Apr 2012 22:59:41 +0000 (00:59 +0200)]
Update directory creation dialog text color

13 years agoIncorporated the ownCloud Blue into the ActionBar
Lennart Rosam [Wed, 11 Apr 2012 22:34:07 +0000 (00:34 +0200)]
Incorporated the ownCloud Blue into the ActionBar

13 years agoFixed that small todo: Set KeepAlive based on the response code
Lennart Rosam [Wed, 11 Apr 2012 20:39:24 +0000 (22:39 +0200)]
Fixed that small todo: Set KeepAlive based on the response code

13 years agoUpdate preference description after the user makes a new selection
Lennart Rosam [Wed, 11 Apr 2012 14:29:22 +0000 (16:29 +0200)]
Update preference description after the user makes a new selection

13 years agoFurther Migration to ABS 4.0.1 - Updated remaining Fragments and
Lennart Rosam [Tue, 10 Apr 2012 02:59:35 +0000 (04:59 +0200)]
Further Migration to ABS 4.0.1 - Updated remaining Fragments and
Activities. They now extend the correct classes

13 years agoMigration to ActionBarSherlock 4.0.1 / Custom Adapter to override text
Lennart Rosam [Tue, 10 Apr 2012 02:40:53 +0000 (04:40 +0200)]
Migration to ActionBarSherlock 4.0.1 / Custom Adapter to override text
colors in the ListNavigation Dropdown spinner

13 years agoMake these classes use the account selection from the preferences screen
Lennart Rosam [Mon, 9 Apr 2012 23:16:55 +0000 (01:16 +0200)]
Make these classes use the account selection from the preferences screen

13 years agoDisplay the account name in preferences
Lennart Rosam [Mon, 9 Apr 2012 22:37:31 +0000 (00:37 +0200)]
Display the account name in preferences

13 years agosend contacts to oc instance
Bartek Przybylski [Sun, 8 Apr 2012 16:41:23 +0000 (18:41 +0200)]
send contacts to oc instance

13 years agohandle dir creation from filelist
Bartek Przybylski [Sat, 7 Apr 2012 22:25:51 +0000 (00:25 +0200)]
handle dir creation from filelist

13 years agosome small func impl
Bartek Przybylski [Sat, 7 Apr 2012 20:58:32 +0000 (22:58 +0200)]
some small func impl

13 years agosome cleanup, closing cursors
Bartek Przybylski [Sat, 7 Apr 2012 20:28:09 +0000 (22:28 +0200)]
some cleanup, closing cursors

13 years agonewmodel of file in action
Bartek Przybylski [Sat, 7 Apr 2012 18:23:33 +0000 (20:23 +0200)]
newmodel of file in action

13 years agofix invalid list get in filelist
Bartek Przybylski [Sat, 7 Apr 2012 14:26:32 +0000 (16:26 +0200)]
fix invalid list get in filelist

13 years agoupdating saving of file
Bartek Przybylski [Sat, 7 Apr 2012 13:07:14 +0000 (15:07 +0200)]
updating saving of file

13 years agosmall optimization for ocfile
Bartek Przybylski [Sat, 7 Apr 2012 12:53:05 +0000 (14:53 +0200)]
small optimization for ocfile

13 years agomodel for file representation
Bartek Przybylski [Sat, 7 Apr 2012 12:37:03 +0000 (14:37 +0200)]
model for file representation

13 years agofix of filedisplay for phones
Bartek Przybylski [Sat, 7 Apr 2012 10:47:26 +0000 (12:47 +0200)]
fix of filedisplay for phones

13 years agoFileDetail fragement is now showing a text hint if there is no file
Lennart Rosam [Sat, 7 Apr 2012 00:52:50 +0000 (02:52 +0200)]
FileDetail fragement is now showing a text hint if there is no file
selected.

13 years agoMake account selectable from preferences
Lennart Rosam [Sat, 7 Apr 2012 00:15:38 +0000 (02:15 +0200)]
Make account selectable from preferences

13 years agoMerged request #3
Lennart Rosam [Sun, 1 Apr 2012 13:06:23 +0000 (15:06 +0200)]
Merged request #3

13 years agoLibrary project path fixed
Lennart Rosam [Sun, 1 Apr 2012 12:35:06 +0000 (14:35 +0200)]
Library project path fixed

13 years agowarnging and legacy class removing
Bartek Przybylski [Sat, 25 Feb 2012 17:35:54 +0000 (18:35 +0100)]
warnging and legacy class removing