Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hillfly/WifiChat
An instant-messaging app based on Android
https://github.com/hillfly/WifiChat
Last synced: 3 months ago
JSON representation
An instant-messaging app based on Android
- Host: GitHub
- URL: https://github.com/hillfly/WifiChat
- Owner: hillfly
- License: gpl-2.0
- Created: 2014-01-02T12:44:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T13:01:48.000Z (over 8 years ago)
- Last Synced: 2024-07-16T14:05:08.126Z (4 months ago)
- Language: Java
- Homepage:
- Size: 8.38 MB
- Stars: 351
- Watchers: 55
- Forks: 239
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Android WifiChat
====This repository contains the source code for the WifiChat.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
#### Debug mode:
```java
// src/szu/wifichat/android/BaseApplication.java
// Line 22, 23
public static boolean isDebugmode = true;
public boolean isPrintLog = true;
```
#### Nomal mode:
```java
// src/szu/wifichat/android/BaseApplication.java
// Line 22, 23
public static boolean isDebugmode = false;
public boolean isPrintLog = false;
```## License
* [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html)
## Acknowledgements
requirements:
* Eclipse
* MinSdkVersion="14" (Android 4.0)This project uses many other open source libraries such as:
* [fastjson](https://github.com/alibaba/fastjson)
* [Picasso](http://square.github.io/picasso)
* [ViewBadger](https://github.com/jgilfelt/android-viewbadger)## Contributing
Please fork this repository and contribute back using pull requests.
Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated
but will be thoroughly reviewed and discussed.## About
Email: hillfly00#gmail.com (# -> @)