mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[PR #949] [MERGED] Android app with capacitor #1795
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1795
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/949
Author: @marcelklehr
Created: 8/31/2021
Status: ✅ Merged
Merged: 9/17/2021
Merged by: @marcelklehr
Base:
develop← Head:capacitor📝 Commits (10+)
7721777Start android app with nativescript-vue2010779Refactor: Rename LocalTree to BrowserTreecf92483Refactor: Rename AccountStorage to BrowserAccountStoragece39ae8Refactor: Move browser-specifics from Account to BrowserAccountb9de0aaMove LocalTree to BrowserTree and disconnect it from Account and Sync strategies8642401Move Controller to BrowserControllera891683Remove nativescriptd0ea071Refactor sync errors to avoid using i18ne8d1775Fix BrowserAccountStorage imports03c8684Fix LocalTabs typings📊 Changes
115 files changed (+27541 additions, -2523 deletions)
View changed files
📝
.github/workflows/build.yml(+4 -0)📝
.github/workflows/tests.yml(+33 -13)➕
android/.gitignore(+96 -0)➕
android/.idea/compiler.xml(+6 -0)➕
android/.idea/jarRepositories.xml(+30 -0)➕
android/app/.gitignore(+2 -0)➕
android/app/build.gradle(+51 -0)➕
android/app/capacitor.build.gradle(+23 -0)➕
android/app/proguard-rules.pro(+21 -0)➕
android/app/src/main/AndroidManifest.xml(+50 -0)➕
android/app/src/main/assets/capacitor.config.json(+13 -0)➕
android/app/src/main/assets/capacitor.plugins.json(+22 -0)➕
android/app/src/main/java/org/handmadeideas/floccus/MainActivity.java(+23 -0)➕
android/app/src/main/res/drawable-land-hdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-land-mdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-land-xhdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-land-xxhdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-land-xxxhdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-port-hdpi/splash.png(+0 -0)➕
android/app/src/main/res/drawable-port-mdpi/splash.png(+0 -0)...and 80 more files
📄 Description
embarking on the road to #861
todo
preview
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.