Fredrik Fornwall
5b14124258
Make GestureAndScaleRecognizer non-public
2017-04-04 20:56:19 +02:00
Fredrik Fornwall
1a9c38374c
Fix some invalid html in javadoc
2017-04-02 15:11:56 +02:00
Fredrik Fornwall
eefd504f08
Use getLocationOnScreen() to calculate position
...
This avoids problem when the window has been prevented from scrolling
outside of the screen, or when the touch keyboard has made it move.
2017-04-02 14:46:47 +02:00
Fredrik Fornwall
19f838e3d1
Show window if launched when hidden
2017-04-02 14:46:00 +02:00
Fredrik Fornwall
63adb2b132
Rename TerminalKeyListener to TerminalViewClient
2017-04-02 14:25:34 +02:00
Fredrik Fornwall
7d3a988d2f
Restructure library modules
...
terminal/ -> terminal-emulator/
view/ -> terminal-view/
2017-04-02 14:21:36 +02:00
Fredrik Fornwall
5cd705d6d1
Reformat all code in float/, getting rid of tabs
2017-04-02 14:10:26 +02:00
Fredrik Fornwall
af8b269b51
Work on Termux:Float input handling
2017-04-02 14:09:43 +02:00
Fredrik Fornwall
8c220eaaea
Do not call long press listener when scaling
2017-04-02 14:07:19 +02:00
Fredrik Fornwall
0142e1ed0e
Update Termux:Float launcher icon
2017-04-02 07:33:06 +02:00
Fredrik Fornwall
ac0a349ed9
Remove versionCode&versionName from libraries
2017-04-02 07:12:03 +02:00
Fredrik Fornwall
548b0916b6
Clean up {terminal,view}/build.gradle
2017-04-02 06:58:59 +02:00
Fredrik Fornwall
009de5a3ee
Split up into modules and add float module
...
Split the app/ module into three modules
terminal/ - Terminal emulator library module.
view/ - Terminal view library module (depending on terminal/).
app/ - The main Termux app (depending on view/).
Also add the
float/ - The Termux:Float app (depending on view/).
2017-04-01 19:06:02 +02:00
Fredrik Fornwall
41d0d60017
Respect content type termux-open for url:s
2017-03-28 23:52:52 +02:00
Fredrik Fornwall
12ac0fa73c
Add android:extractNativeLibs="false" to manifest
2017-03-12 20:55:58 +01:00
Fredrik Fornwall
835dfc0276
Avoid synthetic accessor method
2017-03-06 01:53:09 +01:00
Fredrik Fornwall
f60316835f
Fix some android studio lint warnings
2017-03-06 01:47:08 +01:00
Fredrik Fornwall
f74a091be6
Remove useless continue statement
2017-03-06 01:44:16 +01:00
Fredrik Fornwall
dd6cb5221d
Work around Android < 7.0 wifi manager leak
...
http://tools.android.com/tech-docs/lint-in-studio-2-3#TOC-WifiManager-Leak
2017-03-06 01:42:33 +01:00
Fredrik Fornwall
cab6df5c0e
Update gradle config
2017-03-06 01:41:12 +01:00
Fredrik Fornwall
f6f0809558
Bump version to 0.48
2017-03-02 00:32:09 +01:00
Fredrik Fornwall
11ed7e45d8
Fix crash when opening URL:s in Android < 7.0
...
In versions of Android earlier than 7.0 the FLAG_ACTIVITY_NEW_TASK
is needed when starting an activity from a non-activity context.
This was removed in Android 7.0 (possibly by mistake), see
https://code.google.com/p/android/issues/detail?id=226647 .
Fixes #802
2017-03-02 00:29:17 +01:00
Fredrik Fornwall
ed1874db05
Bump version to 0.47
2017-02-28 00:47:16 +01:00
Fredrik Fornwall
cb60803a80
Tweak launcher size
2017-02-28 00:46:21 +01:00
Fredrik Fornwall
fc92a27cb2
Extended keyboard: allow inline input
...
Ff the buffer is empty, send a newline, otherwise send the content of
the buffer with the newline stripped. This way <Enter><Enter> means
"insert the buffer content and send a newline", while a single <Enter>
means just "insert the buffer content". Fixes #261 .
2017-02-28 00:42:36 +01:00
Fredrik Fornwall
29e62e608f
Use standard actions
2017-02-28 00:42:07 +01:00
Fredrik Fornwall
8a7f93d722
Launch $PREFIX/bin/login by default
...
The login command takes care of both showing the etc/motd and
launching the login shell.
2017-02-28 00:41:20 +01:00
Fredrik Fornwall
420683fe65
Add built-in broadcast receiver to open files
2017-02-27 22:31:11 +01:00
Fredrik Fornwall
a3256ed551
Travis testing
2017-02-05 22:25:37 +01:00
Fredrik Fornwall
57add98e3c
More attempts to get coverity scan working
2017-02-05 21:44:47 +01:00
Fredrik Fornwall
6e5c04e04f
Remove the travis certificate workaround
2017-02-05 18:24:59 +01:00
Fredrik Fornwall
528a05ef61
Remove the welcome dialog
...
Instead of a modal dialog to be dismissed without any way to recall
it, the initial information will be shown in the terminal itself.
2017-02-04 11:31:04 +01:00
Fredrik Fornwall
cb2f892dc5
Adjust text placement on feature graphics
2016-12-30 03:23:53 +01:00
Fredrik Fornwall
8b6e8d7fdd
Bump version to 0.46
2016-12-30 02:43:40 +01:00
Fredrik Fornwall
d0eeaa9fc3
Call completeWakefulIntent() in Termux service
2016-12-30 02:42:41 +01:00
Fredrik Fornwall
b793913481
Style for android tv launcher transition
2016-12-30 02:39:26 +01:00
Fredrik Fornwall
d48b438c40
Test wcwidth on two more code points
2016-12-30 02:39:01 +01:00
Fredrik Fornwall
11afe895e1
Try with a bit shorter process completed messages
2016-12-30 02:38:41 +01:00
Fredrik Fornwall
bc96f71a2d
Update the tv banner a bit
2016-12-30 02:34:43 +01:00
Fredrik Fornwall
87dfded5e6
Remove unused on_bell.xml file
2016-12-30 01:54:31 +01:00
Fredrik Fornwall
7c0ae4cb54
Remove the bell shake animation
...
Fixes https://github.com/termux/termux-packages/issues/628
Fixes https://github.com/termux/termux-app/issues/222
2016-12-30 01:53:07 +01:00
Fredrik Fornwall
b917acbbfa
Do not use IME_ACTION_NONE in the inputconnection
...
Using IME_ACTION_NONE prevents enter key to be used with the stock
Android TV keyboard.
Fixes #221 .
2016-12-30 01:42:47 +01:00
Fredrik Fornwall
7d9d6fb797
Translate \n to \r when receiving text from an IME
...
Fixes issue with fzf and return using the stock cyanogenmod
keyboard reported by @mklein994 on gitter.
2016-12-30 00:45:11 +01:00
Fredrik Fornwall
74040dd37f
Add feature and tv banner to art/
2016-12-29 22:29:37 +01:00
Fredrik Fornwall
e94f06d0f7
Silence lint warnings in shortcuts.xml
2016-12-28 02:45:14 +01:00
Fredrik Fornwall
af21b6dc3e
Remove unused variable. Use Collections.addAll()
2016-12-28 01:19:57 +01:00
Fredrik Fornwall
e0e8257f1c
Update build dependencies
2016-12-28 01:07:12 +01:00
Fredrik Fornwall
743b067cae
Bump version to 0.45
2016-12-27 10:43:05 +01:00
Fredrik Fornwall
23333c074a
Fix NPE regression in version 0.44
2016-12-27 10:42:41 +01:00
Fredrik Fornwall
f11644fa51
travis: Update build tools
2016-12-26 05:18:45 +01:00