1. a7c7599 Convert ImageArchive to kotlin by Jeongik Cha · 7 months ago
  2. ef35f3d Remove TODO to avoid conflicts by Jeongik Cha · 7 months ago
  3. 5b843a1 Merge "Convert ErrorActivity+a to kotlin" into main by Treehugger Robot · 7 months ago
  4. c3d5d6b Convert ErrorActivity+a to kotlin by Jeongik Cha · 7 months ago
  5. 5456874 Convert InstalledImage to kotlin by Jeongik Cha · 7 months ago
  6. c0b1788 Remove ip address reporting feature by Jiyong Park · 8 months ago
  7. ade89e2 DebianServer uses IP address of the VM resolved using mDNS by Jiyong Park · 8 months ago
  8. d7e00b6 Use mDNS to get the IP and port of ttyd by Jiyong Park · 8 months ago
  9. 9152df5 Merge "Show stack trace in the error activity" into main by Treehugger Robot · 8 months ago
  10. 7fca7d8 Show stack trace in the error activity by Jiyong Park · 8 months ago
  11. 61a9ecc Increase timeout for Terminal on nested virt by Jiyong Park · 8 months ago
  12. 8c3e9b8 Merge "Reset sharedpref when uninstall VM" into main by Treehugger Robot · 8 months ago
  13. 3f8b4a8 Reset sharedpref when uninstall VM by Seungjae Yoo · 8 months ago
  14. aa6541e Merge "Create dialog for adding a new inactive port" into main by Seungjae Yoo · 8 months ago
  15. 0f39fc9 Create dialog for adding a new inactive port by Seungjae Yoo · 8 months ago
  16. c8a739b Merge changes Iaa09cb74,I59376805 into main by Treehugger Robot · 8 months ago
  17. 347d550 Increase timeout for ttyd, and make it interrupt-aware by Jeongik Cha · 8 months ago
  18. 12ba165 Add auto_memory_balloon in vm_config.json by Jeongik Cha · 8 months ago
  19. 4337c0b Merge "Make enabled but inactive ports visible in port forwarding setting" into main by Seungjae Yoo · 8 months ago
  20. 067eff2 Make enabled but inactive ports visible in port forwarding setting by Seungjae Yoo · 8 months ago
  21. bd24bc0 Merge "Notification during terminal closing" into main by Treehugger Robot · 8 months ago
  22. 67730d5 Notification during terminal closing by Jeongik Cha · 8 months ago
  23. 593f205 Merge "Mute some notifications in VmTerminalApp" into main by Seungjae Yoo · 8 months ago
  24. 72a82ce Mute some notifications in VmTerminalApp by Seungjae Yoo · 8 months ago
  25. c4e9b9a Merge "VmTerminalApp: Show error activity for unrecoverable error" into main by Treehugger Robot · 8 months ago
  26. c52c977 VmTerminalApp: Show error activity for unrecoverable error by Jaewan Kim · 8 months ago
  27. 743adb1 VmTerminalApp: Limit disk resize up to free disk size by Jaewan Kim · 8 months ago
  28. 3cea481 Gracefully stop the vm by Jeongik Cha · 8 months ago
  29. 643c0a6 Add null check for PortNotifier by Jeongik Cha · 8 months ago
  30. b91472a Remove hack on APP_DATA_DIR by Jiyong Park · 8 months ago
  31. 1d0de40 Merge "Announce action hint when focused on cursor" into main by Treehugger Robot · 8 months ago
  32. e837098 Merge "Do not use shared preference for disk resizing" into main by Seungjae Yoo · 8 months ago
  33. b054420 Announce action hint when focused on cursor by Jiyong Park · 8 months ago
  34. 0628fbf Do not use shared preference for disk resizing by Seungjae Yoo · 8 months ago
  35. 1f2c236 Merge changes I0da27e5d,I62fb2730,Ie8ba1ab6 into main by Seungjae Yoo · 8 months ago
  36. 8bb246e Define PortsStateManager managing shared pref for port forwarding by Seungjae Yoo · 8 months ago
  37. 9b72740 Merge "Introduce JavascriptAddon" into main by Jeongik Cha · 8 months ago
  38. 8cd2ab8 Merge "vmterminal: Run crosvm(virtiofs) from app domain" into main by Akilesh Kailash · 8 months ago
  39. d23c5d9 Introduce JavascriptAddon by Jeongik Cha · 8 months ago
  40. 0a85cb0 Merge "Implement long touch to select text" into main by Jeongik Cha · 8 months ago
  41. c9aa068 vmterminal: Run crosvm(virtiofs) from app domain by Akilesh Kailash · 8 months ago
  42. a757e06 Merge changes Ic68061ac,I016c5b89 into main by Jeongik Cha · 8 months ago
  43. 21ee993 Implement long touch to select text by Jeongik Cha · 8 months ago
  44. 235ec7d Preserve original inputType for webview by Jeongik Cha · 8 months ago
  45. 0fefd7e Use evaluateJavascript instead of loadUrl by Jeongik Cha · 8 months ago
  46. ba00969 Read build id lazily by Jiyong Park · 8 months ago
  47. 0ed696b Add getBuildId method to IntalledImage by Jiyong Park · 8 months ago
  48. 84caaa2 Remove unused URL string from InstallerService by Jiyong Park · 8 months ago
  49. a5d0cde VmTerminalApp: Set activity label of settings activity by Jaewan Kim · 8 months ago
  50. bde1c58 Merge changes I85a89553,I453939a0,Iff7a015a,Id8f542ae into main by Jiyong Park · 8 months ago
  51. e4b0f36 Remove unused code by Jeongik Cha · 8 months ago
  52. 558f1ea Force Portrait mode only if there is no hw keyboard by Jeongik Cha · 8 months ago
  53. 914606c Portrait-mode if it's a phone or small tablet by Jeongik Cha · 8 months ago
  54. 6dc098b Merge "VmTerminalApp: Show confirmation dialog for resize" into main by Treehugger Robot · 8 months ago
  55. 8e1d013 VmTerminalApp: Log full output of resize2fs when failed by Jaewan Kim · 8 months ago
  56. b94a6e0 VmTerminalApp: Show confirmation dialog for resize by Jaewan Kim · 8 months ago
  57. 10904ee Don't show modifier keys when HW qwerty keyboard is present by Jiyong Park · 8 months ago
  58. 2980544 Merge "Fix TerminalAppTests" into main by Treehugger Robot · 8 months ago
  59. fbbe9bc Fix TerminalAppTests by Jeongik Cha · 8 months ago
  60. 92c156d Run ktfmt once by Jeongik Cha · 8 months ago
  61. e47faab Merge "Set activity label instead of window's accessibilityTitle" into main by Treehugger Robot · 8 months ago
  62. 08e0a8c Set activity label instead of window's accessibilityTitle by Jeongik Cha · 8 months ago
  63. 2f13c29 Merge "Set hint for some UI elements" into main by Treehugger Robot · 8 months ago
  64. f4280b7 Set hint for some UI elements by Jiyong Park · 8 months ago
  65. a5e3b35 Set accessibility title for settings windows by Jiyong Park · 8 months ago
  66. f1addf2 Merge "VmTerminalApp: Fix a11y for resize slider" into main by Treehugger Robot · 8 months ago
  67. 90a9f38 Merge "Support talkback for toggle buttons in port forwarding setting" into main by Treehugger Robot · 8 months ago
  68. a1fb3bf Merge "Make SettingsPortForwardingActivity being aware of state changes" into main by Treehugger Robot · 8 months ago
  69. 21214bb VmTerminalApp: Fix a11y for resize slider by Jaewan Kim · 8 months ago
  70. 771dcf1 Support talkback for toggle buttons in port forwarding setting by Seungjae Yoo · 8 months ago
  71. 6cee5c2 Make SettingsPortForwardingActivity being aware of state changes by Seungjae Yoo · 8 months ago
  72. eeab0dd Use current size as default value in shared perference for disk by Jeongik Cha · 8 months ago
  73. c839e29 Replace InstalUtils with ImageArchive and InstalledImage by Jiyong Park · 8 months ago
  74. 8b7c4bd Fix an error in ImageArchive by Jiyong Park · 8 months ago
  75. b0cb004 Add InstalledImage by Jiyong Park · 8 months ago
  76. 7751519 Merge "(experimental) Enable VirGL if the flag file exists" into main by Treehugger Robot · 8 months ago
  77. b44e8fc (experimental) Enable VirGL if the flag file exists by Jeongik Cha · 8 months ago
  78. ed3bfb1 Measure image size and show it in the description by Jiyong Park · 8 months ago
  79. a893791 Move launchErrorActivity into ErrorActivity by Jiyong Park · 8 months ago
  80. 97e7c03 Fix Ferrochrome bootloop by Jiyong Park · 8 months ago
  81. 97e3a89 Merge "Speak something for the invisible element" into main by Treehugger Robot · 8 months ago
  82. f5079e9 Merge "Sort ports in SettingsPortForwardingActivity" into main by Seungjae Yoo · 8 months ago
  83. d948515 Merge "Check file contexts only for protected VMs" into main by Jiyong Park · 8 months ago
  84. 1645b4a Sort ports in SettingsPortForwardingActivity by Seungjae Yoo · 8 months ago
  85. 3be0e4f Speak something for the invisible element by Jiyong Park · 8 months ago
  86. 3051ffe Check file contexts only for protected VMs by Jiyong Park · 8 months ago
  87. 9cd1a6f Add ImageArhive by Jiyong Park · 8 months ago
  88. ad3eac0 Do the keyword replacement when parsing the vm config file by Jiyong Park · 8 months ago
  89. dd18242 Use Path over File, or String wherever possible by Jiyong Park · 8 months ago
  90. 30f2614 Merge changes I5a0a80f7,Ib22a0e42 into main by Jiyong Park · 8 months ago
  91. a323e8c Merge "Enable mod keyboard in a11y env as well" into main by Treehugger Robot · 8 months ago
  92. 2072847 Enable mod keyboard in a11y env as well by Jeongik Cha · 8 months ago
  93. 59134f3 Refactor PortNotifier by Jiyong Park · 8 months ago
  94. 4cc4ba9 Move port forward notification handling routines to PortNotifier by Jiyong Park · 8 months ago
  95. 54ce432 Rename start/stop methods un VmLauncherService by Jiyong Park · 8 months ago
  96. fa3d28c startForeground API call is inlined. by Jiyong Park · 8 months ago
  97. b7abb00 Reorder methods in VmLauncherService in the order of their execution by Jiyong Park · 8 months ago
  98. 7850d05 Use explicit intent for identifying the VmLauncherService by Jiyong Park · 8 months ago
  99. 8562d2a Merge VmLauncherServices into VmLauncherService by Jiyong Park · 8 months ago
  100. 55c2ff7 Put all logs from the VmTerminalApp under the same TAG by Jiyong Park · 8 months ago