Tidak Ada Deskripsi

Willy-JL 8931bbb867 Add '.modules/good-faps/' from commit '285f5c34de2be9db3c2b6b501659c7e230a4dc60' 2 tahun lalu
.modules 8931bbb867 Add '.modules/good-faps/' from commit '285f5c34de2be9db3c2b6b501659c7e230a4dc60' 2 tahun lalu
apple_ble_spam f1d73125f6 Add apps by Xtreme team 2 tahun lalu
esp_flasher a26e798017 Add 'esp_flasher/' from commit 'ed777578bca13794c5597fc527741eb4b14ca3c8' 2 tahun lalu
multi_fuzzer 2c8ef60bea Add 'multi_fuzzer/' from commit 'bc1f4b0945792e2442d32e65b31aa7f989b17b24' 2 tahun lalu
nfc_maker f1d73125f6 Add apps by Xtreme team 2 tahun lalu
sentry_safe 31c865451c Add 'sentry_safe/' from commit '4eb9e1ff2f8149f8df1aaf966be73f019632330f' 2 tahun lalu
subghz_bruteforcer d552c1dd48 Add 'subghz_bruteforcer/' from commit '02a1df1d46d2a8af1f2a73cc007aa86da95570bd' 2 tahun lalu
wifisniffer f1d73125f6 Add apps by Xtreme team 2 tahun lalu
.gitignore dfd15232a3 Add .gitignore 2 tahun lalu
.gitremotes 2b183bac40 Add upstream remotes setup 2 tahun lalu
README.md 651d6b7083 Add some explanation 2 tahun lalu
application.fam 39a48d88e5 Add metapackage manifest 2 tahun lalu
avr_isp 0245660866 Rename good-faps module and branch 2 tahun lalu
dap_link 0245660866 Rename good-faps module and branch 2 tahun lalu
hid_app 0245660866 Rename good-faps module and branch 2 tahun lalu
mass_storage 0245660866 Rename good-faps module and branch 2 tahun lalu
mayhem_camera 8dde56b0c7 Add mayhem apps 2 tahun lalu
mayhem_marauder 8dde56b0c7 Add mayhem apps 2 tahun lalu
mayhem_morseflash 8dde56b0c7 Add mayhem apps 2 tahun lalu
mayhem_motion 8dde56b0c7 Add mayhem apps 2 tahun lalu
mayhem_nannycam 8dde56b0c7 Add mayhem apps 2 tahun lalu
mayhem_qrcode 8dde56b0c7 Add mayhem apps 2 tahun lalu
mfkey32 0245660866 Rename good-faps module and branch 2 tahun lalu
music_player 0245660866 Rename good-faps module and branch 2 tahun lalu
nfc_magic 0245660866 Rename good-faps module and branch 2 tahun lalu
nfc_rfid_detector 0245660866 Rename good-faps module and branch 2 tahun lalu
picopass 0245660866 Rename good-faps module and branch 2 tahun lalu
spi_mem_manager 0245660866 Rename good-faps module and branch 2 tahun lalu

README.md

Xtreme-Apps

Bundle of external apps tweaked for Xtreme

Why?

Apps we use for Xtreme are all modified (some lots more than others). This includes:

  • Removing duplicate icons that are part of firmware to support our Asset Packs system
  • Removing duplicate keyboard implementations to use our extended system keyboard
  • With our system keyboard also support our CLI command input keyboard to type with PC keyboard
  • Moving location of save files or changing how they are saved
  • Changing application display names to fit our scheme
  • Changing how some menus work/look or adding new exclusive menus and features
  • Improving or extending functionality and better integrating with Xtreme firmware
  • Updating and fixing apps that were abandoned by the original developers

How?

Apps made by the Xtreme team are just kept as code in the main branch. Others instead come from elsewhere and need tweaks applied. Due to how Git works we can't just make edits in a submodule and publish it as a signle repo like that. Our changes need to be committed and tracked somewhere, but we didn't want to have a fork repo for each app. Instead we use fork branches:tm: where the code for the apps is in branches of this same repo and the main branch has submodules to other branches this same repo. As for pulling updates from the upstream repositories, remotes are not kept when pushing and cloning, so we use a modular system:

  • set it up by running git config --local include.path ../.gitremotes (this makes your git config import the file .gitremotes)
  • each app branch has a .gitremotes file which contains configuration for its upstream remote
  • this also has an alias for merging upstream updates with the correct ref by git merge-upstream