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
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
Bartek Przybylski [Wed, 23 May 2012 17:35:50 +0000 (19:35 +0200)]
fix download file with noascii chars in name
Bartek Przybylski [Wed, 23 May 2012 17:27:35 +0000 (19:27 +0200)]
fix uploading to nonascii characters in path
Bartek Przybylski [Wed, 23 May 2012 17:10:12 +0000 (19:10 +0200)]
removing filedrag for now
Bartek Przybylski [Tue, 22 May 2012 20:44:57 +0000 (22:44 +0200)]
making icons bit smaller, making upload progressbar less cpu eating
Lennart Rosam [Tue, 22 May 2012 16:17:16 +0000 (18:17 +0200)]
Display modified / created timestamp, JavaDocs in DisplayUtils
Lennart Rosam [Tue, 22 May 2012 16:15:56 +0000 (18:15 +0200)]
Fix layout: Missing label, fix for smaller screens
Lennart Rosam [Tue, 22 May 2012 15:57:01 +0000 (17:57 +0200)]
Fix crash on first run when going to account creation
Lennart Rosam [Tue, 22 May 2012 15:09:31 +0000 (17:09 +0200)]
Project did not compile after removing prefs_menu.xml
Bartek Przybylski [Mon, 21 May 2012 20:57:17 +0000 (22:57 +0200)]
remove preferences its not needed for now
Bartek Przybylski [Mon, 21 May 2012 20:20:18 +0000 (22:20 +0200)]
fix webdav path sync for oc3 and oc4
Bartek Przybylski [Mon, 21 May 2012 19:14:50 +0000 (21:14 +0200)]
fix path to webdav in oc4
Bartek Przybylski [Sat, 19 May 2012 23:11:47 +0000 (01:11 +0200)]
missing file for uploader listener
Bartek Przybylski [Sat, 19 May 2012 22:18:00 +0000 (00:18 +0200)]
setting correct path on restore activity
Bartek Przybylski [Sat, 19 May 2012 21:30:23 +0000 (23:30 +0200)]
detailed upload progress
Bartek Przybylski [Sat, 19 May 2012 19:05:53 +0000 (21:05 +0200)]
adding open file button
Bartek Przybylski [Sat, 19 May 2012 17:08:39 +0000 (19:08 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Sat, 19 May 2012 17:07:54 +0000 (19:07 +0200)]
removing file on sync
Bartek Przybylski [Sat, 19 May 2012 16:30:03 +0000 (18:30 +0200)]
last sync field for oc file
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
Lennart Rosam [Fri, 18 May 2012 12:40:46 +0000 (14:40 +0200)]
Layout reworked to relative
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
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
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
Lennart Rosam [Thu, 17 May 2012 22:37:53 +0000 (00:37 +0200)]
FileDetailsFragment now working on tablets
Bartek Przybylski [Thu, 17 May 2012 20:42:03 +0000 (22:42 +0200)]
setting paths for file scheme
Bartek Przybylski [Thu, 17 May 2012 20:27:29 +0000 (22:27 +0200)]
make uploader acrtivity use uploader service
Bartek Przybylski [Wed, 16 May 2012 17:16:18 +0000 (19:16 +0200)]
fix file/download display
Bartek Przybylski [Wed, 16 May 2012 17:02:58 +0000 (19:02 +0200)]
push intent to details acrivity
Bartek Przybylski [Wed, 16 May 2012 16:52:45 +0000 (18:52 +0200)]
holo icons
Lennart Rosam [Wed, 16 May 2012 09:07:39 +0000 (11:07 +0200)]
Javadoc @param formatting fix
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
Lennart Rosam [Tue, 15 May 2012 22:04:25 +0000 (00:04 +0200)]
Fix variable naming conventions
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.
Bartek Przybylski [Tue, 15 May 2012 19:52:59 +0000 (21:52 +0200)]
new icons, new uploader
Bartek Przybylski [Mon, 14 May 2012 14:56:54 +0000 (16:56 +0200)]
fix crash if download file has space in it
Bartek Przybylski [Sun, 13 May 2012 20:41:51 +0000 (22:41 +0200)]
fix crash when deleting used account
Bartek Przybylski [Sun, 13 May 2012 20:28:44 +0000 (22:28 +0200)]
allow account deleting from account picker
Bartek Przybylski [Sun, 13 May 2012 14:56:54 +0000 (16:56 +0200)]
compilation fix
Bartek Przybylski [Sun, 13 May 2012 14:19:22 +0000 (16:19 +0200)]
merge fix
Bartek Przybylski [Sun, 13 May 2012 14:13:13 +0000 (16:13 +0200)]
adjusting design to holo, stability for account setup
Lennart Rosam [Tue, 8 May 2012 01:17:51 +0000 (03:17 +0200)]
Variable nameing / imports improved, fixed nullpointer on account
creation
Bartek Przybylski [Fri, 4 May 2012 18:34:05 +0000 (20:34 +0200)]
sync option in filelist menu
Bartek Przybylski [Thu, 3 May 2012 21:56:48 +0000 (23:56 +0200)]
sync progress indicator
Bartek Przybylski [Thu, 3 May 2012 13:37:30 +0000 (15:37 +0200)]
new stuff for account authenticator
Bartek Przybylski [Thu, 3 May 2012 10:14:44 +0000 (12:14 +0200)]
fix white text on configuration screen
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
Bartek Przybylski [Tue, 1 May 2012 22:04:17 +0000 (00:04 +0200)]
making callback to context not view
Bartek Przybylski [Tue, 1 May 2012 21:37:37 +0000 (23:37 +0200)]
initial commit of editbox with badge
Bartek Przybylski [Mon, 30 Apr 2012 17:39:01 +0000 (19:39 +0200)]
removing contacts from main app
Bartek Przybylski [Sun, 29 Apr 2012 09:27:26 +0000 (11:27 +0200)]
cleanup after jackrabbit, releasing resources
Bartek Przybylski [Sun, 29 Apr 2012 09:07:04 +0000 (11:07 +0200)]
fix setting fileid for existing file
Bartek Przybylski [Sat, 28 Apr 2012 22:39:50 +0000 (00:39 +0200)]
missing file write
Bartek Przybylski [Sat, 28 Apr 2012 22:14:35 +0000 (00:14 +0200)]
jackrabbit lib
Bartek Przybylski [Sat, 28 Apr 2012 22:14:01 +0000 (00:14 +0200)]
initial move to jackrabbit (syncing)
Lennart Rosam [Sun, 15 Apr 2012 15:31:08 +0000 (17:31 +0200)]
Started working on the "Where is my device?" feature
Lennart Rosam [Sun, 15 Apr 2012 10:51:01 +0000 (12:51 +0200)]
Comments and variable naming schemes
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
Lennart Rosam [Sun, 15 Apr 2012 09:25:03 +0000 (11:25 +0200)]
Update variable names
Lennart Rosam [Sun, 15 Apr 2012 09:03:17 +0000 (11:03 +0200)]
Changed navigation behavior again after some feedback ;-)
Bartek Przybylski [Sun, 15 Apr 2012 07:54:21 +0000 (09:54 +0200)]
adding use ssl mode
Bartek Przybylski [Sat, 14 Apr 2012 23:00:38 +0000 (01:00 +0200)]
fix file display, fix syncing, fix authenticator & other stuff
Bartek Przybylski [Sat, 14 Apr 2012 20:28:55 +0000 (22:28 +0200)]
storage manager, removing db logic from ocfile
Lennart Rosam [Sat, 14 Apr 2012 16:55:15 +0000 (18:55 +0200)]
More cleanup / refactoring: Name Fragments consistantly way
Lennart Rosam [Sat, 14 Apr 2012 13:07:07 +0000 (15:07 +0200)]
Fixed navigation behavior
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
Lennart Rosam [Sat, 14 Apr 2012 10:00:52 +0000 (12:00 +0200)]
Code cleanup: Use human readable variable names
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
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
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
Bartek Przybylski [Fri, 13 Apr 2012 18:51:58 +0000 (20:51 +0200)]
fix file uploading
Bartek Przybylski [Fri, 13 Apr 2012 18:02:32 +0000 (20:02 +0200)]
saving dates and checking modification date do speedup syncing
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
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
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
Lennart Rosam [Wed, 11 Apr 2012 22:59:41 +0000 (00:59 +0200)]
Update directory creation dialog text color
Lennart Rosam [Wed, 11 Apr 2012 22:34:07 +0000 (00:34 +0200)]
Incorporated the ownCloud Blue into the ActionBar
Lennart Rosam [Wed, 11 Apr 2012 20:39:24 +0000 (22:39 +0200)]
Fixed that small todo: Set KeepAlive based on the response code
Lennart Rosam [Wed, 11 Apr 2012 14:29:22 +0000 (16:29 +0200)]
Update preference description after the user makes a new selection
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
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
Lennart Rosam [Mon, 9 Apr 2012 23:16:55 +0000 (01:16 +0200)]
Make these classes use the account selection from the preferences screen
Lennart Rosam [Mon, 9 Apr 2012 22:37:31 +0000 (00:37 +0200)]
Display the account name in preferences
Bartek Przybylski [Sun, 8 Apr 2012 16:41:23 +0000 (18:41 +0200)]
send contacts to oc instance
Bartek Przybylski [Sat, 7 Apr 2012 22:25:51 +0000 (00:25 +0200)]
handle dir creation from filelist
Bartek Przybylski [Sat, 7 Apr 2012 20:58:32 +0000 (22:58 +0200)]
some small func impl
Bartek Przybylski [Sat, 7 Apr 2012 20:28:09 +0000 (22:28 +0200)]
some cleanup, closing cursors
Bartek Przybylski [Sat, 7 Apr 2012 18:23:33 +0000 (20:23 +0200)]
newmodel of file in action
Bartek Przybylski [Sat, 7 Apr 2012 14:26:32 +0000 (16:26 +0200)]
fix invalid list get in filelist
Bartek Przybylski [Sat, 7 Apr 2012 13:07:14 +0000 (15:07 +0200)]
updating saving of file
Bartek Przybylski [Sat, 7 Apr 2012 12:53:05 +0000 (14:53 +0200)]
small optimization for ocfile
Bartek Przybylski [Sat, 7 Apr 2012 12:37:03 +0000 (14:37 +0200)]
model for file representation
Bartek Przybylski [Sat, 7 Apr 2012 10:47:26 +0000 (12:47 +0200)]
fix of filedisplay for phones
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.
Lennart Rosam [Sat, 7 Apr 2012 00:15:38 +0000 (02:15 +0200)]
Make account selectable from preferences
Lennart Rosam [Sun, 1 Apr 2012 13:06:23 +0000 (15:06 +0200)]
Merged request #3
Lennart Rosam [Sun, 1 Apr 2012 12:35:06 +0000 (14:35 +0200)]
Library project path fixed
Bartek Przybylski [Sat, 25 Feb 2012 17:35:54 +0000 (18:35 +0100)]
warnging and legacy class removing
Bartek Przybylski [Sat, 25 Feb 2012 16:23:47 +0000 (17:23 +0100)]
removing android4 calls to actionbar and fragments manager