Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="@dimen/widget_min_width_minimum"
android:minHeight="@dimen/widget_min_height_minimum"
android:updatePeriodMillis="900000"
android:initialLayout="@layout/widget_main"
android:configure="com.adif.elcanomovil.widget.DeparturesWidgetConfigureActivity"
android:previewImage="@drawable/widget_preview_image"
android:resizeMode="vertical|horizontal"
android:initialKeyguardLayout="@layout/widget_main"
android:widgetCategory="keyguard|home_screen"/>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-path
name="external"
path="."/>
<external-files-path
name="external_files"
path="."/>
<cache-path
name="cache"
path="."/>
<external-cache-path
name="external_cache"
path="."/>
<files-path
name="files"
path="."/>
</paths>