Showing 20 open source projects for "android call privacy"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
    Learn More
  • 1
    Android Debug Database

    Android Debug Database

    A library for debugging android databases and shared preferences

    Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way. Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications. Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    JavaCV

    JavaCV

    Java interface to OpenCV, FFmpeg, and more

    JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, FlyCapture, Spinnaker, OpenKinect, librealsense, CL PS3 Eye Driver, videoInput, ARToolKitPlus, flandmark, Leptonica, and Tesseract) and provides utility classes to make their functionality easier to use on the Java platform, including Android. JavaCV also comes with hardware accelerated full-screen image display (CanvasFrame and GLCanvasFrame), easy...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    Conversations Java

    Conversations Java

    Conversations is an open source XMPP/Jabber client for Android

    Conversations is a Jabber/XMPP client for Android 5.0+ smartphones that has been optimized to provide a unique mobile experience. Don’t stop at text messages. Conversations allows you to easily share files with your contacts and embeds images directly into your chat. Even in conferences. And if you don’t want your contacts to know whether you have read a message yourself you can simply disable that feature in the settings. Conversations will automatically load the message history from your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Slack SDK for Java

    Slack SDK for Java

    Slack Developer Kit (including Bolt for Java) for any JVM languages

    Slack SDK for Java supports the Slack platform in a Java idiomatic way. The SDK written in Java so developers can use it in any JVM language including Kotlin, Groovy, and Scala. If what you want to do is call Slack APIs in your existing services, we recommend using only the Slack API Client. If instead, you’re developing a new modern and interactive Slack app, we recommend Bolt for it. The framework enables developers to focus on the essential parts of their apps without being bothered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    WALA

    WALA

    Libraries for Analysis, with frontends for Java, Android, and JS

    The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. The system is licensed under the Eclipse Public License, which has been approved by the OSI (Open Source Initiative) as a fully certified open-source license. The initial WALA infrastructure was independently developed as part of the DOMO research project at the IBM T.J. Watson Research Center. In 2006, IBM donated the software to the community. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TapTargetView

    TapTargetView

    An implementation of tap targets from the Material Design guidelines

    An implementation of tap targets from Google's Material Design guidelines on feature discovery. Prompt users to try features or functionality that can be completed in a single tap, such as saving a location in a map app. Prompt users to try features or functionality that require more than one tap to complete, such as turning on automatic backup in a photo app. Feature discovery prompts have more impact when they are presented to the right users at contextually relevant moments. When...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Shadow

    Shadow

    Zero reflection fully dynamic Android plugin framework

    Shadow is an Android plug-in framework independently developed by Tencent, which has been tested by hundreds of millions of online users. Shadow not only shares the key code of plug-in technology with open source, but also completely shares all the designs required for online deployment. Reuse the source code of the independent installation App. The source code of the plug-in App can be installed and run normally. Zero reflection and no Hack implementation of plug-in technology. In theory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Autobahn|Java

    Autobahn|Java

    WebSocket & WAMP in Java for Android and Java 8

    Client library providing WAMP on Java 8 (Netty) and Android, plus (secure) WebSocket for Android. The WebSocket layer is using a callback-based user API, and is specifically written for Android. Eg it does not run any network stuff on the main (UI) thread. The WAMP layer is using Java 8 CompletableFuture for WAMP actions (call, register, publish, and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events. The library is MIT licensed, maintained...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
    Learn More
  • 10
    Shortbread

    Shortbread

    Android library that creates app shortcuts from annotations

    Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code that you want the shortcut to call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Shimmer for Android

    Shimmer for Android

    An easy way to add a shimmering effect to any view in an Android app

    Shimmer is an Android library that provides an easy way to add a shimmer effect to any view in your Android app. It is useful as an unobtrusive loading indicator that was originally developed for Facebook Home. Shimmer for Android is implemented as a layout, which means that you can simply nest any view inside a ShimmerFrameLayout tag, and call to start the animation from your code. That's all that is required. The layout will use the values you specify either on the tag (using custom...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Atlas

    Atlas

    An Android dynamic component framework

    Atlas is an Android client-side containerization framework. we call it android dynamic component framework. Atlas provides decoupled, component, and dynamic support. Atlas covers various issues in the project coding period, Apk run-time and follow-up operation and maintenance. In the project period, Atlas enables independent development, independent debug, etc. In the apk run-time, Atlas has complete component life cycle, class isolation and other mechanisms. In the operation and maintenance...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    SparkButton

    SparkButton

    Android library to create buttons with Twitter's heart like animation

    A highly customizable and lightweight library that allows you to create a button with an animation effect similar to Twitter's heart animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VirtualAPK

    VirtualAPK

    Lightweight plugin framework for Android

    VirtualAPK is a powerful yet lightweight plugin framework for Android. It can dynamically load and run an APK file (we call it LoadedPlugin) seamlessly as an installed application. Developers can use any Class, Resources, Activity, Service, Receiver and Provider in LoadedPlugin as if they are registered in app's manifest file. VirtualAPK is an excellent plug-in framework developed by Didi Travel, which supports almost all Android features and has four major components. Compatible with almost...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Douya Bean sprouts

    Douya Bean sprouts

    A Material Design app for douban.com

    The open source Material Design Douban client. Among all people who directly access Douban, the most common and consistent usage is around ratings, comments, discoveries, and discussions around movies, TV, books, records, and events (what we call "items"). We will use the ratings and comments that are synchronized with the website as a starting point and basis to reconstruct the discovery and discussion around personal interests on the mobile phone. Douban is never a single website...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HelloCharts for Android

    HelloCharts for Android

    Charts/graphs library for Android compatible with API 8+

    Charting library for Android compatible with API 8+(Android 2.2). Works best when hardware acceleration is available, so API 14+(Android 4.0) is recommended. Apache License 2.0. Line chart (cubic lines, filled lines, scattered points), column chart (grouped, stacked, negative values), pie chart, bubble chart, combo chart (columns/lines), preview charts (for column chart and line chart), zoom (pinch to zoom, double tap zoom), scroll and fling. Custom and auto-generated axes (top, bottom, left...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    JIProlog

    JIProlog

    Java Internet Prolog (Moved to GitHub)

    N.B. THE PROJECT HAS BEEN MOVED TO GITHUB https://github.com/jiprolog/ JIProlog is a cross-platform pure Java 100% Prolog interpreter that integrates Prolog and Java languages in a very fashinating way. JIProlog is compliant with the major Prolog interpreters. It supports most of ISO Prolog specifications and the most common and used built-in predicates, JIProlog allows to call Prolog predicates from Java without dealing with native code (JNI or JNA) and allows to invoke Java methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ExplorViz

    ExplorViz

    Live Trace Visualization for Large Software Landscapes

    ExplorViz is a web-based software visualization for large software landscapes. It features two different perspectives: the landscape-level perspective and the application-level perspective. The former visualizes the systems, nodes, and application existing in the software landscape. The latter one utilizes the city metaphor to visualize the entities and communication happening in one application. For installation instructions and downloads see http://www.explorviz.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PieceOCake

    PieceOCake

    A ridiculously simple Java save/load library

    ... cakeriffic about this library: -Can store Strings, ints, and String arrays faithfully -Can completely ignore what goes on behind the scenes -Save() and load() methods to get your data. That's it. -So easy a subpar baker could use it How do you use it? Easy. -Tell PieceOCake what data you want to store. -Call the load() function. -Use get() and set() to, well, get and save your data. That's it. It's a Piece O Cake!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Xun Bug

    Xun Bug

    A tool can debug and profile javascript in multi mobile browsers

    Xun Bug is an application for debug and profiling javascript code. It is a powerful tool supports most of mobile browser such as iPhone,Android,BlackBerry,Windows Mobile and Symbian. There is no need to install plugins in your browser. With the debug tool of Xun bug,you can set breakpoint,watch call stacks,step and resume,watch expressions and so on. With the profile tool of Xun bug, you can get the javascript function call tree and every call's time ,you can also get the statistic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next