1. 07 Sep, 2018 1 commit
  2. 05 Sep, 2018 3 commits
  3. 04 Sep, 2018 3 commits
  4. 31 Aug, 2018 3 commits
  5. 30 Aug, 2018 2 commits
  6. 27 Aug, 2018 1 commit
  7. 25 Aug, 2018 1 commit
    • Greyson Parrelli's avatar
      Fix shortcut images being too large. · 5d91a942
      Greyson Parrelli authored
      We were hitting the transaction limit size. This change scales down
      shortcut icons to be at most 300x300, which comes out to ~360kb, which
      should be safely under the limit of 1mb.
      
      Fixes #8139
      5d91a942
  8. 24 Aug, 2018 3 commits
  9. 22 Aug, 2018 4 commits
  10. 21 Aug, 2018 1 commit
  11. 20 Aug, 2018 2 commits
    • Greyson Parrelli's avatar
      Fix log submission OOM, improve log scrolling. · e1f8e873
      Greyson Parrelli authored
      We were getting a TransactionTooLargeException when giving an
      EditText a very large (1.5MB+) text block. This has been resolved
      by switching to a RecyclerView to show the text line-by-line. As a
      side-effect, this improves scroll performance on lower-end devices.
      
      Also, I added a button to jump to the bottom of the log because I
      really wanted one :)
      
      Fixes #8124
      e1f8e873
    • Greyson Parrelli's avatar
      Substantially improve Scrubber performance. · 88d94cad
      Greyson Parrelli authored
      Previously, we were making a new copy of the entire source string after
      every scrubbed substitution. In the case of our new, larger log files,
      this was very slow. It's been changed so we only ever create one new
      copy.
      
      In practice, on a Moto E (2014), scrubbing a 1.5MB log went from
      >4000ms to ~100ms.
      88d94cad
  12. 17 Aug, 2018 2 commits
  13. 15 Aug, 2018 5 commits
  14. 14 Aug, 2018 4 commits
  15. 13 Aug, 2018 5 commits