Manager app for JMP SIM
Go to file
Peter Cai 0518c3efd3
All checks were successful
/ build-debug (push) Successful in 4m33s
/ release (push) Successful in 5m2s
Prepare F-Droid Release (yet again)
2024-04-13 15:16:25 -04:00
.forgejo/workflows workflows: Save debug symbols for releases 2024-04-13 15:15:20 -04:00
.idea refactor: Create OpenEuiccUIContextMarker to facilitate easy access to application-global singletons 2024-02-04 20:26:54 -05:00
app privileged: Disable slot mapping support for pre-T 2024-03-30 15:36:30 -04:00
app-common ui: Use KiB instead of KB for free space 2024-03-30 15:30:40 -04:00
app-deps app-deps: Exclude jetbrains kotlin stdlib 2024-01-20 16:44:59 -05:00
app-unpriv app-unpriv: Set ndkVersion as well for stripping 2024-04-13 15:05:34 -04:00
buildSrc buildSrc: Use HEAD rev count as version code 2024-03-05 20:07:49 -05:00
fastlane/metadata/android/en-US Prepare F-Droid Release (yet again) 2024-04-13 15:16:25 -04:00
gradle/wrapper chore: Upgrade gradle plugin 2023-11-12 17:01:20 -05:00
libs Ditch REPRODUCIBLE_BUILD flag and set all prefix maps unconditionally 2024-04-13 11:33:00 -04:00
.gitignore .gitignore: Add .idea/deploymentTargetDropDown.xml 2024-01-27 10:59:01 -05:00
.gitmodules refactor: [1/n] Introduce the lpac project and lpac_jni 2023-11-14 20:59:27 -05:00
Android.bp Android.bp: Fix building on AOSP 14 (finally) 2024-01-21 16:51:18 -05:00
Android.mk Implement Android.bp building with AOSP for lpac_jni 2023-11-27 16:54:49 -05:00
build.gradle.kts refactor: Migrate to build.gradle.kts 2024-01-09 21:01:20 -05:00
gradle.properties chore: Upgrade gradle plugin 2023-11-12 17:01:20 -05:00
gradlew initial commit 2022-04-29 17:09:34 -04:00
gradlew.bat initial commit 2022-04-29 17:09:34 -04:00
LAST_RELEASE_VERCODE Prepare F-Droid Release (yet again) 2024-04-13 15:16:25 -04:00
LICENSE relicense under GPLv2 *only* 2022-05-02 14:25:43 -04:00
prepare_release.sh Prepare F-Droid release 2024-04-13 08:39:52 -04:00
privapp_whitelist_im.angry.openeuicc.xml Add privapp permission whitelist for production builds 2022-08-13 10:44:34 -04:00
README.md README.md: Update for JMP SIM Manager 2024-03-17 20:22:23 -04:00
settings.gradle.kts Generate Android.bp and dependencies with LineageOS's GenerateBp plugin 2024-01-20 16:36:23 -05:00

JMP SIM Manager

This is a soft fork and branded version of OpenEUICC for the purpose of the JMP eSIM Adapter.

The eSIM Adapter is a removable eSIM chip that enables the use of downloaded eSIM profiles on any device with a modem. New profiles can be downloaded with the JMP SIM Manager on an Android device, or through a PC/SC smart card reader and lpac on a Linux/Windows/macOS PC.

Releases can be found in the release page.

Copyright

Everything except libs/lpac-jni:

Copyright 2022-2024 OpenEUICC contributors

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

libs/lpac-jni:

Copyright (C) 2022-2024 OpenEUICC contributiors

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation, version 2.1.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA