Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
add firefox preview nightly, push to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nc committed Feb 6, 2020
1 parent 31064f7 commit 0663acc
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "de.reckendrees.systems.userjsupdater"
minSdkVersion 21
targetSdkVersion 28
versionCode 5
versionName '1.3.2'
versionCode 6
versionName '1.3.3'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
28 changes: 12 additions & 16 deletions app/release/output.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "de.reckendrees.systems.userjsupdater",
"variantType": "BASE_APK",
"variantName": "release",
"elements": [
{
"outputType": {
"type": "APK"
},
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 4,
"versionName": "1.3",
"outputFile": "app-release.apk",
"fullName": "release",
"baseName": "release",
"dirName": ""
},
"path": "app-release.apk",
"properties": {}
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 6,
"versionName": "6",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class MainActivity extends AppCompatActivity implements DownloadInterface
Button button;
SharedPreferences prefs;
Map<String, String> packageNameMap = new HashMap<String, String>();
final CharSequence browserList[] = {"Fennec F-Droid", "Firefox Preview", "IceCat", "Firefox", "Orfox" };
final CharSequence browserList[] = {"Fennec F-Droid", "Firefox Preview", "Firefox Preview Nightly","IceCat", "Firefox", "Orfox" };
SharedPreferences.Editor editor;
BroadcastReceiver onComplete;

Expand Down Expand Up @@ -410,6 +410,7 @@ private void initDialog(AlertDialog.Builder alertDialogBuilder, String title){
private void initPackgeNameMap(){
packageNameMap.put("Fennec F-Droid", "org.mozilla.fennec_fdroid");
packageNameMap.put("Firefox Preview", "org.mozilla.fenix");
packageNameMap.put("Firefox Preview Nightly","org.mozilla.fenix.nightly");
packageNameMap.put("IceCat", "org.gnu.icecat");
packageNameMap.put("Firefox", "org.mozilla.firefox");
packageNameMap.put("Orfox", "info.guardianproject.orfox");
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-alpha08'
classpath 'com.android.tools.build:gradle:4.0.0-alpha09'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<androidx.appcompat>
<appcompat versions="1.0.0-alpha1,1.0.0-alpha3,1.0.0-beta01,1.0.0-rc01,1.0.0-rc02,1.0.0,1.0.1,1.0.2,1.1.0-alpha01,1.1.0-alpha02,1.1.0-alpha03,1.1.0-alpha04,1.1.0-alpha05,1.1.0-beta01,1.1.0-rc01,1.1.0,1.2.0-alpha01"/>
<appcompat-resources versions="1.1.0-alpha03,1.1.0-alpha04,1.1.0-alpha05,1.1.0-beta01,1.1.0-rc01,1.1.0,1.2.0-alpha01"/>
<appcompat versions="1.0.0-alpha1,1.0.0-alpha3,1.0.0-beta01,1.0.0-rc01,1.0.0-rc02,1.0.0,1.0.1,1.0.2,1.1.0-alpha01,1.1.0-alpha02,1.1.0-alpha03,1.1.0-alpha04,1.1.0-alpha05,1.1.0-beta01,1.1.0-rc01,1.1.0,1.2.0-alpha01,1.2.0-alpha02"/>
<appcompat-resources versions="1.1.0-alpha03,1.1.0-alpha04,1.1.0-alpha05,1.1.0-beta01,1.1.0-rc01,1.1.0,1.2.0-alpha01,1.2.0-alpha02"/>
</androidx.appcompat>
15 changes: 15 additions & 0 deletions build/intermediates/lint-cache/maven.google/master-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,19 @@
<androidx.work/>
<androidx.sharetarget/>
<androidx.enterprise/>
<androidx.camera/>
<androidx.benchmark/>
<androidx.security/>
<com.google.android.datatransport/>
<zipflinger/>
<androidx.autofill/>
<androidx.ads/>
<com.android/>
<com.google.ads.interactivemedia.v3/>
<androidx.ui/>
<androidx.compose/>
<com.google.androidbrowserhelper/>
<org.jetbrains.kotlin/>
<com.google.prefab/>
<com.android.billingclient/>
</metadata>

0 comments on commit 0663acc

Please sign in to comment.