Roberto Tyley
Roberto Tyley
Hmm... the only thing that jumps out is that you're using jdk1.7.0, I'm currently using Sun Java 6 for my compile. This link says ProGuard doesn't support Java 7 yet:...
I'm not sure how I managed to do a clone and get a repo in this state - when I re-cloned from the same remote it was fine.
A slightly different death: E/AndroidRuntime( 2886): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.madgag.agit/com.madgag.agit.RepositoryViewerActivity}: com.google.inject.ProvisionException: Guice provision errors: E/AndroidRuntime( 2886): E/AndroidRuntime( 2886): 1) Error injecting constructor, java.lang.RuntimeException: org.eclipse.jgit.errors.MissingObjectException: Missing unknown 6cb8bc92e0ca524a76a6fa3f6814b43ea9a3b30d E/AndroidRuntime(...
Also checkout CommonsWare Android Components: EndlessAdapter https://github.com/commonsguy/cwac-endless
Hi @kylin17 - there's no minimal 'demo app' at the moment, but here's an example of it's use in Agit: https://github.com/rtyley/agit/blob/agit-parent-1.28/agit/res/layout/rev_commit_view.xml#L17..L26
Hi @tduva thanks for this contribution - it looks great, thanks for taking the time to do this! Could you add a test case to [`TestGifDecoder`](https://github.com/rtyley/animated-gif-lib-for-java/blob/master/src/test/java/com/madgag/gif/fmsware/TestGifDecoder.java) so we can have...
Can you tell me who's hosting the remote Git server? GitHub, BitBucket, perhaps an internal corporate service? I think it's quite likely the remote server has been configured to reject...
Are you sure you cloned with `--mirror`? Could you repeat the steps just to be sure? http://rtyley.github.io/bfg-repo-cleaner/#usage
You cloned using a read-only url. This is why you couldn't push your updated history back. https://help.github.com/articles/which-remote-url-should-i-use On 10 May 2014 23:31, "Biswajit Dutta Baruah" [email protected] wrote: > I was...
Yup - use either that or the SSH url. The generic git protocol you're using is not passing any authentication credentials, so GitHub is obviously not going to accept pushes...