Skip to content

v0.0.6-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@desyncr desyncr released this 10 Jul 04:17
· 124 commits to master since this release

THIS IS ALPHA VERSION. ONLY FOR TESTING.

This release is one of the last alpha releases. Freenet now runs with complete functionality and usability.

This is a mostly maintenance release where a lot of refactor was done in order to build additional functionality in a clean and scalable way.

Internal work:

  • Moved node functionality (installing, starting, etc) into mobile.services.node.*, moved activity and fragment boilerplate code into mobile.ui.*
  • Update androidx dependencies, working with livedata and viewmodels
  • Using shared preferences to store service status (rather than inferring it through NotificationManager)
  • Updated min sdk version to 22, target sdk version: 30

User facing:

  • Updated and tweaked layout for landscape
  • Launch app when tapping on notification
  • Updated status and help texts
  • Updated manifest to require Androd 5.1+