-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recently-updated page with apps changelog #404
Labels
Milestone
Comments
Can't you open the page of the app that was updated and take a look at the changelog? |
As I said, the issue is when multiple apps are updated in the background. In that case, you have to go into each app's page and check the release notes. A single "Recently updated" page like in the Play Store would solve that. |
Makes sense. Will do. |
yeriomin
added a commit
that referenced
this issue
Jun 17, 2018
These changes add nothing new, but will make implementing event log less painful.
yeriomin
added a commit
that referenced
this issue
Jun 17, 2018
… good enough Install event collection is too complex and still not good enough to work properly. 1. On update 3 broadcasts happen: remove, install, update. This makes postprocessing necessary. 2. At the moment when installation happens, changelogs are not accessible. They need to be cached or rerequested. 3. It is generally impossible to know what removed or installed the package. It makes coding this feature very defensive.
404 :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to have a page showing all recently updated apps and their changelog.
Currently you have to see the changelog before updating the app, which is not useful when you have automatic updates
The text was updated successfully, but these errors were encountered: