Skip to content

Releases: NoMore201/playmaker

v0.4.7

09 Oct 13:32
Compare
Choose a tag to compare

Changes since latest release:

  • Improved error handling on the client side
  • Added the ability to download regularly purchased apps 7c962b0
  • Fixed wrong fdroid initialization 04b66b3
  • Small fixes and improvements

v0.4.5

05 Oct 15:04
Compare
Choose a tag to compare

Changes since last release:

  • fixed wrong behaviour of static message in app view
  • improved login view, with a small explanation
  • improved app visualization in app view
  • other small changes

v0.4.3

04 Oct 17:05
Compare
Choose a tag to compare

Fixed a bug preventing the server to update its state with local apks

v0.4.1

04 Oct 16:29
Compare
Choose a tag to compare

Updated Dockerfile with new version of playmaker and googleplay-api

v0.4

04 Oct 16:21
Compare
Choose a tag to compare

In this new release, the server behaviour has changed:

No more token-dispenser istances, the app will ask for the credentials on first launch. After the initialization, server
discards credentials and saves the authorization token, which will be stored in memory.

Also the usual amount of fixes and improvements.

v0.3.2

26 Sep 14:25
Compare
Choose a tag to compare

Changes since previous release:

  • Update project with new version of googleplay-api
  • No need of centralized servers running token-dispenser, use your own google credentials
  • Added packaging support with setuptools
  • Other fixes and changes, targeted at supporting the new structure of googleplay-api

v0.3.1

22 Aug 16:13
Compare
Choose a tag to compare

Changes so far:

  • If the fdroid process is running, and a new request is sent, the server will return PENDING
  • Initial cache building now uses ThreadPool to speed up things
  • Dockerfile: updated android sdk to latest version 26.*

v0.3

20 Aug 17:48
Compare
Choose a tag to compare

Changes so far:

  • Reuse old token if it is still valid
  • Invalid tokens are deleted, and a new one will be fetched
  • Re-wrote backend with asynchronous code using WebTornado
  • Small fixes to frontend ui

v0.2

03 Jul 16:25
Compare
Choose a tag to compare

Changes so far:

  • Dockerfile: better way to start as normal user
  • Dockerfile: pass -u to python3 executable for unbuffered stdout
  • Fdroid update process now is done manually from the user (no more slow delete/update)
  • Added more notifications for error and accomplished tasks
  • Notifications disapper after 5 seconds if user doesn't close them manually
  • Show a dismissable modal while fdroid is updating, because it can be a long task

v0.1.1

02 Jul 12:02
Compare
Choose a tag to compare

First stable version! Changes since 0.1:

  • Small fixes to UI and backend
  • Added own token-dispenser server as the default one
  • Update fdroid repository also after delete
  • Dockerfile now starts the process as a normal user, instead of root