Releases: PexegoUva/project-lambda
Releases · PexegoUva/project-lambda
Portrait mode
Additions
- Add
portraitmode only in both Activities (Login and Logout).
### Fixes
- Fix a bug with the
detektkotlinx-http dependency, more info here -> detekt/detekt#2882
Login and Logout verticals
Additions
- Add the UseCase to Logs in the APP. By the moment API is faked, so you will need to provide the only existing user to be able to log in:
- Email -> pexegouva@leviathan.com
- Password -> chupliflascinoso
You can also check AuthenticationApi.kt and check for the existing credentials.
- Add the UseCase to Log out the APP
v1.0.0-debug: Merge pull request #24 from PexegoUva/development
Login vertical release. `v1.0.0`
v0.1.0-debug: Merge pull request #20 from PexegoUva/8-add-splash-and-login-screen
Pre-release
Add Splash and Login screens. Add Koin for DI. Add necessary logic to support navigation and ensure code quality