Skip to content

Releases: Fox2Code/FoxCompat

Release 1.2.14

31 May 16:29
Compare
Choose a tag to compare

FoxCompat 0.2.0

28 Dec 23:16
Compare
Choose a tag to compare
  • Add support for the predictive back gesture and for android:enableOnBackInvokedCallback="true".
  • Add onApplyFoxActivityThemeResource hook in FoxApplication for easier dynamic theming.
  • Improve support for transparent themes
  • Change package structure

FoxCompat 0.1.8

16 Dec 10:58
Compare
Choose a tag to compare
  • Rework isLightTheme API to avoid accidental crashes.
  • Add a cool new toy for debugging (resolveId)

FoxCompat 0.1.7

15 Dec 08:53
Compare
Choose a tag to compare
  • Fix a crash in SwitchCompat when textOn/textOff is not explicitly set.

FoxCompat 0.1.6

07 Dec 23:32
Compare
Choose a tag to compare
  • Fix a crash that that happens on some pre Android 10 stock ROM

FoxCompat 0.1.5

17 Sep 14:22
Compare
Choose a tag to compare
  • Fix STRETCH_OVERSCROLL being inverted on ScrollView (manual testing disagree with logic)
  • Also check targetSdkVersion in checkReflection
  • Remove unused code
  • Update AGP

FoxCompat 0.1.4b

13 Sep 17:17
Compare
Choose a tag to compare

This is what happens when local build works and remote build fails.

0.1.4

13 Sep 17:09
Compare
Choose a tag to compare
  • Fix refreshUI() being called on activity creation on some devices.
  • Update libraries

FoxCompat 0.1.3

10 Sep 12:16
Compare
Choose a tag to compare
  • Polish FoxAppTask implementation
  • Update libraries

FoxCompat 0.1.2

30 Aug 16:07
Compare
Choose a tag to compare
  • Resolve optional dependencies being in runtime class-path. (For some reason Android Studio hid this issue)
  • Fix application crash caused by FreeReflection optional library.