
Although Google is encouraging people to make old devices run apps with the action bar (via appcompat-v7), they haven't provided a way for people to create preference/setting screens with an action bar. There are plenty of issues in the Android issue tracker relating to this, but it doesn't yet seem to be on the radar of the Android devs. Until there is a native implementation of PreferenceFragment in the appcompat-v7 support library, this submodule provides is a 3rd party solution. It is actually a fork of the first repo in github, though that was a bit of an upload and dump, without accepting MR's. This fork includes gradle support.
21 lines
686 B
Groovy
21 lines
686 B
Groovy
include ':extern:AndroidPinning'
|
|
include ':extern:UniversalImageLoader:library'
|
|
include ':extern:MemorizingTrustManager'
|
|
include ':extern:libsuperuser:libsuperuser'
|
|
include ':extern:nanohttpd:core'
|
|
include ':extern:jmdns'
|
|
include ':extern:zipsigner'
|
|
include ':extern:spongycastle:core'
|
|
include ':extern:spongycastle:pg'
|
|
include ':extern:spongycastle:pkix'
|
|
include ':extern:spongycastle:prov'
|
|
include ':extern:zxing-core'
|
|
include ':extern:android-support-v4-preferencefragment'
|
|
|
|
include ':support-v4'
|
|
project(':support-v4').projectDir = new File('extern/Support/v4')
|
|
|
|
include ':support-appcompat-v7'
|
|
project(':support-appcompat-v7').projectDir = new File('extern/Support/v7/appcompat')
|
|
|