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

Commit 165d5603 authored by tibbi's avatar tibbi
Browse files

adding Android Photo Filters license

parent 5eba6030
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.5.3'
        propVersionName = '4.5.4'
        kotlin_version = '1.2.51'
        support_libs = '27.1.1'
    }
+2 −1
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ class LicenseActivity : BaseSimpleActivity() {
            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_PANORAMA_VIEW, R.string.panorama_view_title, R.string.panorama_view_text, R.string.panorama_view_url),
            License(LICENSE_SANSELAN, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url)
            License(LICENSE_SANSELAN, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url),
            License(LICENSE_FILTERS, R.string.filters_title, R.string.filters_text, R.string.filters_url)
    )
}
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ const val LICENSE_NUMBER_PICKER = 524288
const val LICENSE_EXOPLAYER = 1048576
const val LICENSE_PANORAMA_VIEW = 2097152
const val LICENSE_SANSELAN = 4194304
const val LICENSE_FILTERS = 8388608

// global intents
const val OPEN_DOCUMENT_TREE = 1000
+1 −0
Original line number Diff line number Diff line
@@ -555,4 +555,5 @@
    <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>
    <string name="filters_title">Android Photo Filters (image filters)</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -555,4 +555,5 @@
    <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>
    <string name="filters_title">Android Photo Filters (image filters)</string>
</resources>
Loading