Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: byter11/rss-widget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: byter11/rss-widget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 1 contributor

Commits on Aug 23, 2025

  1. Configuration menu
    Copy the full SHA
    571e3e3 View commit details
    Browse the repository at this point in the history
  2. restore config on widget edit

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    8f0b9f6 View commit details
    Browse the repository at this point in the history
  3. add transparency option

    - Adding a transparency slider in the widget configuration screen.
    - Saving and loading the transparency preference.
    - Applying the transparency to the widget background.
    - Updating the configuration activity to use Material 3 Dynamic Colors.
    - Adding a utility class `ThemeUtils` to handle theme-related operations for the widget.
    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    4d475f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d6e409 View commit details
    Browse the repository at this point in the history
  5. feat: Add option to show article source and format date

    This commit introduces two new configurable options for the RSS widget:
    - Users can now choose to display the source of the article.
    - Users can select between relative ("2 hours ago") and absolute ("Today, 3:15 PM" or "Jan 15, 2023 10:00 AM") date formats.
    
    These settings are accessible in the widget configuration screen and are saved per widget instance. The widget display has been updated to reflect these new options.
    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    36dc92c View commit details
    Browse the repository at this point in the history
  6. remove unused imports

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    62d8c99 View commit details
    Browse the repository at this point in the history
  7. fix loading text color

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    c778034 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de8c6bb View commit details
    Browse the repository at this point in the history
  9. bump version

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    7d4a679 View commit details
    Browse the repository at this point in the history
  10. fix scroll

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    736cd0a View commit details
    Browse the repository at this point in the history
  11. update readme

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    d1bc2b6 View commit details
    Browse the repository at this point in the history
  12. update readme

    byter11 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    3f5410b View commit details
    Browse the repository at this point in the history
Loading