Scott Johnson

Results 22 comments of Scott Johnson

I'm also having a similar issue. Note that I'm using `Gnome Terminal 3.28.2` on `Ubuntu 18.04 LTS`. ![Screenshot from 2019-05-29 11-21-42](https://user-images.githubusercontent.com/997106/58573772-0a8cf200-8204-11e9-856a-8a4edfd1f640.png) All of the icons appear to show up correctly,...

@bellizio Did you report this as an issue with Oh My Zsh? Your solution fixed my issue, so I thought it might be worth reporting it to them so they...

@kousu Wouldn't it be possible to include a pre-built version of ConnectBot that ships with agit, so agit can use it out of the box? Then, the permission ACCESS_SSH_AGENT could...

@kousu Pull request #103 (issue #100) adds specifying the sync frequency via a menu. It hasn't been reviewed yet, so it's not in the code right now.

I've updated the pull request to remove the lint.xml from the .gitignore file. Additionally, I caught a problem with the AndroidManifest.xml file where I inadvertently changed the versionCode field, which...

I think this is ready to be pulled. I've mimicked the example screen, and enabled a version of sync that happens at time-of-day using the `AlarmManager`. Also, I hereby transfer...

One thing I've noticed when testing this is that on repos that have a self signed cert, sync can't ask for permission. I'm not sure if this should be a...

@rtyley Aside from issue #107, this pull request is probably ready for review again. I have confirmed that on hosts that don't have the issue described in #107 (i.e. hosts...

After looking into how connectbot does this, I think that we should utilize a similar approach, with an SQLite database dedicated to hosts (rather than prefs): https://github.com/connectbot/connectbot/blob/master/src/org/connectbot/util/HostDatabase.java Perhaps we could...