Skip to content
Snippets Groups Projects
  1. Sep 28, 2016
    • Torsten Grote's avatar
      Prevent personal blogs from being removed · 1f0b3051
      Torsten Grote authored
      This also adds unit tests to prevent regressions like this in the
      future.
      1f0b3051
    • Torsten Grote's avatar
      bump expiry date and update translations · 7a0db798
      Torsten Grote authored
      7a0db798
    • Torsten Grote's avatar
      Merge branch '346-camera-parameters' into 'master' · 7e6a522e
      Torsten Grote authored
      Try harder to find suitable camera parameters
      
      This branch fixes QR code scanning on the Galaxy Nexus running Cyanogen Mod 12.1 (Android 5.1.1), without breaking QR code scanning on any of the other test devices.
      
      The problem on the Galaxy Nexus was that the selected scene mode was overriding the selected focus mode, so we asked for continuous picture mode but got macro mode. Macro mode requires startAutoFocus() to be called, but we weren't calling it because we'd asked for continuous picture mode.
      
      The fix for that problem is to query the focus mode after applying the parameters and call startAutoFocus() based on the actual mode rather than the requested mode.
      
      But then I discovered another problem: barcode scene mode was setting the flash to auto, so in low light the flash was turning on and off while trying to scan QR codes. That might work well for printed QR codes, but it's terrible when scanning from a screen.
      
      The fix for the new problem is to select barcode scene mode, then try to disable the flash, and if that fails, reset the scene mode. Then we pick the best available video stabilisation, focus mode and preview size.
      
      On the Galaxy Nexus with CM 12.1, that means we use continuous picture mode instead of barcode scene mode, which works fine. All the other test devices pick the same settings as before.
      
      See merge request !321
      7e6a522e
  2. Sep 27, 2016
  3. Sep 26, 2016
  4. Sep 23, 2016
  5. Sep 22, 2016
  6. Sep 21, 2016
  7. Sep 20, 2016
  8. Sep 19, 2016
  9. Sep 16, 2016
  10. Sep 15, 2016
    • akwizgran's avatar
      Merge branch '569-convert-html-to-plain-text-safely-and-readably' into 'master' · cc439aa7
      akwizgran authored
      Clean HTML from RSS feeds with Jsoup and Show Link Warning
      
      This adds HTML cleaning with the Jsoup library based on a whitelist. The resulting HTML is then used to create a `Spannable` in Android. This spannable is traversed and URLs are replaced by a custom dialog fragment that shows the following warning.
      
      ![device-2016-09-07-154936](/uploads/87a9800bde2676b0f2ddf5a894aa04eb/device-2016-09-07-154936.png)
      
      Closes #569
      
      See merge request !311
      cc439aa7
  11. Sep 13, 2016
  12. Sep 12, 2016
  13. Sep 09, 2016
  14. Sep 08, 2016
Loading