Showing 64 open source projects for "android"

View related business solutions
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Thorium

    Thorium

    Chromium fork named after radioactive element No. 90

    Chromium fork for Linux named after radioactive element No. 90. Windows/MacOS/RasPi/Android/Other builds.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Jasmine Comic

    Jasmine Comic

    A comic browser, supports Android / iOS / MacOS / Windows / Linux

    A comic browser that supports Android/iOS/MacOS/Windows/Linux.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    hosts

    hosts

    Consolidate and extend hosts files from several well-curated sources

    Consolidating and extending hosts files from several well-curated sources. You can optionally pick extensions to block pornography, social media, and other categories. The unified hosts file is optionally extensible. Extensions are used to include domains by category. Currently, we offer the following categories: fakenews, social, gambling, and porn. Extensions are optional, and can be combined in various ways with the base hosts file. The combined products are stored in the alternates...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Privacy Badger

    Privacy Badger

    Privacy Badger automatically learns to block invisible trackers

    Privacy Badger is a browser extension that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. If an advertiser seems to be tracking you across multiple websites without your permission, Privacy Badger automatically blocks that advertiser from loading any more content in your browser. To the advertiser, it’s like you suddenly disappeared. Privacy Badger was born out of our desire to be able to recommend a single...
    Downloads: 8 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    Google Mobile Ads Unity Plugin

    Google Mobile Ads Unity Plugin

    }Unity Plugin for the Google Mobile Ads SDK

    The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions. The SDK enables mobile app developers to maximize their monetization in native mobile apps. This repository contains the source code for the Google Mobile Ads Unity plugin. This plugin enables Unity developers to easily serve Google Mobile Ads on Android and iOS apps without having to write Java or Objective...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Floccus

    Floccus

    Sync your bookmarks privately across browsers and devices

    Browser Extensions & Android App that sync your bookmarks across all your browsers and devices. Via an optionally selfhosted Nextcloud or WebDAV server or optionally end-to-end encrypted via Google Drive. Use any browser that supports Web extensions (e.g. Firefox, Chrome, Edge, Opera, Brave, Vivaldi, ...; Safari not yet) Install the floccus Android app to access your bookmarks on your phone. Create as many sync profiles as you need. Control sync strategy (i.e. uni- or bidirectional), sync...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    gradle-maven-publish-plugin

    gradle-maven-publish-plugin

    A Gradle plugin that publishes your Android and Kotlin libraries

    A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance. Gradle plugin that creates a publish task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance. This plugin is based on Chris Banes initial implementation and has been enhanced to add Kotlin support and keep up with the latest changes. No need to know how publishing works for different project types. AGP provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    deep-clean

    deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

    A Kotlin script that nukes all build caches from Gradle/Android projects. Useful when Gradle or the IDE let you down. The script has been tested on macOS, but it is completely untested on Linux and Windows. KScript may not work at all on Windows! For this script to work, you need to have kotlin, script, and maven on your PATH. If you don't have all three commands on your PATH, then read on to the next section to install them. To make the script run, we'll first need to install all the required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AWS GameKit Plugin for Unreal

    AWS GameKit Plugin for Unreal

    The AWS GameKit Plugin for Unreal

    AWS GameKit is an open-source engine integration toolkit for game developers who want to create high-quality, cloud-connected game features without the potentially steep learning curve for cloud service architecture and AWS. With AWS GameKit, you can deliver core functionality to your players with minimal effort and time by using pre-built AWS solutions for your game backend and integrating the features into your game. You can use the AWS GameKit game features as designed or as a launch pad...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    eslint-plugin-compat

    eslint-plugin-compat

    Check the browser compatibility of your code

    Lint the browser compatibility of your code. Browser targets are configured using a browser list. You can configure browser targets in your package.json. If no configuration is found, browser list defaults to "> 0.5%, last 2 versions, Firefox ESR, not dead". Add polyfills to the settings section of your eslint config. Append the name of the object and the property if one exists. Toolchains for native platforms, like iOS and Android, have had API linting from the start. It's about time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JavaCPP

    JavaCPP

    The missing bridge between Java and native C++

    JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as with SWIG, SIP, C++/CLI, Cython, or RPython. Instead, similar to what cppyy strives to do for Python, it exploits the syntactic and semantic similarities between Java and C++. Under the hood, it uses JNI, so it works with all implementations of Java SE, in addition to Android, Avian, and RoboVM (instructions). More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    App size is an important metric which directly correlates with business metrics like install conversion rate. Measuring app size is straightforward, but knowing what contributes to it is not. Especially in bigger projects with hundreds or thousands of modules and third-party dependencies. Ruler provides a convenient way to find out how much each module and dependency contributes to the total size of your app by running a single Gradle task. First you need to add the Ruler Gradle plugin to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    organice

    organice

    An implementation of Org mode without the dependency of Emacs

    ... is great, but it’s desktop software. For users who want to access or edit their Org mode files whilst on the go, organice is a great choice. organice is a web application. You can use it from any browser. On iOS and Android, you can install organice to your homescreen. When started from there, it will run in full-screen as a Progressive Web Application (PWA) which will add offline capabilities (see chapters progressive web app and offline support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 167 This Week
    Last Update:
    See Project
  • 15
    OnionLinksV3

    OnionLinksV3

    2023!!Onion Links V3!!(Forum&Chat&Onion Site)TR-EN

    2023!!Onion Links V3!!(Forum&Chat&Onion Site)TR-EN
    Downloads: 31 This Week
    Last Update:
    See Project
  • 16
    WinTVBrowser

    WinTVBrowser

    A TV-like user interface for Home Theatre PCs.

    WinTV Browser is a TV like user interface for your home theatre PC. It aims to mimic the Android TV user interface or the user interface that is built into your smart TV. It is in essence a Web Browser that uses WebView2, the Microsoft Chromium based browser. It operates smoothly and has excellent support for websites. Use your XBOX controller to navigate the user interface. Your controller will act like a mouse, with some extra functions for some buttons. Version 0.2.3 Changes: Read...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 17
    MeanOS

    MeanOS

    The smallest and the most powerful operating system.

    The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS is specifically designed to support both Brave and Tor but is compatible with all other major browsers. Mean OS is Proud to be a BRAVE and TOR supporter, be free!!
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    MobiDevTools

    MobiDevTools

    A mobile devtools for debugging web sites and web apps

    Considering Firefox the only browser for Android that offers the possibility of being able to install add-ons, I believe that implementing Eruda [https://github.com/liriliri/eruda], mobile devtools, in a WebExtension was for me a necessary choice for developers who concentrate on debugging web apps. Add-on allows you to view the console, DOM elements, network traffic, source code, resources, and more. --------------- 21.07.2022 - Updated the add-on's eruda (2.5.0v) library
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    uweb browser: unlimited power

    minimal suckless android web browser with unlimited power

    - Powerful: html5 enhancement; any urls to host a website; javascript and shell scripting for general processing; and more with Termux. - Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc. - Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine. - Tiny: less than 200k - Fast: run fast, even with...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    The fastest and most stable captcha solving service API provider!

    CAPTCHAs.IO The most stable and fast captcha solver service online. CAPTCHAs.IO is the fastest and most stable captcha solving service API provider in the Internet. Now with the Chrome browser they wish to expand their service by this extension. How it works? The extension will automatically detect captchas with in the page but you will have to select the correct CAPTCHA IMAGE and the correct CAPTCHA FIELD then REFRESH the browser for the service to solve the captcha...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    JohnLC Browser v2
    JohnLC Browser v2 is the latest and greatest version of our popular web browser. It features a number of new features and enhancements, including: Enhanced Ad Blocker: Our ad blocker has been upgraded to block even more ads, including pop-ups, video ads, and banner ads. New UI: We've redesigned the user interface to make it more intuitive and easier to use. Privacy Control: We've added a number of new privacy features, such as the ability to block trackers and cookies. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Pincode Based Products Price WooCommerce

    Pincode Based Products Price WooCommerce

    Free Download - Pincode Based Products Price - WooCommerce Plugin

    Free Download Pincode-Based Products Price Woocommerce | Are you looking for a plugin that allows for dynamic pricing based on the customer's postal code or ZIP code in WooCommerce? There isn't a native feature in WooCommerce that provides this level of granularity in pricing based on postal codes, but there might be third-party plugins available that offer this functionality. FEATURES OF THIS PLUGIN You Can add unlimited postcodes for one product You Can update your postcode Price...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Relative XPath Assistant

    Relative XPath Assistant

    Just right click on the html elements to compare them

    This WebExtension will give you the relative XPath expression of two web elements Release 1.4.2 (04/08/2022) - Adding control key functionality Add-on is based on relative-xpath-helper open-source project on github [https://github.com/syamsasi99/relative-xpath-helper] ### Details - Compared to the original version, some incompatibilities of the scripts with the Firefox browser have been improved and fixed - No data is sent to any server and not get from any server ###...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ByteX

    ByteX

    ByteX is a bytecode plugin platform based on Android Gradle Transform

    ByteX is a bytecode plugin platform based on Android Gradle Transform Api and ASM. (Maybe you can think of it as a socket with unlimited plugs?) In the apk building process, each plugin is completely independent. It not only can run independently from the ByteX host, but also can be automatically integrated into the host into a single Transform along with other plugins. What's more, each plugin's code is decoupled from one another, as well as their host, which makes it extensible and highly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    McImage

    McImage

    Auto Check big images and compress images in building

    Android Gradle Plugin. Auto Check big images and compress images in building. McImage is a Non-invasive plugin for compressing all res in your project. Version 1.0.1 now supports all build.gradle version! Already supports mavenCentral. Compress all png and jpg, every img can save %70 in size. It is possible to convert imgages to webp (after v0.0.3 support) Auto match the system which you build your project. Support includes Linux, Mac OS X and Windows (after v0.0.4 support) Use this plugin only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next