Roberto Tyley
Roberto Tyley
When a user opens the app for the first time, need to make the capabilities of Agit (specifically SSH) clearer. The dashboard and big Clone button is great, but users...
The motivation here is that I want to see when this commit gets merged into the 'master' branch: https://github.com/git/git/commit/7f684a2aff636f44a5063c05cf84c0db0460ae1a Approach: Create a special 'notification' tag on interesting commits (e.g. '_monitor-xxx'),...
E/AndroidRuntime( 1129): FATAL EXCEPTION: main E/AndroidRuntime( 1129): java.lang.RuntimeException: org.eclipse.jgit.errors.MissingObjectException: Missing unknown d65b27810bb8052fb8db705dcd88769a64512ab1 E/AndroidRuntime( 1129): at com.madgag.agit.RDTBranch$1.apply(RDTBranch.java:69) E/AndroidRuntime( 1129): at com.madgag.agit.RDTBranch$1.apply(RDTBranch.java:63) E/AndroidRuntime( 1129): at com.google.common.collect.Iterators$8.next(Iterators.java:765) E/AndroidRuntime( 1129): at com.google.common.collect.Lists.newArrayList(Lists.java:139) E/AndroidRuntime( 1129):...
ie the notification icon should show a cross to cancel the download... Savvas also pointed out that that deleting a repo should also cancel all associated download operations.
Slowness is /probably/ due to parsing so many commits. Solution may be to create a variant of ViewHoldingListAdapter that allows itself to be backed by an Iterable - when getItem(int...
If you use the scrolling tab immediately upon starting the activity, it does not scroll the contents.