Commit graph

25193 commits

Author SHA1 Message Date
David A. Velasco
7dfc47ced4 Fixed local database incoherence when files whit special characters in their name are uploadad 2012-06-22 15:14:13 +02:00
David A. Velasco
b2264dcfa1 Fixed null pointer while resuming FileListActivity 2012-06-22 12:50:13 +02:00
David A. Velasco
f149b3caac Fixed double URL decoding of file names 2012-06-22 12:30:12 +02:00
David A. Velasco
a06e99c506 Fixed null pointer exception while loging 2012-06-22 09:57:08 +02:00
Bartek Przybylski
e9e2e1c7ec return to correct directory when returning from file details activity 2012-06-21 20:27:22 +02:00
Bartek Przybylski
832c1f4842 make cancel button usable on account create activity 2012-06-21 20:02:33 +02:00
Bartek Przybylski
5fc8be29f9 about dialog with version 2012-06-21 19:37:33 +02:00
Bartek Przybylski
8bcbc073e2 allow synch of multiple accounts at once 2012-06-21 19:20:40 +02:00
Bartek Przybylski
fbaca889e2 remove context menu in preferences activity 2012-06-20 23:32:50 +02:00
David A. Velasco
1b47b282f2 Better synchronization for current account between FileDisplayActivity and FileListFragment 2012-06-20 18:15:44 +02:00
David A. Velasco
6c6d3a601b DROIDCLOUD-29 Fixed - no more crashes by duplicate inflating when FileDisplayActivity.onResume() is called 2012-06-20 13:57:56 +02:00
David A. Velasco
194490b3b8 Fixed crashes when uploads or downloads are inserted in the notification bar (Android 2.x and 3.x) 2012-06-19 11:05:00 +02:00
Bartek Przybylski
eed9eed824 moving cursor close to correct place 2012-06-18 19:40:47 +02:00
Bartek Przybylski
b55f321125 add manage accounts to preference screen 2012-06-18 18:39:11 +02:00
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