-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/leip 164 upload images #289
Conversation
9d7c5b5
to
74837a7
Compare
223f2b2
to
827cd8b
Compare
26ba803
to
11e08f2
Compare
11e08f2
to
d6ee15d
Compare
3467764
to
79a1f05
Compare
e54d3d5
to
48c7123
Compare
5604a32
to
2c120f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-reviewed
persistence/src/androidTest/kotlin/de/cyface/persistence/content/LocationSerializerTest.kt
Show resolved
Hide resolved
synchronization/src/main/kotlin/de/cyface/synchronization/DefaultUploadProgressListener.kt
Outdated
Show resolved
Hide resolved
d107a0a
to
241f558
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small changes.
persistence/src/main/kotlin/de/cyface/persistence/model/ParcelableFile.kt
Outdated
Show resolved
Hide resolved
persistence/src/main/kotlin/de/cyface/persistence/serialization/FileSerializer.kt
Outdated
Show resolved
Hide resolved
persistence/src/main/kotlin/de/cyface/persistence/serialization/TransferFileSerializer.kt
Outdated
Show resolved
Hide resolved
synchronization/src/androidTest/kotlin/de/cyface/synchronization/SyncPerformerTest.kt
Show resolved
Hide resolved
2d347bb
to
c726a86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-reviewed
Recommendation:
Use commit-wise reviewing or else you will be confused because Github's "Files changed" view will think I changed a previously named class "FileDao" but I've renamed the old class to a more correct name "FileIOHandler" and added a new FileDao class which follows the recommended Android architecture for Room and data access.