modernization + PostIt

This commit is contained in:
Paul Schneider 2026-05-29 01:29:36 +01:00
commit 71c4f5022c
46 changed files with 808 additions and 80 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="PostIt" android:icon="@drawable/Icon" />
</manifest>