Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

27 lines (23 loc) · 1.03 KB

Changelog

Version 1.0.1

2018-28-10

  • updated kotlin_version from 1.2.61 to 1.2.71
  • updated buildToolsVersion from 28.0.3
  • removed greendao library
  • set androidExtensions experimental true

Version 1.0.0

2018-15-09

  • added com.squareup.picasso:picasso:2.5.2
  • added org.parceler:parceler-api:1.1.9 and annotationProcessor org.parceler:parceler:1.1.9 to parse models
  • added com.jakewharton:butterknife:8.8.1 and annotationProcessor com.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