- Jul 13, 2016
-
-
Jawnnypoo authored
-
- Jun 07, 2016
-
-
Jawnnypoo authored
-
- May 12, 2016
-
-
Jawnnypoo authored
-
- Apr 26, 2016
-
-
John Carlson authored
-
- Mar 19, 2016
-
-
John Carlson authored
-
- Feb 24, 2016
-
-
John Carlson authored
-
- Feb 12, 2016
-
-
Jawnnypoo authored
Make retrofit callbacks better by simplifiing them so that all errors are handled in the onAllError block.
-
- Jan 02, 2016
-
-
John Carlson authored
Change DiffActivity to use a RecyclerView to prevent huge view inflation and out of memory exceptions.
-
- Dec 31, 2015
-
-
Michi302 authored
-
- Dec 26, 2015
-
-
Michi302 authored
-
- Dec 20, 2015
-
-
John Carlson authored
-
John Carlson authored
More progress on allowing the user to change a project members access level, as well as changing a group members access level
-
- Dec 05, 2015
-
-
Michi302 authored
-
- Dec 03, 2015
-
-
Michi302 authored
-
- Dec 02, 2015
-
-
Michi302 authored
-
- Oct 03, 2015
-
-
John Carlson authored
-
Jawnnypoo authored
-
- Sep 22, 2015
-
-
Jawnnypoo authored
Change app navigation and structure to where you load projects as needed and initially are presented with a project picker. WIP, but I want to commit since this is going to touch so many areas.
-
- Sep 16, 2015
-
-
Jawnnypoo authored
-
- Aug 26, 2015
-
-
Jawnnypoo authored
-
- Aug 16, 2015
- Aug 15, 2015
-
-
Jawnnypoo authored
-
- Jul 31, 2015
-
-
Jawn authored
Adapters now update via events posted on the event bus, instead of holding static references to adapters
-
- Jul 29, 2015
-
-
Jawn authored
-
- Jul 28, 2015
- Jul 27, 2015
- Oct 15, 2014
-
-
Benjamin Dengler authored
-
- Sep 08, 2014
-
-
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.
-
- Sep 01, 2014
-
-
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.
-
- Aug 30, 2014
-
-
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.
-
- Jul 02, 2014
-