Pinned Repositories
lancet
A lightweight and fast AOP framework for Android App and SDK developers
jiemachina's Repositories
jiemachina/lancet
A lightweight and fast AOP framework for Android App and SDK developers
jiemachina/android-database-sqlcipher
Android SQLite API based on SQLCipher
jiemachina/android-smsmms
Library for easily sending SMS and MMS for Android devices
jiemachina/appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
jiemachina/asm-plugin
方法调用筛查,支持方法替换,支持常量替换(含敏感函数筛查、快速找到你点击的位置、so静态加载位置等常用配置项)。
jiemachina/ASMDemo
ASM简单用法范例
jiemachina/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
jiemachina/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
jiemachina/FloatingX
Android上强大的悬浮窗组件,支持 系统浮窗(需要权限)、应用内浮窗(无权限)、局部悬浮(View),支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window(App), support global(View), local suspension, support edge adsorption, rebound, custom animation, position saving, windowing and split-screen position repair.
jiemachina/flutter_deer
🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
jiemachina/HtmlSpanner
Android HTML rendering library with CSS support
jiemachina/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
jiemachina/JetpackComposeCase
jiemachina/json_serializable.dart
Generates utilities to aid in serializing to/from JSON.
jiemachina/kotlin-dsl-samples
Samples builds using the Gradle Kotlin DSL
jiemachina/logger
✔️ Simple, pretty and powerful logger for android
jiemachina/pixez-flutter
一个支持免代理直连及查看动图的第三方Pixiv flutter客户端
jiemachina/RichText
Android平台下的富文本解析器,支持Html和Markdown
jiemachina/Signal-Android
A private messenger for Android.
jiemachina/Simple-Calendar
A simple calendar with events, tasks, customizable colors, widgets and no ads.
jiemachina/Simple-Contacts
Easy and quick contact management with no ads, handles groups and favorites too.
jiemachina/SmsForwarder
短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正
jiemachina/SpamBlocker
Android Call/SMS blocker.
jiemachina/Telegram
Telegram for Android source
jiemachina/Toaster
Android 吐司框架,专治 Toast 各种疑难杂症
jiemachina/ui
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
jiemachina/XXPermissions
Android 权限请求框架,已适配 Android 14
jiemachina/YCAndroidTool
用于项目测试,崩溃重启操作,崩溃记录日志【可以查看,分享】和重启【多种重启app方式】;网路拦截查看的工具小助手,拦截请求和响应数据,统计接口请求次数,流量消耗,以及统计网络链接/dns解析/request请求/respond响应等时间。提高开发效率……
jiemachina/YCScrollPager
仿抖音,快手,短视频,竖直方向,一次滚动一个页面的封装库。目前支持ViewPager做法,也支持RecyclerView做法……使用ViewPager则只是修改滑动速率,以及滚动翻页过渡时间;使用recyclerView打造丝滑切换视频的功能,更多内容可以看demo
jiemachina/YCVideoPlayer
基础封装视频播放器player,可以在ExoPlayer、MediaPlayer原生MediaPlayer可以自由切换内核;该播放器整体架构:播放器内核(自由切换) + 视频播放器 + 边播边缓存 + 高度定制播放器UI视图层。支持视频简单播放,列表播放,仿抖音滑动播放,自动切换播放,使用案例丰富,拓展性强。