This project is unofficial Android client for Travis CI.
It uses API v2 from Travis CI for fetching all required information about repositories, build tasks and build history. The app has the following features:
- user login to Travis CI and Travis CI Pro
- list of repositories
- build history
- build log
- restart/cancel build
- search with history
- intent filter for opening build links
This app is neither offered by Travis CI GmbH nor is this app and/or the provider of this app in any way affiliated with Travis CI GmbH and/or its products.
In case you have ideas or found an issue, don't hesitate to create pull request or an issue.
Currently the main app module is app-v3
. In this module the following updates are happening:
- migration to Kotlin
- changing app architecture to use Android Achitecture components
- Migration to API v3
The module app
is currently NOT developed anymore. However, it is working fine and is using API v2.
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.