Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mixi-inc/Android-Device-Compatibility

Compatibility package project for android device difference.
https://github.com/mixi-inc/Android-Device-Compatibility

Last synced: about 2 months ago
JSON representation

Compatibility package project for android device difference.

Awesome Lists containing this project

README

        

Android Device Compatibility Package
======
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/jp.mixi/AndroidDeviceCompatibility/badge.svg)](https://maven-badges.herokuapp.com/maven-central/jp.mixi/AndroidDeviceCompatibility/)
[![Build Status](https://travis-ci.org/mixi-inc/Android-Device-Compatibility.svg?branch=master)](https://travis-ci.org/mixi-inc/Android-Device-Compatibility)
[![Build Status](https://circleci.com/gh/mixi-inc/Android-Device-Compatibility.svg?style=shield&circle-token=2f3ead4c64a786dbd7e87d557a815bb8eafd05af)](https://circleci.com/gh/mixi-inc/Android-Device-Compatibility/tree/master)
[![License](http://img.shields.io/badge/license-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Device%20Compatibility%20Package-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1370)

Yet another compatibility package of android. This project aims to make the app compatible with various devices all over the world.
The project will take care about lots of issues caused by device differences, so you don't need to write a weird compatibility code on your own.

![](https://farm5.staticflickr.com/4032/4302079406_aab8748987_o_d.jpg)
[Photo license](https://creativecommons.org/licenses/by/2.0/)

Features
-------

* Workarounds for device-specific problems
* OS version compatibility
* OS framework bugfixes

Requirements
-------

* Supports Android 2.1 or greater.

Download
-------

Via Gradle

```groovy
compile 'jp.mixi:AndroidDeviceCompatibility:2.0.0'
```

Contributing
-------

Any contributions, bug fixes, unit/integration tests are welcomed and appreciated.
Please fork this repository and send pull requests to contribute.

License
-------

```
Copyright (C) 2012 mixi, Inc. All rights reserved.

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.
```