Skip to content
Snippets Groups Projects
  1. Jul 13, 2016
  2. Jun 07, 2016
  3. May 12, 2016
  4. Apr 26, 2016
  5. Mar 19, 2016
  6. Feb 24, 2016
  7. Feb 12, 2016
  8. Jan 02, 2016
  9. Dec 31, 2015
  10. Dec 26, 2015
  11. Dec 20, 2015
  12. Dec 05, 2015
  13. Dec 03, 2015
  14. Dec 02, 2015
  15. Oct 03, 2015
  16. Sep 22, 2015
  17. Sep 16, 2015
  18. Aug 26, 2015
  19. Aug 16, 2015
  20. Aug 15, 2015
  21. Jul 31, 2015
  22. Jul 29, 2015
  23. Jul 28, 2015
  24. Jul 27, 2015
  25. Oct 15, 2014
  26. Sep 08, 2014
    • Joseph Turner's avatar
      Adds menu option to disable text wrap · 3559752d
      Joseph Turner authored
      This feature adds a checkable menu option to toggle wrapping lines of
      code and commit messages to the width of the screen in DiffActivity.
      
      This was achieved by creating a custom HorizontalScrollView with an
      onMeasure method that measures its child with an exact MeasureSpec of
      its own width. If wrapping is disabled, the super method is called,
      making it act just like a normal HorizontalScrollView.
      3559752d
  27. Sep 01, 2014
    • Joseph Turner's avatar
      Removes debugging left in CallBack. · 0fcd2e56
      Joseph Turner authored
      This removes code I left in to print out in LogCat if the application
      failed to retrieve the commit data from the server. This does not use
      Crouton to show an error message if it failed to connect, because the
      diff CallBack already does this, and if it failed to connect to the
      server, it would display two error messages.
      0fcd2e56
  28. Aug 30, 2014
    • Joseph Turner's avatar
      Adds git commit message in diff view. · ba8f40ad
      Joseph Turner authored
      This commit modifies the API slightly to allow retrieving the git commit
      message from a commit, and displays it in DiffActivity. A new View is
      created, MessageView, responsible for displaying the text from the
      commit message, similar to DiffView. No formatting is done to the text
      yet.
      ba8f40ad
  29. Jul 02, 2014
Loading