Skip to content

Modernize Frogram interface - #8

Merged
AbdulKus merged 1 commit into
mainfrom
feature/frogram-ui-refresh
Jul 26, 2026
Merged

Modernize Frogram interface#8
AbdulKus merged 1 commit into
mainfrom
feature/frogram-ui-refresh

Conversation

@AbdulKus

Copy link
Copy Markdown
Owner

Что изменено

  • настройки объединены в аккуратные карточки с умеренными радиусами и отступами;
  • обновлены размеры строк, заголовков и вкладок без перехода на Material You;
  • всплывающие меню и нижние панели получили единый спокойный стиль;
  • список чатов стал чуть просторнее, добавлено корректное выделение выбранной строки;
  • поле ввода сообщений оформлено как компактная скруглённая поверхность;
  • кнопки действий больше не переводятся принудительно в CAPS;
  • стандартная зелёная тема переведена на более приглушённую палитру;
  • визуальные константы собраны в FrogramUi, чтобы дальше развивать дизайн последовательно.

Иконки и существующая система тем не заменялись. Бизнес-логика топиков и двойного дна не затрагивалась.

Проверка

  • git diff --check — успешно;
  • полноценная Android-сборка выполняется в GitHub Actions (локальная среда не содержит Java/Gradle distribution).

@AbdulKus
AbdulKus merged commit 66f2473 into main Jul 26, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6cb41fd14f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +124 to 126
FillingDrawable drawable = new FillingDrawable(ColorId.overlayFilling, FrogramUi.POPUP_RADIUS);
drawable.setForcedTheme(forcedTheme);
ViewUtils.setBackground(this, drawable);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the overflow-menu shadow

Replacing bg_popup_fixed with FillingDrawable removes the nine-patch's baked-in shadow. The subsequent elevation does not restore it because FillingDrawable does not provide a nonzero outline for elevation shadows, and Android 16–20 (which this project supports) cannot use elevation at all. As a result, overflow menus render without any shadow across supported versions; retain a shadow-bearing drawable, implement an outline for API 21+, and keep a legacy fallback.

Useful? React with 👍 / 👎.

AbdulKus added a commit that referenced this pull request Jul 26, 2026
Restore the interface and Green theme to the state before PR #8 while preserving all earlier Frogram features and fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant