mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
407930cb6a
* feat(wear): add searchable context pickers * fix(wear): simplify context picker rows * fix(wear): prioritize chat actions over context * fix(wear): keep chat follow above context controls * fix(wear): keep context labels localized * fix(wear): refine context picker layout and close * fix(wear): sync picker locale resources * fix(wear): negotiate picker search support --------- Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com>
22 lines
906 B
XML
22 lines
906 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<lint>
|
|
<issue id="AndroidGradlePluginVersion" severity="ignore" />
|
|
<issue id="GradleDependency" severity="ignore" />
|
|
<issue id="IconLauncherShape" severity="ignore" />
|
|
<issue id="NewerVersionAvailable" severity="ignore" />
|
|
|
|
<!-- OpenClaw uses date-based version codes (yyyyMMddNN), which are high but still below the Android max. -->
|
|
<issue id="HighAppVersionCode" severity="ignore" />
|
|
|
|
<!-- Native locale refresh removes translated rows after source strings are removed. -->
|
|
<issue id="ExtraTranslation">
|
|
<ignore regexp="previous_item|next_item" />
|
|
</issue>
|
|
<issue id="UnusedResources">
|
|
<ignore regexp="previous_item|next_item" />
|
|
</issue>
|
|
|
|
<!-- Target SDK follows the current release train; bump only after platform compatibility testing. -->
|
|
<issue id="OldTargetApi" severity="ignore" />
|
|
</lint>
|