Giter Site home page Giter Site logo

rekenerd / tweakcompatible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jlippold/tweakcompatible

0.0 1.0 0.0 1.9 GB

Adds a compatibility checker to cydia

Home Page: https://jlippold.github.io/tweakCompatible/

Makefile 1.71% Logos 42.84% Objective-C 9.17% JavaScript 46.27%

tweakcompatible's Introduction

Why was this made

Previously when a new jailbreak was released, the community manages a large google spreadsheet. The old process is super time consuming and tedious to cross reference against your device.

What does it do

Screenshot Screenshot Screenshot

In the spirit of open source and to give back, I spent some time writing this tweak for Cydia that adds a section with compatibility results into the package details page.

Users can also go to the frontend website @ https://jlippold.github.io/tweakCompatible/ to view user submissions.

Submissions

In order to submit whether a tweak works with an iOS version, you need to submit a review via Cydia. If you click the Working button at the bottom of the package details page, you will be redirected to github issues with a pre-populated issue created. A github account is required to submit reviews.

Every hour, I pull any open issues, update docs/tweaks.json, and close the ticket. This is done by cron.

Scripting

This repo also contains a nodejs script, tools\index.js, that pulls open issues from github and updates the tweaks.json file. Just run npm install, then npm start. If changes were found, commits will be made, then just git push to remote.

To use the script, the env variable GITHUB_API_TOKEN must be set.

Also, npm run rebuild will wipe out all packages and recreate them from the closed issues in the repo.

Calculations

I wanted to make this automated, community driven, with minimal human dependencies. Here is how the statuses are calculated:

  • Working: if 75% of the users say it's working.
  • Likely working: if 40% of the users say it's working.
  • Not working: if < 40% say it's working

Installing

This tweak can be installed with Cydia via my personal repo or the big boss repo, or via the releases page on github. To package a final release, run make package FINALPACKAGE=1

To-Do

  • Add request feature
  • Add more moderation tools
    • block package
    • block user
    • block cydia repo

License

Licensed under Apache License, version 2.0.

Credits

tweakcompatible's People

Contributors

rekenerd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.