Commit Graph

15 Commits

Author SHA1 Message Date
Brad Fitzpatrick d6a0b05df0 Rename import paths from camlistore.org to perkeep.org.
Part of the project renaming, issue #981.

After this, users will need to mv their $GOPATH/src/camlistore.org to
$GOPATH/src/perkeep.org. Sorry.

This doesn't yet rename the tools like camlistored, camput, camget,
camtool, etc.

Also, this only moves the lru package to internal. More will move to
internal later.

Also, this doesn't yet remove the "/pkg/" directory. That'll likely
happen later.

This updates some docs, but not all.

devcam test now passes again, even with Go 1.10 (which requires vet
checks are clean too). So a bunch of vet tests are fixed in this CL
too, and a bunch of other broken tests are now fixed (introduced from
the past week of merging the CL backlog).

Change-Id: If580db1691b5b99f8ed6195070789b1f44877dd4
2018-01-01 16:03:34 -08:00
Nick O'Neill c1b51d839e Fixed an issue where checking for files was slow
Don't sha1 every file before we know if we need it.

Change-Id: I8adcc869113b8ad84269450121ad1ba73267fb54
2014-02-26 12:46:52 -08:00
Nick O'Neill 35df097a7e Improvements in storage and caching for ios
Fixed duplicates in upload list with proper synchronization
Added a filename when vivifying
Reset cache on storageGeneration change

Change-Id: Ibb3551d565c4acdbdfd17055118263144ee4a135
2014-02-07 11:47:24 -08:00
Nick O'Neill a68a6b0eb0 Improved logging capture with bugshotkit.
Change-Id: I6230fb68628f9f10185edc2d798b61a36e5541b3
2014-01-29 17:09:46 -08:00
Nick O'Neill 881382bea1 Added an icon.
Change-Id: I4eeac4527868e8955909b742bb176b11b55eaf92
2014-01-28 19:55:14 -08:00
Nick O'Neill 12e449564d Various improvements in style and functionality
Fixed crash on vivify error.
Cleanup for names and properties.
Reformatted to webkit style.
Better treatment of logging network failures, actual done text when done.
Don't double add uploads
Moved the settings panel showing to viewdidappear, where it should be.
Added images to the upload cells.
Reset progress bar for reusable cells.
Updated podfile with keychain tools.
Updated for better keychain management.
Mitigated a leak.

Change-Id: Iad428aae56ac26e71743bd3e86b0f7736eff9767
2014-01-21 10:44:25 -08:00
Nick O'Neill f6c17210e5 WIP: show upload progress in a table view.
Change-Id: Iff13d7934b67dbab95d4c78931c9f69aa6ad9a46
2014-01-09 18:19:23 -08:00
Nick O'Neill fd8d9c1bfe Fixed issues with blobroot, added podfile
Requires cocoapods to manage dependencies now, just `pod install` to use. Fixed issues where blobroot wasn't properly set and added some more logging to the main view.

Change-Id: I59119de2c057196133648acfb641b21683488bc6
2014-01-09 18:19:23 -08:00
Nick O'Neill 3af7ffbed1 Configuration changes for building.
Change-Id: Ib593653bab27e4d17ae36d37c9b2d38b63738072
2013-12-30 11:45:05 -08:00
Nick O'Neill 3b95f0ac25 Added an uploader progress view.
Based on notification stuff, so any other part of the app (or other people using the client) can get the same updates when the uploads start, move forward or end.

Also fixed some issues with url parsing, should be not so sensitive about trailing slashes now.

Change-Id: Ieafc3ecae03eeeba38beed55efad23703b11561c
2013-12-27 14:19:58 -08:00
Nick O'Neill d00fbf331c Updates to ios client
Storing credentials in the app, style tweaks, trying to make xcode do whitespace right, and some organization

Change-Id: I36c7c0f479dcd95c26c4dd53bacb8e5c6e66bc9f
2013-12-24 03:51:56 +00:00
Nick O'Neill 5aa6fbff61 Added some progress towards search.
Change-Id: I755f6c05a011461ba78441d5e1cfb8d8dfeb19e1
2013-12-11 11:57:49 -08:00
Nick O'Neill 4e54a3515b Upload by way of significant location change service.
Change-Id: I1793da66ce642bd896f1a41e464cb6e97356c7e1
2013-12-11 11:57:49 -08:00
Nick O'Neill d0c0d09f65 Added progress on ios uploader.
Change-Id: I21e6f00ce2dec1dd430dc5af3a3818a45c96a628
2013-12-04 22:05:18 -08:00
Brad Fitzpatrick ed40fc89f7 Clean up the clients dir a bit
Change-Id: I1fb8e188044e8a552aa02acedb92c1c9b1d75330
2013-02-02 09:02:43 -08:00