Commit Graph

23829 Commits

Author SHA1 Message Date
Bartek Przybylski 50d7b20bf6 send intent with filepath so details view can be updated 2012-06-17 12:42:56 +02:00
Bartek Przybylski fcf40b4423 dont crash when there are no candidates to open file 2012-06-17 12:28:19 +02:00
Bartek Przybylski fc59d2c4f6 workaround for system crash 2012-06-17 12:03:02 +02:00
Bartek Przybylski a674df97da dont crash when trying to create dir in main directory 2012-06-17 11:46:24 +02:00
Bartek Przybylski 084b36c036 upload crashlog to server 2012-06-16 16:46:05 +02:00
Bartek Przybylski 6e3b5f488c dummy crash upload dialog 2012-06-13 20:47:38 +02:00
Bartek Przybylski efc9808d9a crashlog handler 2012-06-12 22:58:07 +02:00
Bartek Przybylski 6a4fb77159 make details activity using default theme 2012-06-09 14:31:06 +02:00
Bartek Przybylski 2b00ff1c7e cached instant upload 2012-06-03 19:59:14 +02:00
Bartek Przybylski 5a382ca421 using ocfile in uploader, fixing upload crash 2012-06-03 12:35:03 +02:00
Bartek Przybylski 53585e2400 removing camera permission, it seems not needed for instant upload 2012-05-27 20:04:34 +02:00
Bartek Przybylski 70c46d8fdc fix fileupload from external apps 2012-05-27 19:56:06 +02:00
Bartek Przybylski 9dd2cf294a instant uploading, first attempt 2012-05-27 15:57:18 +02:00
Bartek Przybylski 35ace0b973 search for already existing files 2012-05-27 00:03:43 +02:00
Bartek Przybylski 164417ec61 downloading files do account specific dir to avoid disambiguity 2012-05-26 23:03:46 +02:00
Bartek Przybylski 78faee207b removing fancy upload bar for now 2012-05-26 21:23:01 +02:00
Bartek Przybylski 21980deb38 fix filename display 2012-05-26 20:59:46 +02:00
Bartek Przybylski 1c9ed8cdcb fix crash after clean setup 2012-05-26 20:35:32 +02:00
Bartek Przybylski e759addf42 show modification timestamp and size of file 2012-05-26 14:56:30 +02:00
Bartek Przybylski edd38b807d adding file to db after upload 2012-05-26 14:30:14 +02:00
Bartek Przybylski 24a1111aa1 making file download using progressbar view 2012-05-26 13:47:26 +02:00
Bartek Przybylski 17e1b2350c hide menu in non account vie 2012-05-25 21:35:38 +02:00
Bartek Przybylski 63f68f1020 use view instead of dialog about no setup account 2012-05-25 21:32:20 +02:00
Lennart Rosam b735fc9458 Fixed navigation behaviour: HomeAsUp takes you up a dir 2012-05-25 07:01:12 +02:00
Lennart Rosam 5f61cb1555 Fixed: Rotating screen after viewing a file would return you to the
folder where you last viewed a file
2012-05-25 06:09:21 +02:00
Lennart Rosam 49eda7d30f Directory creation fixed, navigating up from FileDetailsActivity now
works reliably, better documentation
2012-05-25 05:55:34 +02:00
Lennart Rosam 00ef45c1e3 Make equals() more robust 2012-05-25 02:56:23 +02:00
Lennart Rosam e11de332ca Uncluttered code by reordering methods. Method code is untouched 2012-05-24 23:52:21 +02:00
Lennart Rosam 99c46398f1 That stack is not needed 2012-05-24 23:41:29 +02:00
Lennart Rosam 3ba3d363c8 Less "time" :D 2012-05-24 00:01:03 +02:00
Lennart Rosam 1070273daf Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git 2012-05-23 23:51:27 +02:00
Lennart Rosam 39307229cd Hide creation info when the uses ownCloud version is affected by oc-764 2012-05-23 23:50:59 +02:00
Bartek Przybylski 3951aa97f0 merge fix 2012-05-23 22:43:15 +02:00
Bartek Przybylski 49ad249816 show dirs on top of the list 2012-05-23 22:40:31 +02:00
Lennart Rosam 5ae7704ef1 Implemented equals() and toString() on OCFile. Renamed getPath() to make
it more clear what that refers to
2012-05-23 22:39:37 +02:00
Lennart Rosam 9df38b7379 Fix back navigation after viewing a file 2012-05-23 20:14:28 +02:00
Lennart Rosam e7f0803cc7 Added missing input after merge 2012-05-23 20:00:52 +02:00
Lennart Rosam 62908d1755 Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git 2012-05-23 19:59:51 +02:00
Lennart Rosam e8c9e5b09a Filelisting using intents and OCFile.getId() instead of string matching
in db which can be very very slow if there are lots of files
2012-05-23 19:59:29 +02:00
Bartek Przybylski 700c9427cd fix download file with noascii chars in name 2012-05-23 19:35:50 +02:00
Bartek Przybylski 449822818b fix uploading to nonascii characters in path 2012-05-23 19:27:35 +02:00
Bartek Przybylski 50695f6f5b removing filedrag for now 2012-05-23 19:10:12 +02:00
Bartek Przybylski 684ae90ca7 making icons bit smaller, making upload progressbar less cpu eating 2012-05-22 22:44:57 +02:00
Lennart Rosam 5d7a57ec18 Display modified / created timestamp, JavaDocs in DisplayUtils 2012-05-22 18:17:16 +02:00
Lennart Rosam d722fe8229 Fix layout: Missing label, fix for smaller screens 2012-05-22 18:15:56 +02:00
Lennart Rosam fbfdcfceeb Fix crash on first run when going to account creation 2012-05-22 17:57:01 +02:00
Lennart Rosam 957a9303da Project did not compile after removing prefs_menu.xml 2012-05-22 17:09:31 +02:00
Bartek Przybylski 4ee419da91 remove preferences its not needed for now 2012-05-21 22:57:17 +02:00
Bartek Przybylski cfe4273de5 fix webdav path sync for oc3 and oc4 2012-05-21 22:20:18 +02:00
Bartek Przybylski 7f224ef5e9 fix path to webdav in oc4 2012-05-21 21:14:50 +02:00