Skip to content

Commit

Permalink
Add android webview app (#259)
Browse files Browse the repository at this point in the history
* Add android build workflow

* Initial webview on tsx template

* Insert ReactJS app from local

* Add Android app icon by @red_purdy (#174)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

Co-authored-by: RedPurdy <[email protected]>

* Fix local reactjs

* Add setup guide. Bundled dev main.js

* Add react native tor

* Move Android CHANGELOG.md to /mobile

* Add torified webview in react-native (#247)

* Add android build workflow

* Android Tor Requests

* Fetching internal files (i18n)

* react-native-tor does not implement PUT

* Get Files from Tor

* Revert "Add android build workflow"

This reverts commit 340bcf8.

* Fix Rebase Removals

* External sources

* react-native-tor crashes

* Last Refactor

* Fix/revert setup guide

* Add /mobile as volume to npm-dev container

On the fully dockerized dev environment the npm process cannot save files outside of /frontend directory. Now it can also save the builds to /mobile

* Fix UsafeAlert

* Run prettier

* Run lint:fix

* Main Profile Image fix

* Remove Tor Requests limitation

Co-authored-by: Reckless_Satoshi <[email protected]>

Co-authored-by: RedPurdy <[email protected]>
Co-authored-by: KoalaSat <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2022
1 parent e47d55b commit 7b8fcb3
Show file tree
Hide file tree
Showing 123 changed files with 32,430 additions and 14,991 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 'Install npm Dependencies'
run: |
cd mobile
npm install
npm install --force
- name: 'Build Android Release'
run: |
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mobile/android/app/build/outputs/apk/release/app-release.apk
asset_name: robosats-${{ steps.commit.outputs.short }}.apk
asset_content_type: application/apk
asset_content_type: application/apk
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -664,3 +664,6 @@ docs/.jekyll-cache*
docs/_site*
commit_sha.txt
node

# mobile frontend js
mobile/html/Web.bundle/js*
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
command: npm run dev
volumes:
- ./frontend:/usr/src/frontend
- ./mobile:/usr/src/mobile

nodeapp: # Umbrel / Citadel app
build: ./nodeapp
Expand Down
Loading

0 comments on commit 7b8fcb3

Please sign in to comment.