Commit Graph

98 Commits

Author SHA1 Message Date
Caten
0377aa7b8f Ads removal 2024-06-01 17:48:29 +08:00
Caten
232afe9929 Ready for v1.0.16 2024-06-01 06:43:48 +08:00
Caten
fcb472594d Adjust FAQ message 2024-04-16 20:20:24 +08:00
Caten
aa6d0feed7 Enable pip 2024-04-16 12:47:33 +08:00
Caten
1ee935105e Various fixes
1. 强制更新后调整系统语言到中文(Debian小版本更新时经常会出现系统语言变默认的问题);
2. 安装WPS时强制修复安装(经常有用户出现安装时清后台导致安装损坏的情况,索性每次安装前执行修复命令);
3. 第一次进入容器时修改默认分辨率到与用户设备一致
2024-04-16 12:43:44 +08:00
Caten
7242c45e38 Merge pull request #33 from wyq0918dev/avnc_md3
修复:AVNC原生界面与Flutter界面样式不符
2024-04-02 20:43:47 +08:00
王泳淇
d0a539d6dc 修复:AVNC原生界面与Flutter界面样式不符
1.更新Android端material库为1.11.0
2.在Android端启用动态颜色
3.更改主题样式为Material3
4.为两个原生页面启用边倒边沉浸
5.修改Android端项目名称为TinyComputer(顺手改了, 默认为android)
2024-04-02 14:57:50 +08:00
Caten
3e443ceedc Update code to v1.0.15 v1.0.15 2024-03-12 22:06:10 +08:00
Caten
b50622787d Various fixes 2024-03-10 18:20:48 +08:00
Caten
231d1167e0 Change default settings 2024-03-05 22:20:37 +08:00
Caten
a956d26f6d Update code to v1.0.14 (10) v1.0.14+10 2024-02-29 19:35:00 +08:00
Caten
c2ee3b694c Update code to v1.0.13+1 2024-01-24 16:03:45 +08:00
Caten
09bf75beed Change WPS command, remove alipay v1.0.13+1 2024-01-13 07:52:53 +08:00
Caten
b00ede9483 Merge pull request #9 from wyq0918dev/md3
Modify user interface to material3
2024-01-12 18:57:06 +08:00
王泳淇
b8393dacfd Modify user interface to material3 2024-01-12 16:27:32 +08:00
Caten
ce5ad3b758 Update code to v1.0.12+3 v1.0.12+3 2024-01-07 08:32:56 +08:00
Caten
cf15e2e07d HiDPI options added 2024-01-06 18:44:58 +08:00
Caten
938745036d Update code to v1.0.12+2
wakelock, modified proot with binfmt-like feature, more wine scripts
v1.0.12+2
2023-12-11 15:07:07 +08:00
Caten
b3428555c6 box and wine initial support v1.0.12+1 2023-11-30 15:57:56 +08:00
Caten
2a19c5eb78 Audio fix, more install scripts 2023-11-25 08:20:12 +08:00
Caten
54a941da63 update readme 2023-11-11 21:28:48 +08:00
Caten
87beedef68 adjust readme v1.0.11+1 2023-11-11 18:05:11 +08:00
Caten
c6afc4d468 virgl support 2023-11-11 11:23:16 +08:00
Caten
6dbe710fdc getifaddrs fix 2023-11-10 21:29:07 +08:00
Caten
cf8ce47662 Organize the code 2023-11-09 12:48:55 +08:00
Caten
86ce2315d4 Add signal 9 info, adjust readme v1.0.10+2 2023-11-07 17:29:49 +08:00
Caten
6e51e5b2d2 fix tab key eaten 2023-10-19 23:45:33 +08:00
Caten
0971059111 backup v1.0.10+1 2023-10-10 18:16:56 +08:00
Caten
2cf19179f9 Fix keyboard plug in, streaming don't close 2023-10-09 06:47:57 +08:00
Caten
b6d4d2f11b Adjust ads watch settings, add saf documents provider, camera stream, more permission 2023-10-08 16:40:51 +08:00
Caten
5a6f04d094 Update help message v1.0.9+3 2023-10-03 21:50:59 +08:00
Caten
195a2f50a3 Fix boot options 2023-10-03 20:51:29 +08:00
Caten
16a14c8a3e Adjust help message v1.0.9+2 2023-10-03 13:15:11 +08:00
Caten
f15899be95 Fix enter and sticky key v1.0.9+1 2023-10-02 19:06:41 +08:00
Caten
27a5073551 Fix enter (pty) key, add broken stick key support 2023-10-02 15:44:52 +08:00
Caten
b4ca9ae4f7 Add font scale, terminal max line, vip skip ads feature 2023-10-02 05:47:08 +08:00
Caten
2ef590beb7 improve signal 9 page; print to debugPrint v1.0.7+2 v1.0.8+1 2023-09-24 15:45:03 +08:00
Caten
e6555b2166 Update README.md 2023-09-21 23:54:19 +08:00
Caten
bba56cc0ca Update main.dart v1.0.6+1 2023-09-21 22:28:57 +08:00
Caten
f9d5818b91 Add command key for terminal control 2023-09-21 22:25:19 +08:00
Caten
95d6f662de Adjust data structure and layout
There are a lot of changes compared to the previous version, many features are mixed together and not easy to commit individually.

Added a new control panel
Added advertisements
Moved packets out of assets

Adjusted the data structure, so that it will be easier to add multi-container functionality in the future.
v1.0.4+1
2023-09-12 15:12:26 +08:00
Caten
76420edd8a Change Page Structure
修改页面结构,为编写“控制”页面做准备
2023-09-03 23:16:00 +08:00
Caten
363e0a1c2b use fake model again 2023-09-02 13:04:40 +08:00
Caten
09bb657eab Update README.md 2023-08-31 22:12:35 +08:00
Caten
79ad2b9fd9 Update README.md 2023-08-31 22:09:56 +08:00
Caten
ddd5b215a8 Audio fix, hint for signal 9, mount font folder
1、修复了音频,现在可以播放声音了;
2、加入了出现“signal 9”错误的提示信息;
3、软件在拥有存储访问权限的情况下,会自动在手机端wps,永中office的外部字体文件夹(AppFiles/Fonts,Fonts)查找字体文件(即挂载这两个目录),这样就可以不用单独为容器里的wps导入字体了。
v1.0.1+1
2023-08-31 18:52:28 +08:00
Caten
6209ff2219 Add license and debian container file v1.0.0+1 2023-08-30 06:08:01 +08:00
Caten
d79ba2eb95 Initial commit 2023-08-29 23:30:37 +08:00