/amdroid

Ampache client for Android. Forked from the official amdroid-h repo.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Amdroid

Ampache client for Android. Allows streaming music from any Ampache server.

History

This is a fork of the official "amdroid-h" repo. Since there was no activity around this project in any way since 2010, I decided to kick-start this again.

Major Changes (WIP)

  • Reworked UI. The original design looked very outdated. This puts off many potential users.
  • Upgraded Android APIs. The aim is to drop all the deprecated dependencies and components.
  • Async Network/IO. Everything UI-unrelated has to be moved out of the main (UI) thread. This brings app responsiveness and better UX.
  • Robust application. Exceptions get handled properly. The app needs to be reliable.