Skip to content
Snippets Groups Projects
  1. Jan 09, 2020
  2. Dec 22, 2019
  3. Dec 20, 2019
  4. Dec 08, 2019
  5. Dec 05, 2019
  6. Nov 22, 2019
  7. Apr 08, 2019
  8. Apr 26, 2018
  9. Feb 28, 2018
  10. Feb 21, 2018
  11. Jan 02, 2018
  12. Dec 29, 2017
  13. Nov 17, 2017
  14. Nov 06, 2017
  15. May 11, 2017
  16. May 10, 2017
  17. May 02, 2017
  18. Feb 24, 2017
  19. Jan 05, 2017
  20. Dec 15, 2016
  21. Nov 24, 2016
    • Lukas Reschke's avatar
      Loop for newest version in appstore response · 6a4c0cf2
      Lukas Reschke authored
      
      The current implementation when fetching apps from the appstore is to assume that the first element is the newest version, this is now always applicable and leads to the fact that for some apps (e.g. nextant) the newest version is not delivered. This can be easily tested by comparing the version of the downloaded Nextant version.
      
      This change will loop over all releases delivered by the appstore and chooses the newest compatible one. While not the cleanest solution, it does its job.
      
      Most of the code are actually unit tests. Whereas I have copied the whole original response from the appstore and also have performed the transformation. So that's why the diff looks so huge.
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      Unverified
      6a4c0cf2
  22. Oct 31, 2016
Loading