Hamza417 / Inure

An elegant and beautiful premium Android app manager for both rooted and non-rooted devices with a built-in terminal, analytics, debloat, stats and various other panels with an independent custom theme engine, developed with purely custom APIs created for this app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Inure App Manager

An elegant Android app manager.

Stats

Hits Release Crowdin Telegram Channel Telegram Group

Download

Buy (Full Version)

Featured

About

Inure is an Android application package manager irrespective of whether they're installed or not, it can scan through any app's internal components and modify them on the go. It also packs a nice looking Terminal Emulator, Usage Stats, Split/APK Installer and various other tools and many of them are waiting to be implemented as well. On top of that, Inure's all functionalities been made to work with both Root and Shizuku modes.

Inure's development was started as an independent learning project which later has become one of the most ambitious and intuitive Android apps developed by a single person and is based 100% on custom UI APIs developed to be used only in this app with its own native theme engine, crash handler, image renderer and a beautiful animation framework. There's also an implementation for PC like mouse hover effects and click interactions for tablet and PC users.

Along with it own UI perks, Inure also supports dynamic Material You colors with dedicated accent and theme color modes.

The app is in stable testing stage. You can join app's Telegram Group and get development related updates or you can submit your feedbacks about the app.

Fact about Inure

Inure now comprises more than 200K lines, has zero memory leaks, and doesn't have even a single WeakReference anywhere in the project.

Features

See the concise list of features of the app here.

Screenshots

App's Interface

01 02 03
0x01 0x02 0x03
04 15 01
0x04 0x05 0x06
01 01 01
0x07 0x08 0x09
01 01 01
0x00 0x0A 0x0B
01 01 01
0x0C 0x0D 0x0E
01 01 01
0x0F 0x11 0x12
01 01 01
0x13 0x14 0x15
01 01 01
0x16 0x17 0x18
01 01 01
0x19 0x1A 0x1B
01 01 01
0x1C 0x1D 0x1E

Accessibility

Various accessibility features to make the app more accessible to users.

01 01 01
0x00 0x01 0x02

Menus and Dialogs

Various styles of menus and dialogs used in the app.

01 01 01
0x00 0x01 0x02

Behind The Scenes

01
Designing of interface skeletons for Inure
01
Audio Player interface design (later removed)
01
Presentation design for Batch interface

Include your app in Inure's FOSS panel

If you are a developer and want your app to be listed in the FOSS panel of Inure, there are two ways this can be done.

  1. You can publish your app on F-Droid. Inure automatically mark the app as FOSS if it's available on F-Droid.

  2. You can add open_source tag in your app's manifest file and Inure will fetch this info during the runtime and will include your app based on the flag.

     <application
         .....
         >
    
         <meta-data
             android:name="open_source"
             android:value="true" /> <!-- Set to true to indicate the app is open source -->
    
         <meta-data
             android:name="open_source_license"
             android:value="GNU GENERAL PUBLIC LICENSE Version 3" /> <!-- License of your app -->
    
     </application>

Contribute

Developers

Inure's repo doesn't require any special setup, clone/fork the repo and run in Android Studio and let the initial setup finish automatically and you'll be good to go.

Not a developer?

You can take participation in app's translation on Crowdin and watch Inure work in your language and make the app more user friendly to everyone speaking your tongue... 😎😎

Alternatively, you can also edit/upload your locale's strings from app/src/main/res/values-locale-code directory.

Want to show you were here?

You cannot do the above still wanna show your support? hit the star 🌟 and let me know you were here and appreciate the project.. πŸ˜„

Star History Chart

License

Inure App Manager Copyright Β© 2023 - Hamza Rizwan

Inure App Manager is released as open source software under the GPL v3 license, see the LICENSE file in the project root for the full license text.

About

An elegant and beautiful premium Android app manager for both rooted and non-rooted devices with a built-in terminal, analytics, debloat, stats and various other panels with an independent custom theme engine, developed with purely custom APIs created for this app.

License:GNU General Public License v3.0


Languages

Language:Kotlin 64.6%Language:Java 26.2%Language:HTML 4.4%Language:JavaScript 3.7%Language:CSS 0.4%Language:C++ 0.3%Language:Python 0.2%Language:AIDL 0.1%Language:C 0.1%Language:Shell 0.1%Language:PowerShell 0.0%Language:CMake 0.0%