All Projects → PerfectSlayer → AdAway

PerfectSlayer / AdAway

Licence: GPL-3.0 License
AdAway is an open source ad blocker for Android using the hosts file.

Programming Languages

c
50402 projects - #5 most used programming language
HTML
75241 projects
java
68154 projects - #9 most used programming language
Roff
2310 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to AdAway

ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (+461.54%)
Mutual labels:  adware, adblocker
HomebrewOverlay
Browser extension adware (showHomebrewOverlayOuter)
Stars: ✭ 52 (+300%)
Mutual labels:  adware
root painter
RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation
Stars: ✭ 28 (+115.38%)
Mutual labels:  root
KtSh
Execute shell commands on Android or the JVM
Stars: ✭ 615 (+4630.77%)
Mutual labels:  root
spark-root
Apache Spark Data Source for ROOT File Format
Stars: ✭ 28 (+115.38%)
Mutual labels:  root
the-roots-home
I am not root, this is a hugo theme.
Stars: ✭ 29 (+123.08%)
Mutual labels:  root
Social-media-Blocklists
Social media DNS Blocklist for Pihole and AdGuard
Stars: ✭ 60 (+361.54%)
Mutual labels:  adblocker
awesome-android
A curated list of awesome open source Android applications, tutorials and resources.
Stars: ✭ 524 (+3930.77%)
Mutual labels:  root
openvpn-unroot
Run OpenVPN without root privileges
Stars: ✭ 27 (+107.69%)
Mutual labels:  root
Latest-adb-fastboot-installer-for-windows
A Simple Android Driver installer tool for windows (Always installs the latest version). Sponsored by https://sendletter.org, the Cheapest way to Send Letters
Stars: ✭ 242 (+1761.54%)
Mutual labels:  root
DIRT
Digital Imaging of Root Traits: Extract trait measurements from images of monocot and dicot roots.
Stars: ✭ 20 (+53.85%)
Mutual labels:  root
jobofferbackend
This project is a real-world example of DDD in a backend application It applies the concept of Entity, Value Object, Root, Aggregate, Services, Repositories and Ubiquitous Language.
Stars: ✭ 15 (+15.38%)
Mutual labels:  root
b374k-mini
PHP Webshell with handy features.
Stars: ✭ 28 (+115.38%)
Mutual labels:  root
AdClear-Open-Source-Issue-Tracker
Open Source Issue Tracker for AdClear non-root ad blocker for Android
Stars: ✭ 101 (+676.92%)
Mutual labels:  adblocker
wakelock-source-hunter
A small script you can run on your root-ed Android phone to find out the source of wakelocks.
Stars: ✭ 29 (+123.08%)
Mutual labels:  root
root-docker
Docker recipes for ROOT
Stars: ✭ 23 (+76.92%)
Mutual labels:  root
turk-adlist
Ad servers list to block ads on Turkish websites.
Stars: ✭ 38 (+192.31%)
Mutual labels:  adblocker
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide 🔒 Protection | 🔎 Privacy | 🚀 Performance on home network 24/7 🕛 Accessible anywhere 🌏
Stars: ✭ 160 (+1130.77%)
Mutual labels:  adblocker
additional-hosts
🛡 List of categorized undesired hosts
Stars: ✭ 13 (+0%)
Mutual labels:  adware
ThemeApplyTools
MIUI 无 root 主题工具
Stars: ✭ 31 (+138.46%)
Mutual labels:  root

AdAway Build Status License: GPL v3

AdAway is an open source ad blocker for Android using the hosts file.

For more information visit http://adaway.org

Preview Build

For users with bugs, there may be preview builds available from the AdAway XDA Thread. It is recommended to try those builds to see if your issue is resolved before creating an issue. The preview builds may contain bug fixes or new features for new android versions. You can also obtain Preview or Stable builds from the XDA Labs application.

Stable Build

After preview builds have been tested a bit by the more technical or responsive community within the forums, we will then post the stable build to F-Droid.

Get it on F-Droid

Support

You can post Issues here or obtain more detailed community support via the XDA Thread.

Authors

AdAway is currently maintained by:

The original author is Dominik Schürmann (@dschuermann) and it was previously maintained by Dāvis Mošenkovs (@DavisNT).

Build with Gradle

  1. Ensure you have Android SDK (Software Development Kit) and NDK (Native Development Kit) installed. If not:
    • Option 1: Install Android Studio or,
    • Option 2: Install command line tools and install build tools and ndk bundle with sdk manager (tools/bin/sdkmanager "build-tools;27.0.3" ndk-bundle)
  2. Export ANDROID_HOME environment variable pointing to your Android SDK (export ANDROID_HOME=/path/to/your/sdk)
  3. Execute ./gradlew build

Contribute

Fork AdAway and do a Pull Request. I will merge your changes back into the main project.

Development

I am using the newest Android Studio for development. Development with Eclipse is currently not possible because I am using the new project structure.

  1. Clone the project from GitHub
  2. From Android Studio: File -> Import Project -> Select the cloned top folder
  3. Import project from external model -> choose Gradle

Translations

Translations are hosted on Transifex, which is configured by ".tx/config".

  1. To pull newest translations install transifex client (e.g. apt-get install transifex-client)
  2. Config Transifex client with "~/.transifexrc"
  3. Go into root folder of git repo
  4. execute tx pull (tx pull -a to get all languages)

see http://docs.transifex.com/client/ for more details.

Coding Style

Code

  • Indentation: 4 spaces, no tabs
  • Maximum line width for code and comments: 100
  • Opening braces don't go on their own line
  • Field names: Non-public, non-static fields start with m.
  • Acronyms are words: Treat acronyms as words in names, yielding !XmlHttpRequest, getUrl(), etc.

See http://source.android.com/source/code-style.html

XML

  • XML Maximum line width 999
  • XML: Split multiple attributes each on a new line (Eclipse: Properties -> XML -> XML Files -> Editor)
  • XML: Indent using spaces with Indention size 4 (Eclipse: Properties -> XML -> XML Files -> Editor)

See http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/

tcpdump and webserver binary modules

Forked from the following sources and slightly modified to compile!

Changes

Please review the following commits for the changes made to the sources above in order for them to compile in this project:

Licenses

AdAway is licensed under the GPLv3+.
The file LICENSE includes the full license text.

Details

AdAway is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

AdAway is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with AdAway. If not, see http://www.gnu.org/licenses/.

Libraries

Images

  • status_enabled.svg, status_disabled.svg, status_update.svg
    Dropbox Emblems Tango by Charles A.
    http://forums.dropbox.com/topic.php?id=7818&replies=19
    Creative Commons Attribution 3.0 Unported License

  • status_fail.svg
    Faenza Icons
    GPLv3

  • icon.svg, banner.svg
    AdAway by Dominik Schürmann
    New version by Alin Ţoţea-Radu
    GPLv3

  • Menu Icons
    Original Android Icons

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].