
Trovebox-Android-App: - PhotosEndlessAdapter: updated mTroveboxApi.getPhotos API call accordingly to the new method declaration (added missing parameter) in the loadItemsGeneral method - project.properties: switched to SDK 19 Trovebox-Android-Common: - ITroveboxApi: updated getPhotos method declaration (added token parameter) - TokenValidationResponse: added mData field and its support to the constructor. Also added getter method for the field - TroveboxApi: modified getPhotos method implementation (added token parameter support) and updated getPhotos call with the missing default parameter value everywhere - project.properties: switched to SDK 19 Trovebox-Android-Test: - GalleryActivityTest: updated getPhotos call with the missing parameter in the testLoadsImages method - TokenValidationResponseTest: updated reference to the json raw and added new data paremeter check in the testReponse method - res/raw/json_token_validatio_response.txt: added (renamed from token_validation_response.txt) - project.properties: switched to SDK 19
9 lines
506 B
Properties
9 lines
506 B
Properties
# Project target.
|
|
target=android-19
|
|
android.library.reference.1=..\\common
|
|
android.library.reference.2=..\\submodules\\facebook-android-sdk\\facebook
|
|
android.library.reference.3=..\\submodules\\Android-Feather
|
|
android.library.reference.4=..\\submodules\\HoloEverywhere\\addons\\preferences
|
|
android.library.reference.5=..\\submodules\\HoloEverywhere\\addons\\slider
|
|
android.library.reference.6=..\\submodules\\google-play-services_lib
|
|
android.library.reference.7=..\\submodules\\viewpagerindicator\\library
|