aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.9.0-alpha1Kenny Root2015-11-231-2/+0
|
* Move setting of hardware acceleration to view that needs itKenny Root2015-10-131-1/+0
| | | | | Hardware acceleration was previously disabled for the entire activity, but we only need it specifically for TerminalView.
* Display correct app name in launcher.Ryan Hansberry2015-10-061-2/+2
|
* Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-061-9/+8
|
* Add EditHostActivity.Kyle Horimoto2015-09-251-0/+9
|
* Fix app name in launcher being 'Hosts'Ryan Hansberry2015-09-231-1/+1
|
* Make HostListActivity use intended title 'Hosts'.Ryan Hansberry2015-09-231-0/+1
|
* Add Material theme paletteKenny Root2015-09-111-1/+2
| | | | Fixes #167
* Remove the non-compat parent nameKenny Root2015-09-111-18/+12
| | | | Lint gives warnings otherwise.
* Add parent activities for all activitiesKenny Root2015-09-111-35/+128
| | | | Fixes #41
* Merge tag 'v1.8.6' into masterKenny Root2015-08-271-2/+2
|\ | | | | | | Update version code for v1.8.6
| * Update version code for v1.8.6Kenny Root2015-08-271-2/+2
| |
* | Remove uses-sdk XML attributesKenny Root2015-08-201-1/+1
| | | | | | | | They're always overridden by the gradle script anyway.
* | Remove ActionBarWrapper and style.xml files in favor of AppCompat.Jeremy Klein2015-08-201-1/+1
| | | | | | | | | | The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
* | Merge pull request #124 from jklein24/tabsKenny Root2015-08-141-1/+1
|\ \ | | | | | | Add tabs when there's more than one terminal active.
| * | Add tabs when there's more than one terminal active.Jeremy Klein2015-08-131-1/+1
| |/
* / Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-141-1/+5
|/
* Update version code for v1.8.5Kenny Root2015-08-111-2/+2
|
* Switch the handling of the disconnect all intent to HostListActivity.Jeremy Klein2015-07-271-2/+1
|
* Add a disconnect button to the active notification dialog.Jeremy Klein2015-07-271-0/+1
|
* Add the v4 support library and update the notification API.Jeremy Klein2015-07-151-1/+1
| | | | | | Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93).
* Merge branch 'master' into gradle-conversionKenny Root2015-06-011-2/+2
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-021-2/+2
|
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-2/+2
| | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
* Merge branch 'master' into gradle-conversionKenny Root2014-10-181-2/+2
|
* Convert to gradle build systemKenny Root2014-10-011-0/+96