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: HMBSbige/ShadowsocksR-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.0
Choose a base ref
...
head repository: HMBSbige/ShadowsocksR-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 7, 2021

  1. Fix crash with Android 12 (S, API 31).

    Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
    As app seems don't need to send data back in Notification Area, these required flag field are now all FLAG_IMMUTABLE.
    Also dump up depencies version as some of them violates this requirement too (Ehh..)
    shine5402 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    143f818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    451f160 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. dep: Upgrade AGP

    HMBSbige committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    186a384 View commit details
    Browse the repository at this point in the history
  2. dep: Update kotlin

    HMBSbige committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    1a03c6f View commit details
    Browse the repository at this point in the history
  3. housekeeping: Release 3.8.1

    HMBSbige committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    afe775a View commit details
    Browse the repository at this point in the history
Loading