Skip to content

Releases: petermcneil/drop

Added a compass to the Hunt mode

09 May 15:21
Compare
Choose a tag to compare
v1.2.5

Added a compass image to hunt mode

Reset password method added and bearing to Hunt mode

07 May 23:26
Compare
Choose a tag to compare
  • 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

06 May 07:22
Compare
Choose a tag to compare

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

05 May 22:57
Compare
Choose a tag to compare

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

04 May 21:36
Compare
Choose a tag to compare

Definitely should have fixed the installation process... hopefully.

Fixed signed app!

02 May 18:42
Compare
Choose a tag to compare

App was crashing on startup due to various reasons, that have now been fixed!

Signed app!

02 May 17:00
Compare
Choose a tag to compare

App is now signed!

First release!

02 May 11:53
Compare
Choose a tag to compare

First release of Drop!

All basic features are delivered!

  • Creation of drops
  • Finding specific drops
  • Feed for "owned" drops
  • Basic account management