这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: aflawt/termux-api

Tags

v0.31

Toggle v0.31's commit message
Bump version to 0.31

v0.30

Toggle v0.30's commit message
Enable java 8

v0.29

Toggle v0.29's commit message
Bump version to 0.29

v0.28

Toggle v0.28's commit message
Bump version to 0.28

v0.27

Toggle v0.27's commit message
Cleanup some Android Studio lint warnings

v0.26

Toggle v0.26's commit message
Bump version to 0.26

v0.25

Toggle v0.25's commit message
Bump version to 0.25

v0.24

Toggle v0.24's commit message
Bump version to 0.24

v0.23

Toggle v0.23's commit message
Guard against possible leak pre android-24

From Android Studio lint:

On versions prior to Android N (24), initializing the WifiManager via
Context#getSystemService can cause a memory leak if the context is not
the application context.
In many cases, it's not obvious from the code where the Context is coming
from (e.g. it might be a parameter to a method, or a field initialized
from various method calls). It's possible that the context being passed in
is the application context, but to be on the safe side, you should consider
changing context.getSystemService(...) to
context.getApplicationContext().getSystemService(...).

v0.22

Toggle v0.22's commit message
Bump version to 0.22