Skip to content

watersofmarch24/Android-Device-Compatibility

 
 

Repository files navigation

Android Device Compatibility Package

Yet another compatibility package of android.

Features

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

Requirements

  • Supports Android 2.1 or greater.

Download

Via Gradle

repositories {
    mavenCentral()
    maven { url 'https://raw.github.com/mixi-inc/Android-Device-Compatibility/master/repository/' }
}
android {
    dependencies {
        compile 'jp.mixi.compatibility:AndroidDeviceCompatibility:0.1.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.

About

Compatibility package project for android device difference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors