-
Notifications
You must be signed in to change notification settings - Fork 452
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
Tribler Android App #2476
Tribler Android App #2476
Conversation
@brussee let's set up the build job to make sure everything is fine and dandy |
06c2056
to
d185db6
Compare
@brussee Please don't close this PR. It's indirectly referenced in a Tweakers post. |
38da3d2
to
c3d8c15
Compare
@@ -100,7 +101,7 @@ | |||
</activity> | |||
<activity | |||
android:name=".BeamActivity" | |||
android:label="@string/title_activity_beam" | |||
android:launchMode="singleTop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so you did forget it after all? :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are looking at the BeamActivity, not the MainActivity, but I indeed only had set it on SearchActivity before.
99ca7e5
to
cc40c14
Compare
7c41add
to
d3553b2
Compare
de5bae0
to
25d785d
Compare
(bug was fixed)
* | ||
*/ | ||
|
||
package org.kamranzafar.jtar; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than importing the code for a whole library as part of your sources, it may be more practical to have the build file take from an the jcenter and include it in your build.gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certainly. However, the code has been modified during development for testing purposes. It was forked from the Python-for-Android repository originally.
78cbdb5
to
b076431
Compare
This PR has now diverged too much to still be considered for merging. That said, the Android app still lives on in other repositories without needing to be merged into this repository. As emotional of an experience as this may be, it is now time to close this PR. |
Native Android app for Tribler with Java+xml GUI.
Using https://github.com/kivy/python-for-android to run Tribler python code as a native Android service.
The app communicates with the python service via the new rest api.
Also see: #2231