mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-01-31 08:54:24 +00:00
move log messages, add 2.41.0.1 changelog
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ae3016e4b7
commit
d57a241d6e
@ -347,10 +347,10 @@ public class I2PDActivity extends Activity {
|
|||||||
Toast.makeText(this, R.string.graceful_stop_is_already_in_progress, Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, R.string.graceful_stop_is_already_in_progress, Toast.LENGTH_SHORT).show();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Log.i(TAG, "graceful stopping");
|
||||||
Toast.makeText(this, R.string.graceful_stop_is_in_progress, Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, R.string.graceful_stop_is_in_progress, Toast.LENGTH_SHORT).show();
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
Log.i(TAG, "graceful stopping");
|
|
||||||
if (daemon.isStartedOkay()) {
|
if (daemon.isStartedOkay()) {
|
||||||
daemon.stopAcceptingTunnels();
|
daemon.stopAcceptingTunnels();
|
||||||
long gracefulStopAtMillis;
|
long gracefulStopAtMillis;
|
||||||
@ -370,9 +370,9 @@ public class I2PDActivity extends Activity {
|
|||||||
private void cancelGracefulStop()
|
private void cancelGracefulStop()
|
||||||
{
|
{
|
||||||
cancelGracefulStop0();
|
cancelGracefulStop0();
|
||||||
|
Log.i(TAG, "canceling graceful stop");
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
Log.i(TAG, "canceling graceful stop");
|
|
||||||
if (daemon.isStartedOkay()) {
|
if (daemon.isStartedOkay()) {
|
||||||
daemon.startAcceptingTunnels();
|
daemon.startAcceptingTunnels();
|
||||||
runOnUiThread(() -> Toast.makeText(this, R.string.shutdown_canceled, Toast.LENGTH_SHORT).show());
|
runOnUiThread(() -> Toast.makeText(this, R.string.shutdown_canceled, Toast.LENGTH_SHORT).show());
|
||||||
|
11
fastlane/metadata/android/en-US/changelogs/2410001.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/2410001.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
* Updated codebase to 2.41.0-85-g2f10decf
|
||||||
|
* Revert to ndk 21.4.7075529, boost 1.74.0
|
||||||
|
* Switch to androidx.core 1.6.0, gradle 7.1.3, gradlew 7.2
|
||||||
|
* Add internal services (not user-defined tunnels) status on main page
|
||||||
|
* Add return button on settings page
|
||||||
|
* Add turkish translation
|
||||||
|
* Fix datadir and locale detection and passing of them to daemon
|
||||||
|
* Fix getting datadir from daemon
|
||||||
|
* Fix assets overwriting when they already extracted
|
||||||
|
* Removed Start/Stop button on main page
|
||||||
|
* Change application theme to Default (from Holo)
|
Loading…
x
Reference in New Issue
Block a user