It is being developed as an open source app here:
https://github.com/jackpal/Android-Terminal-Emulator
And it can be installed from the Android Marketplace as:
Android Terminal Emulator
Change-Id: Ie46d5f7e81d80cf8ef3f0b806a63227929fb1841
So that the different icon densities don't get stripped out of the build
by aapt, move it to the mipmap directory.
This will ensure that any program using the getDrawableByDensity API can
read any density/size of the icon needed.
Change-Id: I48c27f7a8b115365c5827ddaa9e8710f3b81358e
So that the different icon densities don't get stripped out of the build
by aapt, move it to the mipmap directory.
This will ensure that any program using the getDrawableByDensity API can
read any density/size of the icon needed.
Change-Id: I8ee4f7233358be4d68133b20090323251511677a
Not an actual leak at the moment, since no clients call set more than
once, but you never know how a class might be used in the future.
Change-Id: I601bad02eb16d522af3216ef903a190741444e4c
Merge commit '15b480d05245b3e2e23e17afce69081eba36574c' into gingerbread-plus-aosp
* commit '15b480d05245b3e2e23e17afce69081eba36574c':
Remove the Tag app.
Merge commit 'f8580cf67655e5b4dcf14b2520a8897e97053608' into gingerbread-plus-aosp
* commit 'f8580cf67655e5b4dcf14b2520a8897e97053608':
A bunch of work on the UI.
Merge commit 'b19cc7baa931fe7af87ab1c6a372bec723a44d75' into gingerbread-plus-aosp
* commit 'b19cc7baa931fe7af87ab1c6a372bec723a44d75':
Update permission name for Tag app.
- Change the tab order and remember the
current tab
- Proper icon for the starred tab, renamed
from saved
- Set the proper sort order for the tag lists
- Very rough first pass at full screen tag viewer
- Hookup the delete button in the tag viewer
- Store the snippets for tags in the database
- Added view creation logic to the parsed
messages and records so they can render
themselves
- Make the URI records look much better
- For URI records if there are multiple activities
that can handle the URI build one item per
activity and bypass the activity chooser
- Pretty print sms[to] and tel URIs
- Hookup URI entries in the viewer to launch the
activities
- Implement the spec for saving tags and timing
out the viewer for scanned tags
- Made a few more strings localizable
Change-Id: I6bdb8adf52445499c62a1b046f99d5b119aff068
Merge commit 'c36f835d598b2b8c653dcbcfa7f157e760737d01'
* commit 'c36f835d598b2b8c653dcbcfa7f157e760737d01':
Create a ParsedNdefMessage class with supporting implementations.
Merge commit '1bc37bf5a5038c85d631750e8ab30457cefa312f'
* commit '1bc37bf5a5038c85d631750e8ab30457cefa312f':
add some new mock ndef messages for testing.
Merge commit '2b03173b27c7cd9daaa4f06c1f56a45b754eb5fc'
* commit '2b03173b27c7cd9daaa4f06c1f56a45b754eb5fc':
Add utility for toggling settings from the cmd line.
Merge commit '88be7a527d5fdf5ccab00e8c0826c6e06ab844ed'
* commit '88be7a527d5fdf5ccab00e8c0826c6e06ab844ed':
Assets moved to hdpi directory, mdpi version created
Merge commit '8149e89466644930069887527143d20cc7c91cfc' into gingerbread-plus-aosp
* commit '8149e89466644930069887527143d20cc7c91cfc':
Create a ParsedNdefMessage class with supporting implementations.
Merge commit '5bd2e0dbe64c9f3b64edc84900b60691d834cabb'
* commit '5bd2e0dbe64c9f3b64edc84900b60691d834cabb':
Change date storage in DB to be a ms timestamp integral value.
Merge commit '1d583d99cf2cc8eb7bd77492a5823122f3197436'
* commit '1d583d99cf2cc8eb7bd77492a5823122f3197436':
Nuke author tags and update Manifest that I
Merge commit '4f3dcc857e002d1b5611d0b00bb787eec6318967' into gingerbread-plus-aosp
* commit '4f3dcc857e002d1b5611d0b00bb787eec6318967':
Revert "Add utility for toggling settings from the cmd line."
Merge commit '85122d2605a22c8e7bcde868c2b7a7d8d744e613' into gingerbread-plus-aosp
* commit '85122d2605a22c8e7bcde868c2b7a7d8d744e613':
add some new mock ndef messages for testing.
Merge commit '4f6f93d594791461d0a1df299800a3b238cdc1fc' into gingerbread-plus-aosp
* commit '4f6f93d594791461d0a1df299800a3b238cdc1fc':
Checkpoint work on the Tag app.
Merge commit 'c3fd52ed00409e99fdcb6ac28754e79613410470'
* commit 'c3fd52ed00409e99fdcb6ac28754e79613410470':
Minor JavaDoc additions and some long line fixes.
Merge commit '5b599c31481633e4f4277a125eeae6ea47600b02' into gingerbread-plus-aosp
* commit '5b599c31481633e4f4277a125eeae6ea47600b02':
Add utility for toggling settings from the cmd line.
Merge commit '037515476560b1277960d0bb781e4be5610558c0' into gingerbread-plus-aosp
* commit '037515476560b1277960d0bb781e4be5610558c0':
Assets moved to hdpi directory, mdpi version created