Added Gemini 2.5 Pro Experimental support.

Minor changes in UIScrollView (now updates click step by default).
Minor optimization in SyntaxTokenizer.
Fix UIImage wrap_content and autosize.
Do not crash if no display is available.
This commit is contained in:
Martín Lucas Golini
2025-03-26 00:14:56 -03:00
parent d0d4231df9
commit 030b8dd9e6
10 changed files with 75 additions and 32 deletions

View File

@@ -130,7 +130,7 @@ DropDownList.role_ui {
<vbox lw="mp" lh="wc" class="llm_chats"></vbox>
</ScrollView>
<vbox id="chat_presentation" lw="wc" lh="wc" layout-gravity="center" gravity="center">
<Image lw="wc" lh="wc" icon="icon(robot-2, 96dp)" gravity="center" layout-gravity="center" />
<Image icon="icon(robot-2, 72dp)" gravity="center" layout-gravity="center" margin-bottom="16dp" />
<TextView text="@string(ai_llm_presentation, What can I help with?)" font-size="24dp" />
</vbox>
</RelativeLayout>