aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-96/+0
|
* Work around cursor drawing bug by disabling h/w accel.Torne Wuff2014-03-021-1/+1
| | | | | | | | | | | Hardware accelerated drawing (enabled by default now because of the target SDK level) doesn't support XOR, so the cursor renders as a solid block, not showing the character underneath or the shift/ctrl/alt arrows. Disable hardware acceleration for ConsoleActivity to work around this until the cursor drawing logic can be fixed. The current release version doesn't use hardware acceleration anyway, so this seems reasonable.
* Update minSdkVersion to 4.Torne Wuff2013-08-251-1/+1
| | | | | The current code doesn't work on API 3 (1.5) any more, so update the manifest to reflect this. If it gets fixed it can be changed back.
* Update to target API 15 (ICS 4.0.3).Torne (Richard Coles)2012-10-271-1/+1
| | | | | | | | | | This disables various compatibility features that we don't want, and allows hardware acceleration to be enabled by default on ICS (explicitly enabling it may have adverse effects on some HC devices). Also, for API 14 and above, use the DeviceDefault theme rather than explicitly using Holo, as this makes it look better with devices with manufacturer-customised themes.
* Fix some missed rule changes for coverageKenny Root2012-10-241-1/+1
|
* Remove target for clean since tests will clean tested projectKenny Root2012-10-241-1/+1
|
* Add support for Google TV devicesKenny Root2011-12-191-0/+2
|
* Update translationsKenny Root2011-12-171-1/+1
|
* Move some manifest items to avoid lint warningsKenny Root2011-12-171-8/+8
|
* Update translationsKenny Root2011-10-201-1/+1
|
* Fix translations layout argumentsKenny Root2011-10-201-1/+1
|
* Add copyright to manifestKenny Root2011-09-061-0/+16
|
* Add backup service key for org.connectbotKenny Root2011-07-061-1/+4
|
* Remove unused keymap fieldKenny Root2011-07-011-1/+1
|
* Suppress warnings for ClipboardManager, part 2Kenny Root2011-07-011-1/+1
|
* Remove unused isLegacyEastAsian fieldKenny Root2011-07-011-1/+1
|
* Suppress warnings for ClipboardManagerKenny Root2011-07-011-1/+1
|
* Update the manifest for API 11Hans Nielsen2011-05-181-1/+1
|
* Attempt to fix CLOSE_WAIT problemKenny Root2011-05-051-1/+1
|
* Update translationsKenny Root2011-02-211-1/+1
|
* Problems opening a connection is a fatal errorKenny Root2010-12-181-1/+1
|
* Add WAKE_LOCK permission backKenny Root2010-12-181-1/+2
| | | | | Apparently WifiLock needs WAKE_LOCK, but the documentation fails to mention that.
* Rearrange some terminal key logicKenny Root2010-12-091-1/+1
| | | | | Try to support the right keyboard map for the hardware keyboard. Also try to support dead keys.
* Import updated translationsKenny Root2010-12-081-1/+1
|
* Update to Gingerbread SDKKenny Root2010-12-081-3/+3
|
* Refcount before acquiring wifi lockNeil Klopfenstein2010-12-071-1/+1
|
* Update translationsKenny Root2010-11-221-1/+1
|
* update Catalan translationsKenny Root2010-10-271-1/+1
|
* Add Ant commands to import and export translationsKenny Root2010-10-271-1/+1
|
* Import using new a2po work flowKenny Root2010-10-241-1/+1
|
* Update strings formatKenny Root2010-10-221-1/+1
| | | | | Add quotes around everything and mark things that are not translatable as not translatable.
* Update Dutch translations for Del keys from arjarjKenny Root2010-10-151-1/+1
|
* Update translationsKenny Root2010-10-151-1/+1
|
* Update terminal to use new width measurementsKenny Root2010-10-081-1/+1
|
* Use Froyo East Asian width measurement and drop JNI libKenny Root2010-10-081-1/+1
|
* Fix whitespace in ConnectionNotifierKenny Root2010-10-081-1/+1
|
* Support adding port forwards on host not in DBKenny Root2010-10-081-1/+1
|
* Change to v1.7.1 for releaseKenny Root2010-10-081-2/+2
|
* Merge branch 'master' of http://github.com/irishmark/connectbotKenny Root2010-10-081-0/+7
|\
| * Adds PICK activity to manifestirish2010-09-281-0/+7
| | | | | | | | PICK Intents for ssh/telnet/local will return a shortcut
* | Make sure we are sticky; from my DroidKenny Root2010-10-011-1/+1
|/
* Remove WAKE_LOCK permission; yayKenny Root2010-09-281-2/+1
| | | | | | Use window flags instead of a wake lock to keep the screen on. This allows us to make the WindowManager do all the wake lockey things that are annoying and error prone.
* Restore update-version ant taskKenny Root2010-09-191-1/+1
|
* Do elaborate dance to allow toggling Proguard to workKenny Root2010-09-191-1/+1
|
* Update build.xml to use the SDK tools r7 formatKenny Root2010-09-191-1/+1
| | | | | | | * Remove all the copied setup tasks and replace it with the "-post-compile" hook added in the SDK tools r7 template. * Move Proguard flags out to a separate file.
* Only match tags that start with v[0-9]*Kenny Root2010-09-181-1/+1
| | | | | Also ignore notrans.xml because it only contains our version information.
* Update build.xml to use dirty git descriptionsKenny Root2010-09-171-1/+1
|
* Fix silly thread API error in nullwire traceKenny Root2010-09-021-1/+1
|
* Tag for 1.7.0 releaseKenny Root2010-09-021-2/+2
|
* Revert "Disambiguate key input"Kenny Root2010-08-231-1/+1
| | | | This reverts commit a59f26b1459248cffccb4d57800211fbc6d48e01..1edeea0009311fa83a8f7a714054d14152847ac7.