Starting with version 2.3.0, Transdroid is developed in Android Studio, fully integrating with the Gradle build system.
It is (since version 2.5.18) compiled against Android 10 (API level 29) and (since version 2.2.0) supporting Android ICS (API level 15) and up only.
It is (since version 2.5.21) compiled against Android 12 (API level 31) and (since version 2.2.0) supporting Android ICS (API level 15) and up only.
To support lite (Transdrone, specially for the Play Store) and full (Transdroid) versions of the app, build flavours are defined in gradle, which contain version-specific resources.
Dependencies are managed via JCentral et al. in the app's build.gradle file.
Developed By
============
Designed and developed by [Eric Kok](eric@2312.nl) of [2312 development](https://2312.nl/).
Designed and developed by [Eric Kok](mailto:eric@2312.nl) of [2312 development](https://2312.nl/).
Contributions by various others (see commit log).
License
=======
Copyright 2010-2020 Eric Kok et al.
Copyright 2010-2022 Eric Kok et al.
Transdroid is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -91,7 +91,8 @@ public class ListWidgetProvider extends AppWidgetProvider {
@@ -91,7 +91,8 @@ public class ListWidgetProvider extends AppWidgetProvider {
@ -107,8 +108,10 @@ public class ListWidgetProvider extends AppWidgetProvider {
@@ -107,8 +108,10 @@ public class ListWidgetProvider extends AppWidgetProvider {
// Set up the widgets refresh button pending intent (calling this WidgetProvider itself)
// Make sure that the intent is unique using a custom data path (rather than just the extras)
@ -116,7 +119,8 @@ public class ListWidgetProvider extends AppWidgetProvider {
@@ -116,7 +119,8 @@ public class ListWidgetProvider extends AppWidgetProvider {
@ -124,13 +128,15 @@ public class ListWidgetProvider extends AppWidgetProvider {
@@ -124,13 +128,15 @@ public class ListWidgetProvider extends AppWidgetProvider {