Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2890dad4 authored by tibbi's avatar tibbi
Browse files

adding Panorama View and Sanselan licenses

parent 84d7c14e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '4.3.23'
        propVersionName = '4.3.24'
        kotlin_version = '1.2.50'
        support_libs = '27.1.1'
    }
+3 −1
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ class LicenseActivity : BaseSimpleActivity() {
            License(LICENSE_GSON, R.string.gson_title, R.string.gson_text, R.string.gson_url),
            License(LICENSE_LEAK_CANARY, R.string.leak_canary_title, R.string.leakcanary_text, R.string.leakcanary_url),
            License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url),
            License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url)
            License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url),
            License(LICENSE_PANORAMA_VIEW, R.string.panorama_view_title, R.string.panorama_view_text, R.string.panorama_view_url),
            License(LICENSE_EXOPLAYER, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url)
    )
}
+2 −0
Original line number Diff line number Diff line
@@ -113,6 +113,8 @@ const val LICENSE_GSON = 131072
const val LICENSE_LEAK_CANARY = 262144
const val LICENSE_NUMBER_PICKER = 524288
const val LICENSE_EXOPLAYER = 1048576
const val LICENSE_PANORAMA_VIEW = 2097152
const val LICENSE_SANSELAN = 4194304

// global intents
const val OPEN_DOCUMENT_TREE = 1000
+2 −0
Original line number Diff line number Diff line
@@ -546,4 +546,6 @@
    <string name="leak_canary_title">Leak Canary (memory leak detector)</string>
    <string name="number_picker_title">Number Picker (customizable number picker)</string>
    <string name="exoplayer_title">ExoPlayer (video player)</string>
    <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string>
    <string name="sanselan_title">Apache Sanselan (reading image metadata)</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -546,4 +546,6 @@
    <string name="leak_canary_title">Leak Canary (memory leak detector)</string>
    <string name="number_picker_title">Number Picker (customizable number picker)</string>
    <string name="exoplayer_title">ExoPlayer (video player)</string>
    <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string>
    <string name="sanselan_title">Apache Sanselan (reading image metadata)</string>
</resources>
Loading