summaryrefslogtreecommitdiff
path: root/standalone/android/term.patch
Commit message (Collapse)AuthorAge
* deal with android SDK changeGravatar Joey Hess2014-10-20
| | | | No longer has android-18 target, now it's android-19.
* deal with android SDK changeGravatar Joey Hess2014-07-04
| | | | No longer has android-17 target, now it's android-18.
* Android: Fix bug in terminal app that caused it to spin using much CPU and ↵Gravatar Joey Hess2013-08-26
| | | | battery. This problem was introduced in version 4.20130601.
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
|
* make webapp menu item be visible in all languagesGravatar Joey Hess2013-05-29
|
* Android: Added an "Open WebApp" item to the terminal's menu. Should work for ↵Gravatar Joey Hess2013-05-28
| | | | Android devices that cannot auto-open the webapp on start.
* add android.permission.WRITE_MEDIA_STORAGEGravatar Joey Hess2013-05-04
| | | | | | Needed to access removable media such as USB drives. May only work with newer versions of Android.
* don't start webapp in the background, so that password prompts can workGravatar Joey Hess2013-05-03
|
* better webapp startup, using the terminal app's default command configGravatar Joey Hess2013-05-03
| | | | | | | | This allows the user to turn it off easily, or only start the assistant and not the webapp. I was not able to determine why having runshell run the webapp segfaulted. Strace was not helpful. Oh well, this is better anyway.
* use C shim to start Android appGravatar Joey Hess2013-02-24
| | | | | | | | | | | | | This should avoid relying on features of the Android builtin shell, and so hopefully avoid failures like this one http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129 The C shim sets up busybox, and uses its builtin shell to run runshell. It's important that busybox be configured with CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it does not rely on either system utilities, or busybox being already installed.
* avoid closing app when terminal exists, to aid crash debuggingGravatar Joey Hess2013-02-22
|
* build an apk containing git-annex and a terminal emulatorGravatar Joey Hess2013-02-21