Conversation
|
Thanks for this. I need to test it first, and to release your previous work. |
|
I've rebased the branch and also filtered the UploadJournal according to the selected buckets. |
|
sorry if there is too much pull requests from me, thus work for you :) Pls take your time to review my changes, they might work, but as I said, I am not using Java/Android in my day job. Good to test with other devices + server implementations anyway. |
|
Yes, this one will need more tests, maybe a dedicated branch to properly work on it. |
|
Yeah. I've also tried to add some AndroidTests yesterday, but stopped, as running the emulator on my machine is no fun.... (Also took a lot of time just to figure out how to run them, I needed to move the folder structure a little around...) I also created a test-server here: That doesn't save uploaded pictures, but otherwise should react similarity like a real server, and I planned to use it for testing inside Travis... |
- New Preference which loads bucket names ordered by containing photo count - All SQL cursor creation into new Class PBMediaStoreQueries - Also: Fixed the 409 - was only on TestCall but not the real upload call
|
I began to write some Android tests too using Espresso. |
Now the user can select origin for the pictures, given a list of the Android media store buckets. This includes some sanity refactor for more readability.
|
Integrated and a bit rewritten in 280039a |
Work in progress.
Regarding #7, i've added a new preference which queries all the Buckets from the Content SQL (Buckets == Folder):
Then, on upload, the Photo is checked against that bucket and skipped if not matched.
TODO:
As there are no tests yet, I am not very confident that I didn't break anything ^^