photo-android/test
Eugene Popovich 40f2023352 Card 77 (Add photo details to Trovebox Collect)
Trovebox-Android-App:

- AlbumsFragment.AlbumsAdapter: added missing newly added runnable
parameter to the PhotoUtils.validateUrlForSizeExistAsyncAndRun call in
the getView method
- FacebookFragment: added missing newly added runnable parameter to the
PhotoUtils.validateUrlForSizeExistAsyncAndRun call in the postPhoto
method
- SelectAlbumsActivity.SelectAlbumsUiFragment.AlbumsAdapter: added
missing newly added runnable parameter to the
PhotoUtils.validateUrlForSizeExistAsyncAndRun call in the getView method

Trovebox-Android-Common:

- GalleryFragment.GalleryAdapterExt: added missing newly added runnable
parameter to the PhotoUtils.validateUrlForSizeExistAsyncAndRun call in
the init method
- PhotoDetailsFragment.PhotoDetailsPagerAdapter: added missing newly
added runnable parameter to the
PhotoUtils.validateUrlForSizeExistAsyncAndRun call in the
instantiateItem method
- PhotoDetailsFragment.ThumbnailsAdapter: added missing newly added
runnable parameter to the PhotoUtils.validateUrlForSizeExistAsyncAndRun
call in the getView method
- Photo: added mHost, mToken fields, their getters and setters and
support to parcelable implementation
- PhotoUtils: added additional parameter to the
validateUrlForSizeExistAsyncAndRun method declaration
- PhotoUtils: added missing newly added parameters to the getPhoto API
call in the getThePhotoWithReturnSize method
- PhotoUtils.RetrieveThumbUrlTask: added mPhoto2 field and moved mPhoto
field modification from doInBackground to the onSuccessPostExecute to
avoid concurent modification
- ITroveboxApi: modified getPhoto declaration: added new token and host
parameters
- TroveboxApi: added host and token parameters support to the getPhoto
API method implementation
- AbstractUploaderService: added setting of host and token information
to the Photo object onsuccessful upload in the handleIntent method

Trovebox-Android-Test:
- GalleryActivityTest: added missing parameters to the getPhoto call in
the testLoadImages method
- PhotoDetailsActivityTest: added missing parameters to the getPhoto
call in the testPreconditions method
2014-02-10 10:58:04 +02:00
..
assets #249 #6 2012-12-14 14:33:21 +02:00
libs #61 #426 2013-05-14 12:22:35 +03:00
res Card 76 (Show Gallery in the Collect App) 2014-01-30 09:44:07 +02:00
src/com/trovebox/android/test Card 77 (Add photo details to Trovebox Collect) 2014-02-10 10:58:04 +02:00
.classpath Updating to ADT 22 2013-07-12 10:11:15 +03:00
.gitignore add automatic upload of taken pictures feature 2011-08-15 13:19:02 +09:00
.project #307 2013-01-28 13:33:53 +02:00
AndroidManifest.xml #307 2013-01-28 14:36:32 +02:00
proguard.cfg when uploading a picture, return a object instead of the json string, fix ant coverage failure (libraries need to be in libs) 2011-08-15 13:15:47 +09:00
project.properties Card 76 (Show Gallery in the Collect App) 2014-01-30 09:44:07 +02:00