Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #58

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Develop #58

wants to merge 26 commits into from

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.

2 participants