All Projects → renyuneyun → Easer

renyuneyun / Easer

Licence: gpl-3.0
User-defined explicit automation for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Easer

Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-69.18%)
Mutual labels:  automation, android-application
Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+327.85%)
Mutual labels:  automation, assistant
Scheduler Card
HA Lovelace card for control of scheduler entities
Stars: ✭ 154 (-64.84%)
Mutual labels:  automation, assistant
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+989.73%)
Mutual labels:  automation
Musicplayer
Implemented using Clean Arch, MVVM, LiveData, Room, Koin, Coil, Service, Notification and ExoPlayer
Stars: ✭ 413 (-5.71%)
Mutual labels:  android-application
Burpa
Burp-Automator: A Burp Suite Automation Tool with Slack Integration. It can be used with Jenkins and Selenium to automate Dynamic Application Security Testing (DAST).
Stars: ✭ 427 (-2.51%)
Mutual labels:  automation
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (-0.23%)
Mutual labels:  automation
Odin
A programmable, observable and distributed job orchestration system.
Stars: ✭ 405 (-7.53%)
Mutual labels:  automation
Phpmnd
PHP Magic Number Detector
Stars: ✭ 431 (-1.6%)
Mutual labels:  automation
Brutesploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 424 (-3.2%)
Mutual labels:  automation
Chrome Har Capturer
Capture HAR files from a Chrome instance
Stars: ✭ 423 (-3.42%)
Mutual labels:  automation
Grab N Run
Grab’n Run, a simple and effective Java Library for Android projects to secure dynamic code loading.
Stars: ✭ 413 (-5.71%)
Mutual labels:  android-application
Shuffle
Shuffle: A general purpose security automation platform platform. We focus on accessibility for all.
Stars: ✭ 424 (-3.2%)
Mutual labels:  automation
Blt
Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
Stars: ✭ 412 (-5.94%)
Mutual labels:  automation
Walleth
free (libre) native Android Ethereum wallet
Stars: ✭ 432 (-1.37%)
Mutual labels:  android-application
Pluradl.py
Automated download of Pluralsight courses
Stars: ✭ 406 (-7.31%)
Mutual labels:  automation
Automate Everything
这是我准备写的第一本书,其实早些时候已经打算开始写书了,只是苦于没有写书经验,无从下手。写书不同于博客,写书需要将知识,经验等系统化地讲述出来,而我现在恰巧缺乏这种表现能力。因此我决定在这里将项目中零散的东西记录下来,然后后期润色一下,写成一本书。
Stars: ✭ 430 (-1.83%)
Mutual labels:  automation
From Design To Android Part2
Stars: ✭ 421 (-3.88%)
Mutual labels:  android-application
Solopi
SoloPi 自动化测试工具
Stars: ✭ 4,461 (+918.49%)
Mutual labels:  automation
Mobly
E2E test framework for tests with complex environment requirements.
Stars: ✭ 424 (-3.2%)
Mutual labels:  automation

Easer Build Status weblate codecov Download
matrix-chat Backers on Open Collective

Get it on F-Droid

See README.en.md for the English version.

注意:由於近期(2020下半年起)時間所限,Easer的維護速度會受到影響。不過由於程序主要框架已經穩定,除了增加對Event和Condition的遠程插件的支持(以及長期計劃中對多機器自動化互聯的支持)外,Easer的核心結構應當不會進行顯著修改(不過擴充功能仍不免需要進行一定修改)。有興趣者可以查看下面的相關章節,理解如何爲Easer添加你需要的功能,或者如何定位錯誤。作者會儘量抽時間看PR,然後先發佈的beta版本測試,隨後發佈正式版本。

簡介

Easer是一个讓智能手機更爲智能更爲自動化的軟件,能夠告訴手機在什麼情況下該做什麼事。Easer不僅可以處理事件,也可以檢查狀態,還能組合事件形成複雜的自定義事件。

如要查看對Easer功能完整的介紹,請參見網站

本文主要描述Easer的開發相關事宜。

擴展Easer

給Easer添加功能主要分爲三類:機制、技能以及遠程技能(插件)。

其中機制是Easer的核心部分,需要對Easer代碼有較好理解;也歡迎對現有代碼進行優化(但不要過度優化)。 對於多數情況下,所要做的是增加新Event、Condition和Operation,這通過增加新的技能或遠程技能(插件)實現。

技能

增加技能插件需要添加自己的Event、Condition或Operation至Easer代碼中的commons包下。有腳本以簡化該操作,並且現有插件均可作爲示例。

詳細請參見這個頁面

遠程技能(插件)

遠程技能是v0.7開始新增的功能,旨在通過獨立的軟件擴展Easer的功能。每個遠程技能是一個獨立的app;理論上也可以在一個app中包含多個遠程技能。注意該功能較新,接口暫不穩定(但應該不會大改)。

暫時遠程技能僅有Operation,該倉庫是一個示例。本倉庫中diagram目錄下有相關文件,比如其時序圖

支持Easer

協助翻譯

Easer的翻譯工作託管在Hosted Weblate。它是weblate(一個FLOSS的在線翻譯貢獻平臺)的官方託管實例。

十分歡迎有志者幫助翻譯工作,聚沙成塔集腋成裘。 如無特別說明,翻譯文本將使用CC-0協議,這意味着它們會進入公有領域;如果希望使用其他協議,請事先聯繫我們。

另請注意,由於Easer作者的個人偏好,中文主體取傳統漢字作爲模字,不取大陸所爲簡化字也不取臺灣所爲正體字。凡涉及翻譯自外文等情況導致地區用語不一致時,模字以大陸版爲主。(計劃後續加入基於OpenCC的自動轉換,擬通過CI達成,只是暫時無此精力。歡迎有經驗或有興趣者協助。)

提出、評論以及解決issue

如果在使用Easer時發現了什麼問題,你可以提出一個issue。在可行的情況下(當然,這不是強制的),相關信息給得越多越好,以便更早定位問題所在。
如果你覺得Easer應當添加某些功能,你也可以提出一個issue。

對於現有的issue,無論你有相同的問題(或想法)、你可以提供更多信息、或是你不認同其中的說法,請對其進行評論。十分歡迎對問題進行討論。 其中較需要多方意見的issue被標爲RFC,歡迎任何人的意見/建議。

如有興趣參與更多但不知道從何下手,可以查看被標爲GFC (Good For Contributors) L0L1L2 的issue。一般而言,它們都是目的較爲清晰、涉及組件較少的issue;L0、L1、L2是我個人主觀按難度遞增順序進行的劃分。

在某些情況下(如果你是一個開發者),你也許具有解決某些issue的能力。你可以fork本倉庫,編寫代碼,然後創建pull request。這樣,如果你的代碼的確解決了其問題,則你的代碼會進入主幹,他人均會受益於你的貢獻(並且你會被列在Contributors列表中)。
同樣歡迎對非現有issue創建pull request,但建議首先創建一個issue來描述你將要進行的工作(使得其他人意識到此事)。

測試覆蓋

測試實是重要。 而Easer目前遠不及過分測試的程度——事實上,多數代碼並沒有相應的自動測試。

如願意幫助貢獻測試代碼——尤其是對於核心部分(包括UI、數據後端以及服務)的測試——這裏實在感激不盡。

捐助

如果您願意給Easer的開發提供任何額度的捐助,請參看DONATE.md

感謝任何額度的支持。

鳴謝

協助者

Easer的開發離不開社區的幫助及捐贈。十分感謝各位。

詳細列表請見Contributor文檔。

第三方

版權協議

Copyright (c) 2016 - 2019 Rui Zhao (renyuneyun) [email protected]

除非額外說明,程序代碼以GPLv3+協議分發(參見LICENSE)

utils/目錄下工具以Apache 2.0協議分發(參見utils/LICENSE

爲何使用GPL?

Easer的期望功能中包含大量對隱私信息(比如位置信息、日曆信息)的捕捉,而且擁有對網絡的訪問能力。我們永遠不會希望一個本該方便生活的工具變成對自己生活的監視工具,所以必須儘可能保證該腐化不會發生。其唯一方法就是確保Easer的各個部分都允許任何人覈查,即保證Easer(及如果存在的衍生軟件)爲開源軟件。
而由於設計中Easer的各個功能(在將來)會變爲模塊/插件,因而也需要保證這些模塊/插件不會成爲潛在的黑手,故而希望依靠GPL的特性(鏈接軟件也需要爲GPL)來強制這一點。

事實上,強制各衍生/擴展品爲GPL並不必要,因爲只需要它們開源即可。但GPL是(我)目前所知的唯一可以保證衍生/擴展品爲開源軟件的協議,所以選擇它。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].