- 29 7月, 2020 2 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !60 from twwang/master
-
由 twwang 提交于
init pointer variable when declare it
-
- 28 7月, 2020 6 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !61 from yu_qinfei/master
-
由 Antoine Fontaine 提交于
It breaks build on Alpine/postmarketOS, and is explicitely an error on more recent version of cpu_features: https://github.com/google/cpu_features/blob/master/include/cpuinfo_x86.h#L207. protecting the include with #ifdef fix the problem, as every use of cpu_features is already protected.
-
由 Antoine Fontaine 提交于
closes https://github.com/anbox/anbox/issues/1436. `lxc.cap.drop` existed already in LXC1.0, so I assume this should be backward compatible.
-
由 twwang 提交于
used fixed usb sound card name for unit test before, now use dynamically name
-
由 openeuler-ci-bot 提交于
Merge pull request !59 from yu_qinfei/master
-
由 Antoine Fontaine 提交于
fixes a error where the message [platform_message_processor.cpp:46@process_event_sequence] Failed to parse events from raw string is followed by a crash at `../src/anbox/rpc/message_processor.cpp:81`. since buffer_.size() is signed, it could underflow and the safety would not trigger, leading to a crash. credits to mntmn for finding the bug and the solution.
-
- 27 7月, 2020 8 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !57 from Night/master
-
由 night_xiaoye 提交于
android system has solved back problem, set back button again.
-
由 openeuler-ci-bot 提交于
Merge pull request !58 from rongwang/master
-
由 w_angrong 提交于
if we destruct audio sink without close buffer queue, we will can`t destruct buffer queue, cause lock needed by cond already delete by audio sink, while audio sink destruct. will cause a deadlock while audio socket disconnectted.
-
由 openeuler-ci-bot 提交于
Merge pull request !55 from Night/master
-
由 openeuler-ci-bot 提交于
Merge pull request !56 from yu_qinfei/master
-
由 night_xiaoye 提交于
solve problem: open some apps in one time, one app in it can not open later. Because, task_id and id in change-475ca1c8u is not similar.
-
由 yu_qinfei 提交于
The display is abnormal after the Ishenzhen is maximized, it is recommended that the maximized be removed.
-
- 26 7月, 2020 3 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !53 from twwang/master
-
由 twwang 提交于
modify some bad coding style
-
由 openeuler-ci-bot 提交于
Merge pull request !50 from Night/master
-
- 25 7月, 2020 5 次提交
-
-
由 night_xiaoye 提交于
them until one. When platform create window is not finished, multi_window_manager will post more than one create window message event. note: Windows destroy mast so user can not sense it.
-
由 openeuler-ci-bot 提交于
Merge pull request !48 from rongwang/master
-
由 openeuler-ci-bot 提交于
Merge pull request !49 from Night/master
-
由 night_xiaoye 提交于
we recognized that add lock will lose more time in submit_layers, and that lock is unuseful. Remove this lock and use origin logic.
-
由 w_angrong 提交于
if data size is zero, we don`t need to write it down. and it can also avoid a crash inside buffer queue.
-
- 24 7月, 2020 4 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !47 from yu_qinfei/master
-
由 yu_qinfei 提交于
The display is abnormal after the Himalaya is maximized, it is recommended that the maximized be removed.
-
由 openeuler-ci-bot 提交于
Merge pull request !46 from yu_qinfei/master
-
由 yu_qinfei 提交于
The origin apps supports ESC back window, but such as TencentVideo app do not support it. Now, support it.
-
- 23 7月, 2020 4 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !45 from rongwang/master
-
由 w_angrong 提交于
Android manager color buffer by process, so in Anbox in have to manager color buffer by thread, instead of managing by Android itself.
-
由 w_angrong 提交于
1.call a virtual function in dtor will always get 0. so we can never destroy native_window_. adjust native_window_ to /wm/window.h can solve this issue. 2.delete icon after SDL_SetWindowIcon, which is what SDL tell us to do in the official SDL documents.
-
由 openeuler-ci-bot 提交于
Merge pull request !43 from Night/master
-
- 21 7月, 2020 2 次提交
-
-
由 night_xiaoye 提交于
Solve Chinese input problem: can not input Chinese punctuation like '?', '》'...
-
由 night_xiaoye 提交于
continuously maximize window will crash some app, such as qqmusic...
-
- 16 7月, 2020 2 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !42 from zhdguy/master
-
由 zhdguy 提交于
when close Settings app with window back button or after search back, activity views do not display. And, search things will ANR crash and no search result. This patch fixed above aborts.
-
- 15 7月, 2020 4 次提交
-
-
由 openeuler-ci-bot 提交于
Merge pull request !41 from Night/master
-
由 night_xiaoye 提交于
1.rename "register_event" -> "user_window_event", rename "get_register_event()" -> "get_user_window_event()". 2.add function user_event_function() to reduce Cyclomatic complexity of process_event in file platform/sdl/platform.cpp. 3.add Log when SDL_RegisterEvent return -1. 4.add lock in layer_composer.cpp:submit_layers to protect window in win_layers.
-
由 night_xiaoye 提交于
Add 5 test-UTs in multi_window_manager.cpp to test function below: 1.insert_task. 2.erase_task. 3.apply_window_state_update.
-
由 night_xiaoye 提交于
Three test-UIs in layer_composer_tests.cpp failed on commit-d4579e95, and the last is not suitable too(succeeded however). It happens becase this commit changes function "apply_window_state_update" in multi_window_manager.cpp.
-