hshrimali / loklak_wok_android

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loklak Wok for Android

Build Status codecov.io

Loklak Wok Android is a message harvesting peer for the loklak_server.

Users can also search tweets from the app, the displayed tweets are latest tweets, tweets containing images and videos. Along with that, the app provides tweet posting feature. Users can directly post tweet from the app. Not only text, but images can also be tweeted from the app.

Screenshots of app

Communication

Please join our mailing list to discuss questions regarding the project: https://groups.google.com/forum/#!forum/opntec-dev

Our chat channel is on gitter here: https://gitter.im/loklak/loklak.

Development Environment Setup

Clone the repository

$ git clone https://github.com/fossasia/loklak_wok_android.git 

Once the project is cloned successfully, import it as a gradle project.

File > New > Import Project > Locate build.gradle file in the cloned directory > Click OK

Libraries Used

The project uses lambda expressions and RxJava heavily. So, if you are new to these, the following resources would be helpful to get you started:

Contributions, Bug Reports and Feature Requests

This is an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. Please report issues here https://github.com/fossasia/loklak_wok_android/issues.

Branch Policy

  • master All development goes on in this branch. If you're making a contribution, you are supposed to make a pull request to master. PRs to master must pass a build check on Travis.
  • apk This branch contains apks, that are automatically generated on merging the latest pull request.

Code Style Guidelines

For contributions please read the CODESTYLE carefully. An additional rule: Maximum 100 characters per line.

Try to remove as much warnings (yellow markings on the right side of Android Studio) as possible, It's not completely possible to remove all the warnings, but over a period of time, we should try to make it as complete as possible.

LICENSE

This is licensed under LGPL 2.1.

About

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk

License:GNU Lesser General Public License v2.1


Languages

Language:Java 99.3%Language:Shell 0.7%