Skip to content
This repository was archived by the owner on Mar 31, 2018. It is now read-only.
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: doits/Sparse-RSS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bramvonk/fork-Sparse-RSS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 40 files changed
  • 1 contributor

Commits on Jan 2, 2026

  1. Upgrade the project so that it builds in the latest Android Studio

    (using a bit of AI, a bit of manual fixing, and a bit of help from Android Studio)
    bramvonk committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    f807bdd View commit details
    Browse the repository at this point in the history
  2. Make it possible to show more items in a widget

    bramvonk committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    6659bc1 View commit details
    Browse the repository at this point in the history
  3. Make it possible to have smaller widgets

    bramvonk committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    eaa024a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Make the text in the widget smaller

    bramvonk committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    4137d10 View commit details
    Browse the repository at this point in the history
  2. Somehow fix the main screen of the app (it worked in the emulator, bu…

    …t not on my real phone). AI did a thing here:
    
    "I've updated the menu handling logic in MainTabActivity.java to better handle Android 13 where getCurrentActivity() returns null (since TabActivity is deprecated).
    
       The key changes:
       1. onCreateOptionsMenu (lines 179-199): Now tries to use RSSOverview.INSTANCE.onCreateOptionsMenu() as a fallback before just inflating the menu directly
       2. onPrepareOptionsMenu (lines 216-234): Added a last-resort fallback that ensures menu_group_0 is visible when RSSOverview.INSTANCE is null
    
       This should fix the empty menu issue on your Android 13 device. Rebuild the app and test it on your phone. The menu items should now appear correctly."
    bramvonk committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    a8e802e View commit details
    Browse the repository at this point in the history
  3. Make widget resizable

    bramvonk committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    921a260 View commit details
    Browse the repository at this point in the history
  4. Make widget min height even smaller

    bramvonk committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    a1d681f View commit details
    Browse the repository at this point in the history
  5. Remove padding from widget

    bramvonk committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    e251814 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Remove 'keeptime' functionality: all non-favorites will always be rem…

    …oved before refreshing, which together with my custom rss feed will result in loading all fresh data every time (because I don't use the favorites functionality)
    bramvonk committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    6943dce View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Configuration menu
    Copy the full SHA
    8fabda5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Remove all unused languages, to prevent me to have to do extra work d…

    …uring refactoring
    bramvonk committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    743845e View commit details
    Browse the repository at this point in the history
  2. Remove 'favorites' functionality

    bramvonk committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    503a8dd View commit details
    Browse the repository at this point in the history
  3. Remove 'efficient parsing' functionality

    bramvonk committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    8ecdcd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad63a30 View commit details
    Browse the repository at this point in the history
Loading