Skip to content

Commit

Permalink
Pull in geeksville-androidlib via git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Mar 2, 2020
1 parent 6de46fc commit a9c9dac
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "app/src/main/proto"]
path = app/src/main/proto
url = https://github.com/meshtastic/Meshtastic-protobufs.git
[submodule "geeksville-androidlib"]
path = geeksville-androidlib
url = https://github.com/meshtastic/geeksville-androidlib.git
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# High priority
Work items for soon alpha builds

* use git submodule for androidlib
* run services in sim mode on emulator
* show offline nodes as greyed out
* show time since last contact on the node info card
Expand Down Expand Up @@ -159,4 +158,5 @@ Don't leave device discoverable. Don't let unpaired users do things with device
* when we select a new radio, restart the service
* make channel button look like a button
* generate real channel QR codes
* Have play store entry ask users to report if their android version is too old to allow install
* Have play store entry ask users to report if their android version is too old to allow install
* use git submodule for androidlib
1 change: 1 addition & 0 deletions geeksville-androidlib
Submodule geeksville-androidlib added at b96167
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include ':app'
rootProject.name='Mesh Util'

include ':geeksville-androidlib'
project(':geeksville-androidlib').projectDir = new File('../geeksville-androidlib')
project(':geeksville-androidlib').projectDir = new File('geeksville-androidlib')

0 comments on commit a9c9dac

Please sign in to comment.