• Stars
    star
    3
  • Rank 3,956,038 (Top 79 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created about 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The OkHttp Analyzer plugin can show request details from the OkHttp library directly in the Android Studio/IntelliJ IDEA tool window.

More Repositories

1

mns

Money never sleeps! IntelliJ IDEA平台插件. 支持查看股票, 基金和数字货币实时行情. 其中股票支持美股, 港股和宇宙第一大A股.
Java
229
star
2

compose-charts

Simple Jetpack Compose Charts for multi-platform. Including Android, Web, Desktop.
Kotlin
158
star
3

compose-charts-desktop

Simple Compose Charts for multi-platform. Including Android, Web, Desktop.
Kotlin
33
star
4

android-download-manager

This is a downloading manager on Android platform, without the usage of DownloadManager of Android itself. It suits for android of all versions. And It's for anything, like videos, audios, files, zips and others. It is inspired by:
Java
31
star
5

Anr-Monitor

Android Performance Tools. ANR, Dead locks and lags. Android性能监测工具. 监测了 ANR, 死锁和卡顿.
Kotlin
15
star
6

Guide-to-developing-IntelliJ-plugins

Advanced guide to developing IntelliJ platform plugins. IntelliJ IDEA插件开发高级指南.
13
star
7

polyglot

一个 Intellij 插件项目, 当工程需要支持多语言时, 本插件能够帮助你省去在浏览器或者翻译软件与你的项目之间来回切换的麻烦. 插件是第一生产力啊! Polyglot: to translate different languages with different translators! An Intellij platform plugin project.If your project is relevant to many languages in which translation is needed, this plugin will help you a lot. A good plugin is No.1 productive force.
Kotlin
9
star
8

compose-graphs

Zoomable and Draggable Graphs based-on Jetpack Compose. Supports Android & iOS, Web and Desktop.
Kotlin
7
star
9

compose-bitcoin

Android Bitcoin market app base on Jetpack Compose and MVI. The app displays current bitcoin market price and history price k-line charts.
Kotlin
5
star
10

RandomGenerator

常用信息生成器. 身份证号, 银行卡号, 手机号码, 邮箱, 人名, CSV, 地址等随机生成.
Kotlin
5
star
11

Apk-Reinforcer

Reinforce apk to anti-compilation. Apk 加固, 防止 apk 文件被反编译.
Kotlin
4
star
12

okhttp-analyzer-interceptor

Android part of the Android Studio(Intellij IDEA) OkHttp Analyzer plugin which would analyze details of requests and responses from OkHttpClient.
Kotlin
4
star
13

GradientTextView

This is An Android Library project, which implements a TextView with text gradient.
Kotlin
4
star
14

TimesSquare-Android

Custom calendar selector for android 2.2+, the original project is :
Java
4
star
15

phone-geo

Kotlin版本中国大陆手机号归属地查询.支持离线查询手机号码归属地.
Kotlin
3
star
16

LogcatX

Capture, Display, Save, Share Android logs in Android devices.
Kotlin
3
star
17

PermissionsX

A simplified way to handle Android Runtime Permissions since Android M.
Kotlin
3
star
18

image_cropper

A project which shows how to take a phot or pick a picture, to crop picture, and to display as avatar in Flutter.
Dart
2
star
19

MVI-with-Coroutine-Flow

How Coroutine and Flow works with MVI Pattern in Android projects based on Kotlin?
Kotlin
2
star
20

ReviewQuestions

常见算法面试问题解法. 本项目已经废弃. 如需继续关注, 请查看: https://github.com/bytebeats/Algorithms
Java
2
star
21

gradle-plugin-secretary

An Intellij plugin to help create Gradle Plugin modules and buildSrc modules and create Groovy Classes.
Kotlin
2
star
22

webview-opt

Solution to optimize WebView performance and fix security vulnerability.
Kotlin
2
star
23

kfiglet

A FIGlet library of Kotlin version. Transfer ascii text into FIGlet text. A open-source project for fun and driven by ideas.
Kotlin
2
star
24

cpu-memory-indicator

Intellij plugin to monitor and display Cpu&Memory usage in the status bar.
Kotlin
2
star
25

xml-resources-sorter

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.
Kotlin
2
star
26

rotate-3d-layout

3D rotate layout. 用于实现3D 翻转效果的 ViewGroup.
Kotlin
2
star
27

RobustDialogFragment

A DialogFragment who has no concerns about IllegalStateException, Memory Leaks and IllegalArgumentException.
Java
2
star
28

Lifecycle-CompletableFuture

CompletableFuture works with Android Main Thread and Lifecycles. Android 主线程中使用 CompletableFuture. 并且与 Android#Lifecycle 结合起来使用.
Kotlin
2
star
29

YoutubeLike

imitate some functionalities of Youtube.
Java
2
star
30

commits-changelog-env-plugin

A Jenkins plugin for inserting the commits changelog into the jenkins build environment. Jenkins 打包将最新提交信息通知给钉钉或者飞书机器人.
Java
2
star
31

FloatingWindow

Floating Window over Activity without Permission.TYPE_SYSTEM_ALERT.
Kotlin
2
star
32

marquee_flutter

A Flutter widget that scrolls text infinitely. Customizations are supported, namely scroll durations, directions and velocities, delay after each round and curves for accelerating or decelerating.
Dart
2
star
33

BankCardEditor

自动格式化银行卡. 可根据银行卡号获取卡类型、银行名称.
Kotlin
2
star
34

JsonMaster

Json Master, 一个轻量级的专注于 JSON 处理的IntelliJ 插件. 用于 1, 格式化 JSON 数据; 2, 将 JSON 转化为 XML/YAML/CSV/Properties 格式; 3, 生成 Java/Kotlin/Dart 类; 4, 输入 Url 和参数拦截 JSON 响应. Json Master is a lightweight plugin for validating JSON strings and formatting JSON to XML/Yaml/CVS and generating Java/Kotlin Class from a JSON string.
Kotlin
2
star
35

Stevedore

A Utilization Desktop Application built on Kotlin Multiplatform and Compose Multiplatform for Desktop, aimed at facilitating developers to generate APKs for fragmented App Markets respectedly, especially of China.
Kotlin
2
star
36

IdentifyCard

随机生成中国大陆身份证号. 自动格式化身份证输入. 验证身份证是否合法. 电子身份证生成. 扫描实体身份证识别出身份证信息.
Kotlin
2
star
37

NestedScrolling

Android 5.0 Nested Scrolling. Android 嵌套滚动解决方案.
Kotlin
1
star
38

lunar-phase

天狗吃月亮. 月有阴晴圆缺. 月食. 月相.
Kotlin
1
star
39

AutoSkinChanger

The core code of how to change app's style automatically and instantly. Android 自动换肤.
Kotlin
1
star
40

RouterX

RouterX: a light-weight routing framework. Inspired by ARouter and optimized for handling with Fragments. And only works for Jetpack AAC.
Kotlin
1
star
41

AndroidDevTools

Android development tools. Screen recorder to record the scene where crashs or bugs happens.
Kotlin
1
star
42

SwordLoading

Android版本 "剑气"加载.
Kotlin
1
star
43

VerticalTextView

A View display text vertically.
Kotlin
1
star
44

network-state-receiver

The right way to know wheather network state is changed for all versions of Android platform.
Kotlin
1
star
45

tinifier

Tinifier: Plugin for Jetbrains IDEs for compressing PNG&JPG&JPEG smartly and powerfully based on TinyPNG service.
Kotlin
1
star
46

coherent-scrolling

Supports nested-scrolling since Android 5.0.
Kotlin
1
star
47

Weather

Weather: Intellij plugin to know what's the weather. 在编程的时候, 能够及时知晓天气状况.
Kotlin
1
star
48

ScratchCardView

Scratch Card View. 刮刮卡功能.
Kotlin
1
star
49

recyclerview-ext

Collection of powerful recycler views. Included ListView, GridView, RecyclerView, and so on. So reycler views can be added headers, footers, pinned sections.
Kotlin
1
star
50

ZoomableSlidingPaneLayoutWithSwipe

Sample of SlidingPaneLayout with extended features
Java
1
star
51

dashboardview

A customized view project. DashBoardView.
Kotlin
1
star
52

Marquee

Marquee Views. 跑马灯效果View.
Kotlin
1
star
53

app-signature

A way to get signatures of current app, all installed apps and uninstalled apks. You may compare current app signatures to downloaded apks to verify downloaded apks are safe when using hotfix.
Kotlin
1
star
54

okhttp

OkHttp stuff.
Kotlin
1
star
55

PdfWebview

Simple Android PDF Viewer based on Webview and pdf.js. The library requires no permissions. The PDF stream is fed into the pdf-sandboxed Webview without giving it access to content or files. Android Webview 加载 PDF 文件.
JavaScript
1
star
56

bytebeats.github.io

bytebeats, 不仅是代码的搬运工, 也是代码的生产者, 创造者. 请关注我的博客园:
HTML
1
star
57

gav-module-switcher

Switch module dependencies or agv dependencies.
Kotlin
1
star
58

Pluginify

Android Pluginification solutions.
Kotlin
1
star
59

dex-analyzer-agp

Android Gradle Plugin to report counts of fields and methods in an APK on every Build
Kotlin
1
star
60

ActivityLauncher

ActivityLauncher armed at replacing startActivityForResult/onActivityResult APIs.
Kotlin
1
star
61

AGPs

Android Gradle Plugins.
Kotlin
1
star
62

wifi-qr

快速生成所连接 WiFi 名称和密码的二维码(通过 bash).
Shell
1
star
63

AsciiArt

A Flutter project aimed at converting ascii text into FIGlet.
Dart
1
star
64

wifi-pwd

快速知道电脑所连接 WiFi 密码(通过 bash).
Shell
1
star
65

compose-router

A Router for Jetpack Compose to route @composable functionalities with customized back stack.
Kotlin
1
star
66

OkHttpFileLoader

A manager for uploading files and downloading files based on OkHttp 4.X.
Kotlin
1
star
67

android-scripts

Scripts to help android development. Like pythons, shells.
Python
1
star
68

ComposeLogin

Android Dev Challenge Week 3.
Kotlin
1
star
69

bytebeats

Github Account Stats.
1
star
70

Sentry

一个简易的基于 AspectJ 实现的Android应用性能管理应用.
Kotlin
1
star
71

ApplicationLifecycle

Android 组件化开发时, 将Application 的生命周期主动发送给监听者业务组件中. 业务组件可以无侵入地根据 Application 生命周期执行一些诸如初始化, 减少内存等操作.
Groovy
1
star
72

PinView

PIN码输入控件. 可输入密码或者特定字符.
Kotlin
1
star
73

sword_loading

Flutter版本"剑气"加载小控件.
Dart
1
star
74

multi-channel-packer

Android Gradle plugin for multiple channels apk packer for Android signature v1 and v2 schema.
Kotlin
1
star
75

TaskScheduler

A concise practical task management tool for scheduling tasks for Android. TaskScheduler extracts tasks' dependencies and sort them typologically, executes tasks on Main Thread or asynchronizedly. TaskScheduler speeds up launching Android app and run async tasks parallelly.
Kotlin
1
star
76

base-android-utils

This is a parent project as a library. It's a summary of my Android development experience. It concludes lots of tool classes, such as some classes about SharedPreference, IO, Download, Network and so on. Of course, some custom widgets, like RoundedImageView.
Java
1
star
77

Algorithms

我的LeetCode刷题之旅. 仅仅是我刷题时留下来的一些答案. 仅仅是为了记录一下我的付出. 并没有题目解析之类的东东. 编程语言有 Java & Kotlin & Scala. 最起初的时候使用的语言是 Java, 中间的时候换成了 Kotlin. 然后为了不白学 Scala, 中间也使用了几个月的 Scala. 其中 Kotlin 最多.
Kotlin
1
star