AppOps icon indicating copy to clipboard operation
AppOps copied to clipboard

Publish AppOps on F-Droid

Open alexanderadam opened this issue 10 years ago • 7 comments
trafficstars

Awesome, does the app also work on lollipop?

If yes, would it be possible to publish it on F-Droid?

/cc @smarek

alexanderadam avatar May 06 '15 10:05 alexanderadam

Not tested it, will let you know soon. Yeah, I'll do it soon

theblixguy avatar May 06 '15 11:05 theblixguy

@alexanderadam why do you ping me? Anyway, it compiles fine for me, not yet tested functions.

Sample build.gradle file

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.2.2'
    }
}

apply plugin: 'com.android.application'

android {
    compileSdkVersion 22
    buildToolsVersion "22.0.1"

    defaultConfig {
        minSdkVersion 18
        targetSdkVersion 22
    }

    sourceSets {
        main {
            manifest.srcFile 'AndroidManifest.xml'
            java.srcDirs = ['src']
            resources.srcDirs = ['src']
            res.srcDirs = ['res']
            aidl.srcDirs = ['src']
        }
    }

    lintOptions {
        abortOnError false
    }
}

repositories {
  mavenCentral()
}

dependencies {
 compile 'com.android.support:support-v4:22.1.1'
 compile 'com.android.support:support-v13:22.1.1'
}

smarek avatar May 06 '15 11:05 smarek

woah, that would be awesome! :cool:

Sorry for pinging you @smarek but I didn't know whether @theblixguy is still maintaining AppOps and I saw that you forked it at fixed some things(?) just in january.

alexanderadam avatar May 06 '15 12:05 alexanderadam

Oh right, not a problem, I've just updated build script and formatted sources, as I've seen it's been a while since last commit in here .) You can build it with latest build tools and support libraries, and try it @alexanderadam, buildscript is in my previous response.

smarek avatar May 06 '15 12:05 smarek

Haven't seen much demand for it so I didn't make any further changes to it. It was a hobby project anyway

theblixguy avatar May 06 '15 12:05 theblixguy

Sorry I can't test it on Lollipop, I need root and my phone isn't rooted yet, so it'll be up to you to test it if you have a rooted phone

theblixguy avatar May 06 '15 12:05 theblixguy

@smarek to be honest I am not involved in F-Droid in any kind. I am just a normal f-droid user. But perhaps I should have a look into building android projects from source anyway… :wink:

@theblixguy I just found your project by accident but in the last weeks I also tried search on f-droid and github first instead of the regular app stores. When I find something interesting I try to contact the authors. It would be a pity when some apps wouldn't get the attention although some authors invest much effort in it. Especially AppOps would be a good thing to have it (back) and I guess F-Droid also would be an ideal place to host it. So thank you for writing it and answering so fast.

alexanderadam avatar May 06 '15 12:05 alexanderadam