Commit graph

8175 commits

Author SHA1 Message Date
David A. Velasco
a238d0635a Added a static list of downloads in progress to have a reliable way to check if a file is downloading 2012-07-24 14:08:54 +02:00
David A. Velasco
9d3208ea03 Explicit default values for network timeouts; fixed null pointer in message broadcasted when a download can't finish 2012-07-24 13:04:58 +02:00
Bartek Przybylski
7f75f13f0c make confirmation dialog more universal 2012-07-23 19:09:44 +02:00
David A. Velasco
c82fc04aea Fixed cancel button in PIN code activity 2012-07-23 14:53:46 +02:00
David A. Velasco
4b8e26b287 Fixing bad reference to string 2012-07-23 14:49:09 +02:00
David A. Velasco
eb2a7bcec2 Replaced strings in two pieces with formatted string 2012-07-23 14:38:16 +02:00
David A. Velasco
6f189bffe1 Downloads through temporal file and better OCFile.isDownloading() and .isDown() implementation 2012-07-23 13:55:58 +02:00
David A. Velasco
8ba2ca7b85 Filter broadcast messages in receivers with the account, to avoid problems with services ongoing after the current account is changed 2012-07-23 12:47:58 +02:00
David A. Velasco
3e2d5f40b4 Fix the local file name saved in database when a file is renamed 2012-07-23 11:07:59 +02:00
David A. Velasco
3a34911f3b Rename file to upload to avoid overwrites in server 2012-07-23 10:13:50 +02:00
Bartek Przybylski
53bc15cdbf allow username with @, hide search menu item until sherlockactionbar wont put it to master 2012-07-22 09:01:22 +02:00
David A. Velasco
d2f2500bdd Handling of PUT response code fixed 2012-07-20 13:30:04 +02:00
David A. Velasco
ff0803c3ee Avoid crash in the login page when the connections is tested, then changed to other wrong URL and connect is clicked before the new test finishes 2012-07-20 12:27:05 +02:00
David A. Velasco
2a04c6ae5d Some fixes about downloads and how the detals view and list view is updated when downloads start and finish 2012-07-20 10:13:50 +02:00
David A. Velasco
3cf90ff17d More fixes to PIN Code activity 2012-07-19 11:51:05 +02:00
David A. Velasco
611fe1e4b5 Enable preemptive authentication to avoid double send of files in uploading 2012-07-19 11:34:51 +02:00
Bartek Przybylski
f8e0f7a582 use star instead of heart, download while if its marked as favorite,ignoring last update 2012-07-19 00:04:37 +02:00
David A. Velasco
935a7b0934 Fixed null pointer in synchronization 2012-07-18 14:38:02 +02:00
David A. Velasco
cffdf90bf3 Added timeout to the connection test; timeoutted methods granted for HTTPS 2012-07-18 14:20:09 +02:00
David A. Velasco
153dbb0342 Be sure that root directoriy is listed when the synchronization is really fast 2012-07-17 15:28:27 +02:00
David A. Velasco
0583bc8b33 Pin code messages update 2012-07-17 15:16:27 +02:00
David A. Velasco
463b30c46a Avoid crashes when an external app makes a bad response for the selection of a file to upload 2012-07-17 14:51:36 +02:00
David A. Velasco
45f89711be Fixed problem with some special characters when opening files; renamed WebdavUtils.encode to WebdavUtils.encodePath; fixed null pointer exception in preview 2012-07-17 14:26:18 +02:00
David A. Velasco
c6b553f635 OCFile stores again decoded remote paths; WebdavUtils.encode(...) added; fixed space conversion in paths in multiple uploads; CLEAN THE APPLICATION CACHE AFTER INSTALLING 2012-07-17 12:59:15 +02:00
David A. Velasco
400a17d3e3 Cancellable synchronization; current synchronizations are cancelled when the user request for a synchronization in the options menu 2012-07-16 15:06:03 +02:00
David A. Velasco
424164206f Merge branch 'testing_cancel_sync' 2012-07-16 13:04:38 +02:00
David A. Velasco
4f2f33c9bc Being careful with regressions 2012-07-16 13:01:18 +02:00
David A. Velasco
e184646912 More fixes to PIN Code 2012-07-16 12:59:25 +02:00
David A. Velasco
0f2376806f Testing synchronization cancelation 2012-07-16 12:54:18 +02:00
David A. Velasco
c0645e6832 Trigger synchronization when current account is changed; remove redundant accounts list in preferences 2012-07-16 11:34:37 +02:00
David A. Velasco
91b1728493 More fixes to PIN code 2012-07-13 14:46:40 +02:00
David A. Velasco
c5d5b9d1d2 Still better for progress circle initialization: looks like apply it after setContentView(..) has the best result 2012-07-13 11:14:10 +02:00
David A. Velasco
f40fe2c985 Avoid the progress circle is visible when starting the app after updating it in the device 2012-07-13 10:10:58 +02:00
Bartek Przybylski
0d4f5d38c3 make preview a bit smaller than screen width 2012-07-12 22:26:33 +02:00
Bartek Przybylski
147227040b reduce permissions, optimize bitmap displaying 2012-07-12 22:02:30 +02:00
Bartek Przybylski
90161386e2 load bitmap asynchronously on preview 2012-07-12 19:52:56 +02:00
David A. Velasco
1dbc69dc11 Avoid double query to the ContentResolver when listing the contents of a folder 2012-07-12 17:49:29 +02:00
David A. Velasco
50d8905f00 File removal in server completed 2012-07-12 13:49:21 +02:00
David A. Velasco
8b24606331 Fixed confirmation dialog for deletion 2012-07-12 10:55:47 +02:00
David A. Velasco
4340d4f6e4 Compatibility fix in renaming for Android API < 12 2012-07-12 10:17:32 +02:00
David A. Velasco
6701c9842d Delete remote file - confirmation dialog added 2012-07-12 09:48:55 +02:00
Bartek Przybylski
f2b890ae53 update local filename only when rename succeed 2012-07-11 20:25:27 +02:00
David A. Velasco
f757b74ced Some fixes to PIN code 2012-07-11 18:59:59 +02:00
David A. Velasco
f692bf7ae6 Merge branch 'master', remote-tracking branch 'origin' 2012-07-11 18:47:27 +02:00
Bartek Przybylski
a70c4c658f addming missing file, show softkeyborad on pin activity and change name activity 2012-07-11 17:23:50 +02:00
David A. Velasco
d4f8391f50 Trying to improve synchronization performance with database batched operations 2012-07-11 13:51:57 +02:00
Bartek Przybylski
02610cad7d messy rename file 2012-07-10 22:52:31 +02:00
Bartek Przybylski
a9a1ad71e9 delete file after download failed, correctly send message about download fail 2012-07-10 18:07:05 +02:00
Bartek Przybylski
233553a081 dont loose keep in sync state when syncing 2012-07-09 17:16:56 +02:00
David A. Velasco
de5d818781 Strings extracted from PinCodeActivity to resources 2012-07-09 15:19:44 +02:00
David A. Velasco
3e4f8b4f0d Better policy to show PIN Code 2012-07-09 15:10:26 +02:00
David A. Velasco
271a4ba1df Avoid null pointer exception when the details fragment is empty 2012-07-09 14:24:13 +02:00
David A. Velasco
cbf9ca8bea Merge remote-tracking branch 'origin/master' into moresync 2012-07-09 11:28:51 +02:00
David A. Velasco
a48014bffd More improvements in refresh files list while synchronizing 2012-07-09 11:23:56 +02:00
David A. Velasco
93de9f91d5 Pin code 2012-07-09 11:11:44 +02:00
David A. Velasco
146f7969b3 Better backwards compatibility in crash logger and images preview 2012-07-09 09:39:32 +02:00
David A. Velasco
15a2d8b8e6 Fixed bug in creation of database after adding keep_in_sync column 2012-07-09 09:23:42 +02:00
Bartek Przybylski
f2a79ec8fd create keep in sync field in db on app setup 2012-07-09 07:24:28 +02:00
Bartek Przybylski
3113c45909 keep file in sync and initial commit for file sharing 2012-07-08 16:57:48 +02:00
David A. Velasco
461364f68b Some improvements in synchronization and refresh of directory list 2012-07-06 15:09:13 +02:00
David A. Velasco
9b9b02c384 Avoid use of queues to delay recursion 2012-07-06 09:27:01 +02:00
David A. Velasco
494ebd608f Fixing null pointers when finding out MIME types from extensions 2012-07-05 16:38:59 +02:00
David A. Velasco
93983377cc Explicit assingment of infinite timeout for uploads and downloads; delete local file when download can't finish 2012-07-05 15:51:32 +02:00
David A. Velasco
890bf7fa51 Completing previous commit 2012-07-05 12:05:00 +02:00
David A. Velasco
8d3b028e72 FileDetailFragment is not reused in double pane view to avoid problems with preview-imaegs and buttons refresh 2012-07-05 11:54:12 +02:00
David A. Velasco
f9c951ec9a Ensure that synchronization indicator in the files list is stopped if unexepected problems interrupt the synchronization 2012-07-04 15:51:17 +02:00
David A. Velasco
882668c5d9 Small improvements to the refresh of the files list and memory handling while synchronization is running 2012-07-04 15:44:59 +02:00
David A. Velasco
7c2174d09e Refactoring of main Activities and Fragments to avoid inconsistent states leading to crashes, specially in tablet devices 2012-07-04 14:38:52 +02:00
David A. Velasco
c3482e1fd0 Fixed silly bugs introduced when trying to improve list refresh while synchronization 2012-07-04 10:23:07 +02:00
David A. Velasco
147d2acdd6 Cleaned up activities over FileDisplayActivity when current account is changed to avoid problems with BACK button 2012-07-04 10:17:29 +02:00
Lennart Rosam
43da474a54 Initial version of FileOperation to encapsulate all events regarding
this
2012-07-04 01:37:46 +02:00
Lennart Rosam
75df6eccdf Remove version specific check as we do not know when this will be fixed. 2012-07-04 01:37:06 +02:00
Lennart Rosam
a50d17dcb6 Small fixes on delete 2012-07-04 01:31:05 +02:00
Lennart Rosam
eb1c63d3dc Singleton didn't work (worth a try though ^^) - Make a new constructor
instead
2012-07-04 01:06:27 +02:00
Lennart Rosam
5282400a10 tryToLogin must get parameters now 2012-07-04 00:47:31 +02:00
Lennart Rosam
c65a0e142c +selfSigned 2012-07-04 00:29:53 +02:00
Lennart Rosam
c6e343964a WebdavClient singleton - make client management less complicated 2012-07-04 00:29:03 +02:00
Bartek Przybylski
54539939f3 disable download button while downloading 2012-07-02 18:28:31 +02:00
Bartek Przybylski
054180baa7 dont show creation date until its fixed 2012-07-02 18:07:28 +02:00
David A. Velasco
16b5c6b9ad Merge remote-tracking branch 'origin/master' 2012-07-02 10:42:07 +02:00
David A. Velasco
41f2cf1169 Download failures not treated as successes 2012-07-02 10:41:56 +02:00
Bartek Przybylski
1e63d71c91 Merge branch 'master' of gitorious.org:owncloud/android-devel 2012-06-30 13:51:31 +02:00
David A. Velasco
d6205749eb Added dynamic update of files list while full synchronization is performed 2012-06-29 15:16:19 +02:00
David A. Velasco
1f0fc5470a Merge remote-tracking branch 'origin/master' 2012-06-29 10:36:31 +02:00
David A. Velasco
72141b60fb Update of messages when uploads finish 2012-06-29 10:36:25 +02:00
Lennart Rosam
2e247f24bf Merge branch 'master' of ssh://gitorious.org/owncloud/android-devel 2012-06-28 14:49:54 +02:00
David A. Velasco
114e0c2521 Update files list when an upload finishes, if the file is uploaded to the current folder 2012-06-28 14:12:52 +02:00
Lennart Rosam
6373cfbb5a Bump version: Assume fixed in 4.0.4... hopefully 2012-06-28 13:36:26 +02:00
David A. Velasco
121a462bdf Better policies to handle possible errors in remote MIME type values; avoid crashes when MIME types is trying to be found for files without extension 2012-06-28 10:59:27 +02:00
David A. Velasco
49c1f9e318 Better file opening; new ownCloud logo in account settings page 2012-06-27 18:32:20 +02:00
David A. Velasco
3ce234e6c7 Fixed preview of images in Android 2.x ; fixed synchronization progress indicator in Android <4.0 2012-06-27 09:19:08 +02:00
Bartek Przybylski
12c00057e7 Merge branch 'master' of gitorious.org:owncloud/android-devel 2012-06-26 18:08:49 +02:00
Bartek Przybylski
baf003a555 fix crash on list adapter when file has no mimetype 2012-06-26 18:08:01 +02:00
David A. Velasco
91225458c1 Fixed duplication of some files in local database due to differences in remote and local URL encoding 2012-06-26 09:52:32 +02:00
Bartek Przybylski
ea4cefc7be remove indetermined progressbar until it wont be fixed in actionbarsherlock 2012-06-25 22:45:23 +02:00
Bartek Przybylski
f7fb16963b always show image preview if there is only enough memory 2012-06-25 20:55:34 +02:00
David A. Velasco
ec38629eca Changed OCFile to keep mRemotePath as a valid URL; CLEAR YOUR CACHE AFTER INSTALLING 2012-06-25 15:18:27 +02:00
Bartek Przybylski
d8e0387aef dont crash when no synchronization were done and user tries to create dir 2012-06-24 15:47:20 +02:00
Bartek Przybylski
3708951fad remove dummy logs 2012-06-24 13:24:53 +02:00
Bartek Przybylski
231533c56e include appverion in crashlog 2012-06-24 13:22:50 +02:00
Bartek Przybylski
f6ef3f8214 dont crash when file has unspecified type 2012-06-24 13:18:07 +02:00
Bartek Przybylski
61b8988c9f dont show sync progress bar on system older than honeycomb 2012-06-24 13:15:42 +02:00
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
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
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
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
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
Bartek Przybylski
6d6a5c3a20 missing file for uploader listener 2012-05-20 01:11:47 +02:00
Bartek Przybylski
b8b2f8c238 setting correct path on restore activity 2012-05-20 00:18:00 +02:00
Bartek Przybylski
35a384d059 detailed upload progress 2012-05-19 23:30:23 +02:00
Bartek Przybylski
576e2923cc adding open file button 2012-05-19 21:05:53 +02:00
Bartek Przybylski
ef45634ffe Merge branch 'master' of gitorious.org:owncloud/android-devel 2012-05-19 19:08:39 +02:00
Bartek Przybylski
8d7a02918d removing file on sync 2012-05-19 19:07:54 +02:00
Bartek Przybylski
65523409c7 last sync field for oc file 2012-05-19 18:30:03 +02:00
Lennart Rosam
d4a339871d Fixed fragment not updating file infos on tablets the first time it is
created
2012-05-18 21:53:39 +02:00
Lennart Rosam
cb8761f66f New Layout for FileDetailsFragment (needs to be redone with
RelativeLayout for better performance), Fix AppCrashes on rotation
change
2012-05-18 14:05:21 +02:00
Lennart Rosam
3727806652 Intermediate commit: Work on new FileDetailFragment layout, simplified
it's code a bit and renamed a color. Layout is WIP
2012-05-18 08:09:31 +02:00
Lennart Rosam
548fc80ea1 Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git 2012-05-18 00:43:47 +02:00
Lennart Rosam
ffc941e440 FileDetailsFragment now working on tablets 2012-05-18 00:37:53 +02:00
Bartek Przybylski
4c1ca7dc48 setting paths for file scheme 2012-05-17 22:42:03 +02:00
Bartek Przybylski
9931f93b9a make uploader acrtivity use uploader service 2012-05-17 22:27:29 +02:00
Bartek Przybylski
54909e5372 fix file/download display 2012-05-16 19:16:18 +02:00
Bartek Przybylski
5f7704f5d5 push intent to details acrivity 2012-05-16 19:02:58 +02:00
Lennart Rosam
ad8dbb31af Javadoc @param formatting fix 2012-05-16 11:07:39 +02:00
Lennart Rosam
435b31ba4f Force spaces in eclipse via project specifc settings
Reformat all code: Use spaces over tabs
2012-05-16 09:48:34 +02:00
Lennart Rosam
b2b6bdeadf Fix variable naming conventions 2012-05-16 00:04:25 +02:00
Lennart Rosam
020d2885ce 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.
2012-05-15 23:12:07 +02:00
Bartek Przybylski
b999f542c0 new icons, new uploader 2012-05-15 21:52:59 +02:00
Bartek Przybylski
d8e4a87c42 fix crash if download file has space in it 2012-05-14 16:56:54 +02:00
Bartek Przybylski
32b09ab78f fix crash when deleting used account 2012-05-13 22:41:51 +02:00
Bartek Przybylski
2c9b84a862 allow account deleting from account picker 2012-05-13 22:28:44 +02:00
Bartek Przybylski
fdb9149e0e compilation fix 2012-05-13 16:56:54 +02:00
Bartek Przybylski
390949b832 merge fix 2012-05-13 16:19:22 +02:00
Bartek Przybylski
0aeb425885 adjusting design to holo, stability for account setup 2012-05-13 16:13:13 +02:00
Lennart Rosam
abf48afde3 Variable nameing / imports improved, fixed nullpointer on account
creation
2012-05-08 03:17:51 +02:00
Bartek Przybylski
fae44486b9 sync option in filelist menu 2012-05-04 20:34:05 +02:00
Bartek Przybylski
a2a8dc1ee6 sync progress indicator 2012-05-03 23:56:48 +02:00
Bartek Przybylski
10c04c6d77 new stuff for account authenticator 2012-05-03 15:37:30 +02:00
Bartek Przybylski
fc49e582c5 fix white text on configuration screen 2012-05-03 12:14:44 +02:00
Bartek Przybylski
5ca823ac92 account selecton on start, moving api to 8, display info about emtpy dir 2012-05-02 17:53:22 +02:00
Bartek Przybylski
a10efb1229 making callback to context not view 2012-05-02 00:04:17 +02:00
Bartek Przybylski
dc7cafe677 initial commit of editbox with badge 2012-05-01 23:37:37 +02:00
Bartek Przybylski
63c213cbea removing contacts from main app 2012-04-30 19:39:01 +02:00
Bartek Przybylski
2d8300d834 cleanup after jackrabbit, releasing resources 2012-04-29 11:27:26 +02:00
Bartek Przybylski
e0937de63d fix setting fileid for existing file 2012-04-29 11:07:04 +02:00
Bartek Przybylski
3cb2f1270c missing file write 2012-04-29 00:39:50 +02:00
Bartek Przybylski
87814cec42 initial move to jackrabbit (syncing) 2012-04-29 00:14:01 +02:00
Lennart Rosam
6e43d84b17 Started working on the "Where is my device?" feature 2012-04-15 17:31:08 +02:00
Lennart Rosam
4149616782 Comments and variable naming schemes 2012-04-15 12:51:01 +02:00
Lennart Rosam
51302a6386 Merge branch 'fragments-ui' of
ssh://git@gitorious.org/owncloud/android.git into fragments-ui

Conflicts:
	src/eu/alefzero/owncloud/datamodel/OCFile.java
2012-04-15 12:41:36 +02:00
Lennart Rosam
d5627b4165 Update variable names 2012-04-15 11:25:03 +02:00
Lennart Rosam
df4b83cb75 Changed navigation behavior again after some feedback ;-) 2012-04-15 11:03:17 +02:00
Bartek Przybylski
ff36d90802 adding use ssl mode 2012-04-15 09:54:21 +02:00
Bartek Przybylski
7cf441258b fix file display, fix syncing, fix authenticator & other stuff 2012-04-15 01:00:38 +02:00
Bartek Przybylski
b7ca8521e6 storage manager, removing db logic from ocfile 2012-04-14 22:28:55 +02:00
Lennart Rosam
a29469016e More cleanup / refactoring: Name Fragments consistantly way 2012-04-14 18:55:15 +02:00
Lennart Rosam
a66be3bc47 Fixed navigation behavior 2012-04-14 15:07:07 +02:00
Lennart Rosam
399b8409f5 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
2012-04-14 13:53:56 +02:00
Lennart Rosam
2b562903da Code cleanup: Use human readable variable names 2012-04-14 12:00:52 +02:00
Lennart Rosam
8521579e3a Fixed a bug, where the AuthenticatorActivity would not set a new default
account, when the previous one had been deleted
2012-04-14 11:52:26 +02:00
Lennart Rosam
e85c47aaea Pretty print SyncAdapter java code for better readability / removed
superflues if statement
2012-04-14 11:23:12 +02:00
Lennart Rosam
a7a68eba53 Merge branch 'fragments-ui' of ssh://git@gitorious.org/owncloud/android.git into fragments-ui 2012-04-14 11:04:21 +02:00
Bartek Przybylski
03556cf9f3 fix file uploading 2012-04-13 20:51:58 +02:00
Bartek Przybylski
dc648f1ae9 saving dates and checking modification date do speedup syncing 2012-04-13 20:02:32 +02:00
Lennart Rosam
40ee1019bc Ensure, that user switching back using the task switcher also must have
accounts
2012-04-13 19:29:30 +02:00
Lennart Rosam
92528fdc66 Ensure the user has to setup an account even if he presses the back
button on the account setup activity
2012-04-13 15:36:25 +02:00
Lennart Rosam
635fcd3e28 Update directory creation dialog text color 2012-04-12 00:59:41 +02:00
Lennart Rosam
f0ed8b7362 Fixed that small todo: Set KeepAlive based on the response code 2012-04-11 22:39:24 +02:00
Lennart Rosam
d1e58c6903 Update preference description after the user makes a new selection 2012-04-11 16:29:22 +02:00
Lennart Rosam
ab949b7d74 Further Migration to ABS 4.0.1 - Updated remaining Fragments and
Activities. They now extend the correct classes
2012-04-10 04:59:35 +02:00
Lennart Rosam
30c2ede8e5 Migration to ActionBarSherlock 4.0.1 / Custom Adapter to override text
colors in the ListNavigation Dropdown spinner
2012-04-10 04:40:53 +02:00
Lennart Rosam
385211893f Make these classes use the account selection from the preferences screen 2012-04-10 01:16:55 +02:00
Lennart Rosam
a6e98cc7dc Display the account name in preferences 2012-04-10 00:37:31 +02:00
Bartek Przybylski
cf2c2eedc5 send contacts to oc instance 2012-04-08 18:41:23 +02:00
Bartek Przybylski
d8d535a0a2 handle dir creation from filelist 2012-04-08 00:25:51 +02:00
Bartek Przybylski
affc7d5bc8 some small func impl 2012-04-07 22:58:32 +02:00
Bartek Przybylski
81965a51a5 some cleanup, closing cursors 2012-04-07 22:28:09 +02:00
Bartek Przybylski
4f3267b3fa newmodel of file in action 2012-04-07 20:23:33 +02:00
Bartek Przybylski
a9e9751f6b fix invalid list get in filelist 2012-04-07 16:26:32 +02:00
Bartek Przybylski
58efa22cae updating saving of file 2012-04-07 15:07:14 +02:00
Bartek Przybylski
8db0692daf small optimization for ocfile 2012-04-07 14:53:05 +02:00
Bartek Przybylski
0174908b88 model for file representation 2012-04-07 14:37:03 +02:00
Bartek Przybylski
198c31f9b0 fix of filedisplay for phones 2012-04-07 12:47:26 +02:00
Lennart Rosam
320e446748 FileDetail fragement is now showing a text hint if there is no file
selected.
2012-04-07 02:52:50 +02:00
Lennart Rosam
4cbe903b8a Make account selectable from preferences 2012-04-07 02:15:38 +02:00
Lennart Rosam
9996436ccc Merged request #3 2012-04-01 15:06:23 +02:00
Bartek Przybylski
1083eb8683 warnging and legacy class removing 2012-02-25 18:35:54 +01:00
Bartek Przybylski
9b5c3965b5 removing android4 calls to actionbar and fragments manager 2012-02-25 17:23:47 +01:00
Bartek Przybylski
007edfe102 first download & preview scratch, removing unused code, changing noncompatible code 2012-02-19 16:06:00 +01:00
Bartek Przybylski
dbaff80211 proper file list handling, file basic stuff dispaying 2012-02-18 16:38:36 +01:00
Bartek Przybylski
e28442c87d bit better handling of filelist 2012-02-12 14:43:09 +01:00
Bartek Przybylski
6deca0f9b1 some file list handling, action bar added 2012-02-11 23:11:57 +01:00
Bartek Przybylski
7d93f30346 downloader made background thread 2012-02-06 18:01:40 +01:00
Lennart Rosam
ca5455e88d Started swapping our ActionBar in favor of ActionBarSherlock 2012-02-05 22:47:25 +01:00
Bartek Przybylski
8ec6915a58 ssl support for syncing 2012-02-04 19:49:33 +01:00
Lennart Rosam
dc8c32fb3f Refactoring: Added comments to every class, as well as a copyright
notice. Also, some classes were moved to packages where they make sense
2012-02-04 17:41:28 +01:00
Lennart Rosam
db0f0001f9 More refactoring 2012-02-04 16:23:41 +01:00
Lennart Rosam
896f145cf6 Improved first run experience and added additional icons 2012-02-01 00:43:28 +01:00
Bartek Przybylski
329080075e some action for fragments ui 2012-01-29 23:01:01 +01:00
Lennart Rosam
32ce46d9d8 Added a landing page for the app. 2012-01-22 21:08:47 +01:00
Lennart Rosam
30734a9404 Heavy refactoring: Moved UI things to UI packages 2012-01-22 19:05:47 +01:00
Bartek Przybylski
17455f57d2 fragments branch initial commit 2012-01-14 00:31:56 +01:00
Bartek Przybylski
a038e0c55b downloading file 2011-12-25 13:04:18 +01:00
Bartek Przybylski
c2e3ce7c00 downloading file, to a fixed name file 2011-12-24 23:59:12 +01:00
Bartek Przybylski
2bc41ee331 https for unsigned certificates in logging and uploading 2011-12-24 22:54:11 +01:00
Bartek Przybylski
8f9a9a8694 first run setup fix 2011-10-07 17:54:28 +02:00
Sven Aßmann
b2dc291653 refactor the request creation to more general creation that can easy be overritten in subclasses 2011-09-27 11:31:45 +02:00
Sven Aßmann
d19a7539e3 - adding contact (carddav) server url based on the current 2.0 server url layout 2011-09-27 11:27:12 +02:00
Sven Aßmann
aab77eaa70 - adding contact (carddav) server url based on the current 2.0 server url layout
- fixing compiler warning
- fixing intends to android guide sdk conventions
2011-09-27 11:26:48 +02:00
Sven Aßmann
a97daaf27a - adding key for holding contact (carddav) server url
- fixing intends to android guide sdk conventions
2011-09-27 11:22:50 +02:00
Bartek Przybylski
9ca5cc327d adding specified adapter for contacts and files 2011-09-17 16:03:05 +02:00
Bartek Przybylski
08e51c0189 contentprovider for contacts added 2011-09-17 15:42:13 +02:00
Bartek Przybylski
c657ded069 filesync fixed 2011-09-17 15:29:18 +02:00
Sven Aßmann
6b129e2d40 - utilize the new abstact base class for FileSync
- also kickout the old unrefactored SyncAdapter
2011-09-15 21:44:07 +02:00
Sven Aßmann
737e7ee3c1 add new own sync adapter/service for contacts (work in progress) 2011-09-15 21:42:38 +02:00
Sven Aßmann
5ef7a4e522 refactor some stuff from SyncAdapter to own AbstractBase class to
improve writing of new SyncAdapter without rewrite same code.

Remember the DRY..
2011-09-15 21:41:46 +02:00
Bartek Przybylski
6f16202543 proper filename displaying, bigger icons 2011-09-04 22:46:53 +02:00
Bartek Przybylski
7e20e39f25 missing files 2011-09-04 13:47:06 +02:00
Bartek Przybylski
769fe95791 new path style in main window 2011-09-04 13:35:27 +02:00
Bartek Przybylski
154bb85cf1 initial commit 2011-08-19 22:37:35 +02:00