https://github.com/dkhmelenko/mesterclientandroid
Implementation of the Mester project for Android platform
https://github.com/dkhmelenko/mesterclientandroid
Last synced: 1 day ago
JSON representation
Implementation of the Mester project for Android platform
- Host: GitHub
- URL: https://github.com/dkhmelenko/mesterclientandroid
- Owner: dkhmelenko
- License: apache-2.0
- Created: 2015-04-09T22:22:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T21:14:59.000Z (almost 11 years ago)
- Last Synced: 2024-12-31T15:28:06.558Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 969 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project description
[](https://travis-ci.org/brave-warrior/MesterClientAndroid)
This project is implementation of the [Mester Web Service](https://github.com/art-divin/mester-rest-api) for Android platform.
Application provides the following features:
- Adding/removing project
- Adding and removing test cases for the project
- Adding/removing test steps for each test case
- Passing tests manually
- Posting testing results to the server
- Viewing testing results
  
All structures of the requests/responses and their descriptions are available [here](https://github.com/art-divin/mester-rest-api/wiki/Domain-JSON)
#Used libraries
- [Android appcompat v7](https://github.com/android/platform_frameworks_support/tree/master/v7/appcompat)
- [Android Annotations](https://github.com/excilys/androidannotations)
- [Retrofit](https://github.com/square/retrofit)
- [Gson](https://code.google.com/p/google-gson/)
- [Parceler](http://parceler.org/)
- [FloatingActionBar](https://github.com/makovkastar/FloatingActionButton)
- [Dagger](https://github.com/square/dagger)
#Contribution
If you have any suggestions, feel free to create pull request.
#License
[Apache Licence 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Copyright 2015 Dmytro Khmelenko
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.