Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.47 KB

v0.0.12

  • Added the Android WorkManager
  • Added the deep link handling

v0.0.11

  • Added the kotlin Coroutins

v0.0.10

  • Single activity app IT-900
  • Fragment transitions IT-911
  • Add the paging library for on the store fragment
  • Add the paging library for on the categories screen

v0.0.9

  • Finished the Navigation Arch Component implementing. But it is needed to refactor the whole application structure: from multi-activity to single activity app structure.

v0.0.8

  • Added base navigation stuff

v0.0.7

  • As a user I can see the category screen IT-854
  • Add the "Search image API" IT-856
  • Add the retry button and the loading indicator onto the products screen IT-857
  • Fixed the products data source
  • Add activity transitions IT-860
  • Add android architecture components for the Categories screen

v0.0.6

  • Post new order as a guest user IT-852

v0.0.5

  • Update personal info block

v0.0.4

  • Added the items count restriction
  • Updated and fixed UI and Unit tests

v0.0.3

  • Cart screen
  • UI and Unit tests
  • Fixed bugs

v0.0.2

  • Product details
  • UI and Unit tests
  • Fixed bugs

v0.0.1

  • Random products screen
  • UI and Unit tests