Add F-Droid metadata, store listing, iOS encryption declaration
- F-Droid metadata: mobile/fdroid/metadata/info.hasdo.taskteam.yml - Store listing for APKPure/Aurora: mobile/store-listing/README.md - iOS ITSAppUsesNonExemptEncryption=false in app.json - Mixed content audit: clean (no HTTP URLs in frontend code) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "info.hasdo.taskteam"
|
||||
"bundleIdentifier": "info.hasdo.taskteam",
|
||||
"infoPlist": {
|
||||
"ITSAppUsesNonExemptEncryption": false
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
|
||||
39
mobile/fdroid/metadata/info.hasdo.taskteam.yml
Normal file
39
mobile/fdroid/metadata/info.hasdo.taskteam.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
Categories:
|
||||
- Office
|
||||
- Time
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: IT Enterprise Solution s.r.o.
|
||||
AuthorEmail: apps@it-enterprise.cz
|
||||
AuthorWebSite: https://it-enterprise.cz
|
||||
SourceCode: https://git.hasdo.info/admin/task-team
|
||||
IssueTracker: https://git.hasdo.info/admin/task-team/issues
|
||||
|
||||
AutoName: Task Team
|
||||
Description: |
|
||||
Personal life management system with AI assistant.
|
||||
Manage tasks, goals, calendar, and team collaboration.
|
||||
|
||||
Features:
|
||||
* Task management with groups and priorities
|
||||
* Calendar with color-coded time zones
|
||||
* AI chat assistant (Claude)
|
||||
* Goal planning with AI study planner
|
||||
* Team collaboration (assign, transfer, subtasks)
|
||||
* Multi-language (CZ, HE, RU, UA)
|
||||
* Odoo, Moodle, Pohoda connectors
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.hasdo.info/admin/task-team.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
subdir: mobile
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
36
mobile/store-listing/README.md
Normal file
36
mobile/store-listing/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Task Team — Store Listing
|
||||
|
||||
## Short Description (80 chars)
|
||||
Osobní systém řízení života s AI asistentem. Úkoly, cíle, kalendář, spolupráce.
|
||||
|
||||
## Full Description
|
||||
Task Team je komplexní systém řízení osobního života propojený s AI agentem.
|
||||
|
||||
**Hlavní funkce:**
|
||||
- Správa úkolů s barevnými skupinami a prioritami
|
||||
- Kalendář s časovými zónami pro každou skupinu
|
||||
- AI chat asistent pro plánování a doporučení
|
||||
- Cílový planner s AI generovanými studijními plány
|
||||
- Týmová spolupráce: přiřazení, předání, podúkoly
|
||||
- 4 jazyky: čeština, hebrejština, ruština, ukrajinština
|
||||
- Connectors: Odoo, Moodle, Pohoda
|
||||
- PWA + Android + iOS
|
||||
|
||||
**Technologie:** React Native, Expo, Fastify, PostgreSQL, Redis, Claude AI
|
||||
|
||||
## Links
|
||||
- Web: https://tasks.hasdo.info
|
||||
- API Docs: https://api.hasdo.info/docs
|
||||
- Source: https://git.hasdo.info/admin/task-team
|
||||
- Android: https://expo.dev/accounts/it-enterprise/projects/task-team
|
||||
- Company: IT Enterprise Solution s.r.o.
|
||||
- Contact: apps@it-enterprise.cz
|
||||
|
||||
## APKPure Submission
|
||||
1. Go to https://apkpure.com/submit-apk
|
||||
2. Upload APK from Expo build
|
||||
3. Fill in listing details from above
|
||||
|
||||
## Aurora Store
|
||||
Aurora Store indexes F-Droid and other repos automatically.
|
||||
Once on F-Droid, it appears in Aurora.
|
||||
Reference in New Issue
Block a user