Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
22e5d0a0b7e5109245cb15b4dbf1c47f71804d81
/
android
/
TerminalApp
/
java
00dc051
Hide Display button if the flag is off
by Jeongik Cha
· 5 months ago
b89acff
Merge "Enable speaker and microphone" into main
by Treehugger Robot
· 5 months ago
b5e923d
Enable speaker and microphone
by Mu-Le Lee
· 5 months ago
ed2f451
Merge "Add tab support" into main
by Treehugger Robot
· 5 months ago
6305b36
Add tab support
by Mu-Le Lee
· 6 months ago
aa8f0c5
Move requestPermissions from onResume to onCreate
by Jeongik Cha
· 5 months ago
03990d4
Set different affinity for display activity
by Jeongik Cha
· 6 months ago
c477da2
Let display activity occupy full screen
by Jeongik Cha
· 6 months ago
b9bd78d
Run InputForwarder in DisplayActivity
by Jeongik Cha
· 6 months ago
2233af3
Add Display Activity
by Jeongik Cha
· 6 months ago
f62c98b
Merge "resurrect DisplayProvider and InputForwarder" into main
by Treehugger Robot
· 6 months ago
36a58f9
resurrect DisplayProvider and InputForwarder
by Jeongik Cha
· 6 months ago
9db4233
Merge "Register ttyd service dynamically" into main
by Jiyong Park
· 6 months ago
ce47016
Use separate channels in terminal app
by Jiyong Park
· 6 months ago
505be76
Add Application class
by Jiyong Park
· 6 months ago
4680e95
Register ttyd service dynamically
by Jiyong Park
· 6 months ago
ac0e611
Add ModifierKeysController
by Jiyong Park
· 7 months ago
eec218a
Resolve build warning in Terminal and its test
by Jeongik Cha
· 7 months ago
dd12ec7
Remove unnecessary @JvmStatic
by Jeongik Cha
· 7 months ago
ce0d26b
Convert terminal test to kotlin
by Jeongik Cha
· 7 months ago
0c29603
Merge "Convert ConfigJson to kotlin" into main
by Treehugger Robot
· 7 months ago
f86e9cf
Convert ConfigJson to kotlin
by Jeongik Cha
· 7 months ago
aef5091
Merge changes I72490c4d,I8f2cb0c5 into main
by Jeongik Cha
· 7 months ago
3ce9725
Merge changes I39e5d8f9,I01e89a6b into main
by Treehugger Robot
· 7 months ago
c88903d
DebianServiceImpl to Kotlin
by Jeongik Cha
· 7 months ago
52cfc42
Parse resize2fs output correctly
by Jiyong Park
· 7 months ago
5a98285
Convert MainActivity to kotlin
by Jeongik Cha
· 7 months ago
855865a
use android.R.id as the original code does in InstallerActivity
by Jeongik Cha
· 7 months ago
43940c4
Merge "Refactor some field names in kotlin classes" into main
by Jeongik Cha
· 7 months ago
960c3e2
Convert Installer* and BaseActivity to kotlin
by Jeongik Cha
· 7 months ago
3ebde75
Refactor some field names in kotlin classes
by Seungjae Yoo
· 7 months ago
5985991
Show process name next to port number in port forwarding notification
by Seungjae Yoo
· 7 months ago
1ae9027
Show process name next to port number in SettingsPortForwardingActivity
by Seungjae Yoo
· 7 months ago
f56588c
Send /proc/<pid>/comm value when reporting active ports
by Seungjae Yoo
· 7 months ago
b4e8d45
Refine schema of ReportVmActivePortsRequest
by Seungjae Yoo
· 7 months ago
eaf4ff8
Heads-up notification for port forwarding
by Seungjae Yoo
· 7 months ago
24bbc62
Fix error for taking actions of notis when entering port forward setting
by Seungjae Yoo
· 7 months ago
1326ca0
Port forwarding related code refactoring
by Jeongik Cha
· 7 months ago
ee6c0e4
Convert Port forwarding code to kotlin
by Jeongik Cha
· 7 months ago
280e396
Convert TerminalView to kotlin
by Jeongik Cha
· 7 months ago
84461af
VmLauncherService to kotlin
by Jeongik Cha
· 7 months ago
e3835e0
Merge changes I935e2faf,Ia12df7e6 into main
by Treehugger Robot
· 7 months ago
1448203
Merge "CertificateUtils to kotlin" into main
by Treehugger Robot
· 7 months ago
a7c7599
Convert ImageArchive to kotlin
by Jeongik Cha
· 7 months ago
32753e0
Convert Runner to kotlin
by Jeongik Cha
· 7 months ago
d4c7076
CertificateUtils to kotlin
by Jeongik Cha
· 7 months ago
963f9c0
Merge "Convert Logger to kotlin" into main
by Treehugger Robot
· 7 months ago
f2a2f20
Merge "Revert^2 "Convert ErrorActivity+a to kotlin"" into main
by Treehugger Robot
· 7 months ago
89cc21d
Revert^2 "Convert ErrorActivity+a to kotlin"
by Jeongik Cha
· 7 months ago
d294b4c
Merge "Revert "Convert ErrorActivity+a to kotlin"" into main
by Treehugger Robot
· 7 months ago
ef35f3d
Remove TODO to avoid conflicts
by Jeongik Cha
· 7 months ago
cd93b03
Revert "Convert ErrorActivity+a to kotlin"
by ELIYAZ MOMIN
· 7 months ago
5b843a1
Merge "Convert ErrorActivity+a to kotlin" into main
by Treehugger Robot
· 7 months ago
b9b7836
Convert Logger to kotlin
by Jeongik Cha
· 7 months ago
c3d5d6b
Convert ErrorActivity+a to kotlin
by Jeongik Cha
· 7 months ago
5456874
Convert InstalledImage to kotlin
by Jeongik Cha
· 7 months ago
c0b1788
Remove ip address reporting feature
by Jiyong Park
· 7 months ago
ade89e2
DebianServer uses IP address of the VM resolved using mDNS
by Jiyong Park
· 7 months ago
d7e00b6
Use mDNS to get the IP and port of ttyd
by Jiyong Park
· 7 months ago
9152df5
Merge "Show stack trace in the error activity" into main
by Treehugger Robot
· 7 months ago
7fca7d8
Show stack trace in the error activity
by Jiyong Park
· 7 months ago
61a9ecc
Increase timeout for Terminal on nested virt
by Jiyong Park
· 7 months ago
8c3e9b8
Merge "Reset sharedpref when uninstall VM" into main
by Treehugger Robot
· 7 months ago
3f8b4a8
Reset sharedpref when uninstall VM
by Seungjae Yoo
· 7 months ago
aa6541e
Merge "Create dialog for adding a new inactive port" into main
by Seungjae Yoo
· 7 months ago
0f39fc9
Create dialog for adding a new inactive port
by Seungjae Yoo
· 7 months ago
c8a739b
Merge changes Iaa09cb74,I59376805 into main
by Treehugger Robot
· 7 months ago
347d550
Increase timeout for ttyd, and make it interrupt-aware
by Jeongik Cha
· 7 months ago
12ba165
Add auto_memory_balloon in vm_config.json
by Jeongik Cha
· 7 months ago
4337c0b
Merge "Make enabled but inactive ports visible in port forwarding setting" into main
by Seungjae Yoo
· 7 months ago
067eff2
Make enabled but inactive ports visible in port forwarding setting
by Seungjae Yoo
· 7 months ago
bd24bc0
Merge "Notification during terminal closing" into main
by Treehugger Robot
· 7 months ago
67730d5
Notification during terminal closing
by Jeongik Cha
· 7 months ago
593f205
Merge "Mute some notifications in VmTerminalApp" into main
by Seungjae Yoo
· 7 months ago
72a82ce
Mute some notifications in VmTerminalApp
by Seungjae Yoo
· 7 months ago
c4e9b9a
Merge "VmTerminalApp: Show error activity for unrecoverable error" into main
by Treehugger Robot
· 7 months ago
c52c977
VmTerminalApp: Show error activity for unrecoverable error
by Jaewan Kim
· 7 months ago
743adb1
VmTerminalApp: Limit disk resize up to free disk size
by Jaewan Kim
· 7 months ago
3cea481
Gracefully stop the vm
by Jeongik Cha
· 7 months ago
643c0a6
Add null check for PortNotifier
by Jeongik Cha
· 7 months ago
b91472a
Remove hack on APP_DATA_DIR
by Jiyong Park
· 7 months ago
1d0de40
Merge "Announce action hint when focused on cursor" into main
by Treehugger Robot
· 8 months ago
e837098
Merge "Do not use shared preference for disk resizing" into main
by Seungjae Yoo
· 8 months ago
b054420
Announce action hint when focused on cursor
by Jiyong Park
· 8 months ago
0628fbf
Do not use shared preference for disk resizing
by Seungjae Yoo
· 8 months ago
1f2c236
Merge changes I0da27e5d,I62fb2730,Ie8ba1ab6 into main
by Seungjae Yoo
· 8 months ago
8bb246e
Define PortsStateManager managing shared pref for port forwarding
by Seungjae Yoo
· 8 months ago
9b72740
Merge "Introduce JavascriptAddon" into main
by Jeongik Cha
· 8 months ago
8cd2ab8
Merge "vmterminal: Run crosvm(virtiofs) from app domain" into main
by Akilesh Kailash
· 8 months ago
d23c5d9
Introduce JavascriptAddon
by Jeongik Cha
· 8 months ago
0a85cb0
Merge "Implement long touch to select text" into main
by Jeongik Cha
· 8 months ago
c9aa068
vmterminal: Run crosvm(virtiofs) from app domain
by Akilesh Kailash
· 8 months ago
a757e06
Merge changes Ic68061ac,I016c5b89 into main
by Jeongik Cha
· 8 months ago
21ee993
Implement long touch to select text
by Jeongik Cha
· 8 months ago
235ec7d
Preserve original inputType for webview
by Jeongik Cha
· 8 months ago
0fefd7e
Use evaluateJavascript instead of loadUrl
by Jeongik Cha
· 8 months ago
ba00969
Read build id lazily
by Jiyong Park
· 8 months ago
0ed696b
Add getBuildId method to IntalledImage
by Jiyong Park
· 8 months ago
84caaa2
Remove unused URL string from InstallerService
by Jiyong Park
· 8 months ago
a5d0cde
VmTerminalApp: Set activity label of settings activity
by Jaewan Kim
· 8 months ago
Next »