Skip to content

Conversation

@benhylau
Copy link
Member

@lgierth This is the mostly cleaned up version of all the changes we did. Plus:

  • Full AdminApi listed, though unused methods are not implemented
  • Added install_debug and install_release to ndk and java build, then install on device
  • Timing and toggle button out-of-sync issues are mostly resolved
  • On start-up we generate a new node, no more hard-coded keys

Of course, we still need cjdroute and cjdroute-init to make this work. Those aren't committed in this repo.

APP_PLATFORM := android-23

APP_STL:=stlport_static
#APP_STL:=gnustl_shared
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lgierth I can delete these unused ones?

})
.flatMap(new Func1<Long, Observable<Boolean>>() {
@Override
public Observable<Boolean> call(Long udpInterfaceNumber) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prurigro Here!

}
});

// TODO Replace this with directly passing params.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lgierth Replacement for cjdroute-init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants