2018-28-10
- updated kotlin_version from
1.2.61
to1.2.71
- updated buildToolsVersion from
28.0.3
- removed greendao library
- set androidExtensions experimental true
2018-15-09
- added
com.squareup.picasso:picasso:2.5.2
- added
org.parceler:parceler-api:1.1.9
and annotationProcessororg.parceler:parceler:1.1.9
to parse models - added
com.jakewharton:butterknife:8.8.1
and annotationProcessorcom.jakewharton:butterknife-compiler:8.8.1
to bind views - added
org.greenrobot:greendao:3.2.2
to keep all internal data - added
uk.co.chrisjenx:calligraphy:2.3.0
to apply desirable font - added DatabaseManager to handle insert,update,delete,load and other operations
- added LifecycleLoggingActivity for logging various lifecycle events.
- used MVP structure for implementation
- implemented the zoom in animation to display image on splash screen
- added SearchActivity and SearchAdapter and implemented search by query, category & tags
- initial implementations