Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mixi-inc/Android-Device-Compatibility
- Owner: mixi-inc
- Archived: true
- Created: 2012-12-19T06:27:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T20:52:39.000Z (about 3 years ago)
- Last Synced: 2024-08-01T22:43:01.112Z (5 months ago)
- Language: Java
- Size: 1.4 MB
- Stars: 237
- Watchers: 82
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- android-awesome-libraries - Android Device Compatibility - Compatibility package project for android device difference. (Uncategorized / Uncategorized)
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 bugfixesRequirements
-------* 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 athttp://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.
```