Releases: petermcneil/drop
Added a compass to the Hunt mode
v1.2.5 Added a compass image to hunt mode
Reset password method added and bearing to Hunt mode
- Reset password method added
- Added bearing to the drop in hunt mode
- Renamed find modes to Hunt and Explore
- Updated copy in the app
- Fixed back button not closing app in Login Activity
- Cleaned up UI in various views
Bug fix - Logout sends user to MainActivity not Login
Before this bug fix, users were directed to the home screen when signing out of their account. However the user should have actually been shown the Login screen again.
Sign out now sets the correct logout preference to be used later. MainActivity has had it's updateUI method updated. It now checks the preference properly and shows the LoginActivity if the user is logged out.
Bug fix for firebaseUtil loading early
FirebaseUtil used to require the user to be logged in for it to be instantiated. Instead FirebaseUtil will now add an FirebaseAuthStateListener for when the user is not logged in. Once logged in FirebaseUtil will attempt to keep synced the users data from Firebase.
The edit profile button in the SettingsActivity has been made invisible - this has been hidden for future implementation.
Definitely should have fixed it
Definitely should have fixed the installation process... hopefully.
Fixed signed app!
App was crashing on startup due to various reasons, that have now been fixed!
Signed app!
App is now signed!
First release!
First release of Drop!
All basic features are delivered!
- Creation of drops
- Finding specific drops
- Feed for "owned" drops
- Basic account management