padloc/packages/cordova
Martin Kleinschrodt 2ea970b261
Allow selectively disabling all billing functionality on certain platforms (#505)
* Allow selectively disabling all billing functionality on certain platforms

* Remove check for org metadata param in customer

* Fix linter complaint
2022-07-26 10:41:30 +01:00
..
res Add cordova package 2019-07-16 08:59:57 +02:00
src Allow selectively disabling all billing functionality on certain platforms (#505) 2022-07-26 10:41:30 +01:00
README.md CI: Cordova - Build iOS 2021-12-29 20:58:35 +00:00
config.xml Add ios device orientation settings to config.xml; use more appropriate statusbar-spacing on devices with notch 2022-01-11 10:04:47 +01:00
package-lock.json Allow selectively disabling all billing functionality on certain platforms (#505) 2022-07-26 10:41:30 +01:00
package.json Allow selectively disabling all billing functionality on certain platforms (#505) 2022-07-26 10:41:30 +01:00
tsconfig.json A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
update-config-xml.js CI: Full Release (#376) 2022-01-17 17:32:21 +00:00
webpack.config.js Security Audit v1 (#414) 2022-04-06 07:18:50 +01:00

README.md

@padloc/cordova

This package contains the sources to build the mobile apps for Padloc.

Requirements (Android)

  • Java (1.8+) or OpenJDK (11+)
  • Android Studio, with:
    • Android API 30
    • Android SDK Build tools 30
    • Android SDK CLI Tools
  • Gradle (7.2, specifically)