steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

feature: Implement the sidebar (w/ migration to Fragments) #170

Closed YagoGG closed 3 years ago

YagoGG commented 3 years ago

This PR implements a drawer/sidebar that allows switching between the list & note selection views.

The drawer remains in the same Activity, which means that our Activity-based views have to become Fragments (that keep changing, based on the user's navigation through the app). This pull request also includes that migration to the Fragment pattern.

Closes #159, #160 and #141.