Skip to content
Snippets Groups Projects
  1. Oct 20, 2014
  2. Oct 16, 2014
  3. Oct 15, 2014
  4. Oct 14, 2014
  5. Oct 13, 2014
  6. 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
  7. 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
  8. 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
  9. Jul 16, 2014
  10. Jul 14, 2014
  11. Jul 04, 2014
  12. Jul 03, 2014
  13. Jul 02, 2014
Loading