Ad-Free

5118 apps · feature

Mobile Paper Wallet
APK
A single use wallet application that allows you to generate bitcoin private key and address so you can receive cryptocurrencies and then transfer it out by scanning the QR code by another mobile. It's built using Python and Kivy framework. It supports few coins like Bitcoin, Bitcoin Cash and their testnet version. Also supports Ergon and can easily support coins that are using the cashaddress format. App keeps historical list of generated address, key pairs that could be exported.
F-Droid
Mobile Pauker ++
APK
This app is based on the PC-Version Pauker and the Pauker. It was part of my Master Thesis to update the Pocket Pauker and make it more intuitive to use. Also to update it to the current Android version. You can save your lessons on Dropbox and learn with the MobilePauker++ or Pauker.
F-DroidGitHub
Mobile Tile Server
APK
Mobile Tile Server can be used as a HTTP server, serving Map Tiles from the device storage. When the server is running you can access the tiles from different mapping applications.The application provides four main options:Access of local Map TilesAccess of local MBTiles filesRedirect to a Tile Server with QuadKey Tile schemaAccess static filesAccess to local Map TilesLocal Map Tiles can be accessed on address: http://localhost:PORT/tiles – where PORT is set in application settings. In settings, you must specify a directory, where the files are stored. This directory is used as a root for the server. All files in that directory (including subdirectories) will be accessible from the server.Example: If you have map tiles stored in /storage/emulated/0/MobileTileServer/tiles/Plovdiv/{z}_{x}_{y}.png, you can set the root directory to: /storage/emulated/0/MobileTileServer. Then in order to access this map just start the service and navigate to: http://localhost:PORT/tiles/Plovdiv/{z}_{x}_{y}.png.In this case the root directory points to the parent folder (which contains ’Plovdiv’ subfolder). This way you can have multiple subfolders containing different map tiles and all can be accessed through the same server!Access to local MBTiles files… can be found on address: http://localhost:PORT/mbtiles – where PORT is set in application settings. In settings, you must specify a directory, where the files are stored. This directory is used as a root for the server. All files in that directory (including subdirectories) will be accessible from the server.As MBTiles use TMS schema to store map tiles, y coordinate must be transformed in order to locate the correct tile row. If your app uses XYZ tile schema, pass negative value for y (-y) as a parameter.There are several parameters, which must be provided:’file’: MBTiles file (including extension)’z’: map zoom level’x’: x coordinate of a map tile’y’: y coordinate of a map tileExample: If you have tiles stored in MBTiles format, you can place your files in the root directory and access them with: http://localhost:PORT/mbtiles/?tileset=test.mbtiles&z={z}&x={x}&y={y} or if XYZ schema is used: http://localhost:PORT/mbtiles/?tileset=test.mbtiles&z={z}&x={x}&y=-{y}Redirect to a Tile Server with QuadKey Tile schemaRedirect can be accessed on address: http://localhost:PORT/redirect/?url=&quadkey=true&z=&x=&y= – where PORT is set in application settings. In settings, you must specify a directory, where the files are stored. This directory is used as a root for the server. All files in that directory (including subdirectories) will be accessible from the server.There are several parameters, which must be provided:’url’: url address on which to redirect’quadkey’: ’true’ if the server uses QuadKey Tile schema’z’: map zoom level’x’: x coordinate of a map tile’y’: y coordinate of a map tileExample: If you want to use for example Bing Maps, which uses QuadKey Tile schema and you only have XYZ tile coordinates you can use the redirect option, which will calculate the quadkey value and then will redirect the request to the server. For accessing Bing Maps Aerial map tiles you can navigate to: http://localhost:PORT/redirect/?url=http://ecn.t0.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=6201&quadkey=true&z={z}&x={x}&y={y}
GitHubIzzyOnDroid
MobileInpact
APK
MobileInpact is an unofficial client for NextInpact. It downloads articles from RSS feed, organize them and allows to consult them afterwards, even offline.
F-DroidGitHub
MobilePrint
APK
Currently requires Windows XP or newer on a PC connected to a computer, though the author wishes to develop servers for the other platforms. Status: Beta
F-Droid
Mobilizon
APK
What’s Mobilizon? Mobilizon is an online tool to help manage your events, your profiles and your groups. - Your events On Mobilizon you can create a detailed page for your event, publish and share it. You can also search for events by keyword, place or date, participate in events (even without an account) and add them to your agenda. - Your profiles Setting up an account on a Mobilizon instance will allow you to create several profiles (i.e.: personal, professional, hobbies, activism, etc.), organise events and manage groups. Before you create an account on an instance, don't forget to discover how this instance works by reading its “about” page, to better understand its rules and policies. - Your groups In Mobilizon, each group has a public page where you can consult the group’s latest posts and public events. When invited to join a group, members can participate in discussions, and manage a common resource folder (i.e. links to a collaborative writing tool, a wiki, etc.)
F-Droid
M
Mock Silently
APK
Mock my GPS is a light-weight Android app that mocks the GPS and Network location providers of your device. It allows you to fake your location, so apps believe you‘re somewhere else – which can be a „fixed location“ or a „trip simulation“ (movement between two locations in a given time frame).Don’t let the „old-fashioned design“ scare you away; no „fancy frameworks“ also means no extra weight, take a look at the size of the app :)Mock Silently is an optional addition to Mock my GPS with the purpose to to intercept implicit geo-Intents that originate from 3rd-party software, and cannot be directly configured to include custom extras.
GitHubIzzyOnDroid
M
Mock my GPS
APK
Mock my GPS is a light-weight Android app that mocks the GPS and Network location providers of your device. It allows you to fake your location, so apps believe you‘re somewhere else – which can be a „fixed location“ or a „trip simulation“ (movement between two locations in a given time frame).Don’t let the „old-fashioned design“ scare you away; no „fancy frameworks“ also means no extra weight, take a look at the size of the app :)
GitHubIzzyOnDroid
M
Mock my GPS UnifiedNlp Backend
APK
Mock my GPS is a light-weight Android app that mocks the GPS and Network location providers of your device. It allows you to fake your location, so apps believe you‘re somewhere else – which can be a „fixed location“ or a „trip simulation“ (movement between two locations in a given time frame).Don’t let the „old-fashioned design“ scare you away; no „fancy frameworks“ also means no extra weight, take a look at the size of the app :)Mock my GPS (UnifiedNlp Backend) is an optional addition to Mock my GPS providing mocked location data to UnifiedNlp while Mock my GPS is running.
GitHubIzzyOnDroid
MockTraffic
APK
A random DNS and HTTPS internet traffic noise generator provides enhanced privacy and security by obfuscating users' online activities. It generates random, non-user-initiated queries to DNS servers and encrypted HTTPS connections, making it difficult for third parties such as ISPs, surveillance systems, or malicious actors to analyze and track actual browsing patterns. This added layer of traffic noise reduces the effectiveness of traffic analysis and profiling techniques, making it harder to identify specific behaviors, websites, or services accessed by the user.Features:Small codebaseRuns in the backgroundBuilt in Java
GitHubIzzyOnDroid
ModSynth
APK
ModSynth is a powerful modular synthesizer allowing construction of complex polyphonic instruments. Connect any number of oscillators, filters, delays and other synthesizer modules in a graphical editor. Adjust the settings of each module while playing the instrument to get a desired sound. Save as many instruments or variants of an instrument as you’d like. Ten built-in instruments are provided to help you get started.NOTE: This app is not receiving updates anymore.The free version contains the following modules:KeyboardPad (for theremin and "scratching" effects)OscillatorFilterEnvelopeMixerAmpLFOSequencerDelay (echo)Output (with scope to see the sound)In-app purchase the full version ($5 US) to expand polyphony (from 3 voices to 10), unlock advanced capabilities, and access these additional modules:Arpeggiator for sequential playing of the notes in a chordMelody for more complex sequences of notesMultiOsc for strings and other chorus sounds,Unison for more complex chorusing,Operator for building FM synthesis,PCM for sampled sounds (WAV and SF2 SoundFont files),Reverb for simulating room acoustics.Crusher for adding digital distortion.Compressor to combine all voices and even the sound levelsPan to direct sound to either left or right stereo channels.SpectralFilter to control the spectrum of a sound with a bank of 25 bandpass filtersFunction module allowing entry of an arithmetic expression for the module’s functionThe full version also provides the ability to record sounds to a WAV file.ModSynth has support for external MIDI controllers such as keyboards or DAWs, including mapping of controls to CCs. It has low latency on devices supporting Android low latency. All oscillators are anti-aliased, providing low distortion at higher frequencies.A guide to using ModSynth can be found at bjowings.weebly.com/modsynth.html.A VST plugin is available to run ModSynth created instruments on VST hosts on Windows. See bjowings.weebly.com/modsynthvst.html for the free download and instructions.
GitHubIzzyOnDroid
Modular Remote
APK
The aim of this app is to provide the user a possibility to fully create their own remote out of several modules.Currently supported remotely control-able devices:Basically any device controllable via TCP, you just have to look up the commands when you set up your remoteAdvanced support for pioneer receivers (via network): Select commands & responses (not all commands & responses supported yet)Any device that supplies a browser-based user-interfaceAny device control-able with widgets supplied by an external appAvailable modules:ButtonToggle buttonDropdown listDisplayCommand lineWebViewWidgetScroll containersYou can also configure multiple pages to best suit your needs depending on different occasions. If your launcher supports creating shortcuts (like e.g. NovaLauncher), you can create home screen shortcuts to your pages.
GitHubIzzyOnDroid
MoeList
APK
MoeList is an unofficial MAL (MyAnimeList) client, with this app you can easily track, rate, organize and discover new Anime & Manga.Features:Manage your Anime/Manga listView Anime/Manga detailsRelated Anime/MangaSearch Anime/MangaSeasonal AnimeAnime recommendationsAnime/Manga top chartsView your profile and anime statsLight/Dark themeNSFW toggle… and more.
GitHubIzzyOnDroid
MoeMemos
APK
Moe Memos is an app to help you capture thoughts and ideas. You can use Moe Memos with either a self-hosted Memos server or locally on your device. Features: - Write memos like tweeting to yourself - Use Moe Memos locally on your device (with export) or sync with your own Memos server - Offline-first experience with automatic sync when you are back online - Material You design with dynamic themes and themed icon - Rich memo content: Markdown editor and renderer, images, non-image attachments, and to-do items - Organize and find memos with tags, pinning, and search - Home screen widget and share sheet integration (text, images, and webpages) - View your memo activity with a progress graph - Full privacy protection, no data collection
F-DroidGitHub
M
Mojeek
Web
Independent search engine from the UK with its own crawler-based index and no tracking.
Molly
APK
unofficial FOSS Signal Client
GitHub
Moloko
APK
The goal of the app is to support nearly all features provided by the rememberthemilk.com web application. Moloko accesses all tasks via a local database. Network connection is only necessary for background synchronization. Currently it supports German, English and French language. rememberthemilk.com is a website that helps you manage todo lists. The app sets up an account provider and you can choose read access or read/write access to your account, but you will need an account on the website first. Support for HTTP and HTTPS access of RTM including proxy settings and compression to save data volume. RTM smart search syntax operators: also used for smart lists. See the wiki on the website for more. Status: BETA
F-Droid
Momkin
APK
Momkin (from Arabic ممكن, "doable") helps you learn languages by visualizing what's being said. All you need is some audio file that goes with a subtitle file (supported format: .srt). You can download those files with apps like NewPipe, but you can also create them yourself with programs like Aegisub.
F-Droid
Mondstern Acrylic Icons
APK
Mondstern has created several acrylic versions of app icons on F-Droid as a way to promote F-Droid. This app is made by Sylvia van Os to help Mondstern bring their icons to several Android launchers. Current list of launchers from F-Droid with icon support: - KISS Launcher - Ion Launcher - Stario
F-Droid
Monero.com
APK
GitHub
Money Logs
APK
Financial Record Manager App. User can record, manage, import, export their financial income and expenses. Attention: This app use Currency rate from open.er-api.com for currency change function.
F-Droid
Money Manager Ex
APK
A simple and easy-to-use application to manage personal finances, bank accounts, family budget, and more. The main goal is to provide a mobile implementation for an application we love to use on our desktop, Money Manager EX. Features - Management of single transactions - Account, payee, category, and currency management - Cloud storage-based synchronization, including: - Cloud storage such as Google Drive and Nextcloud - Sync services like Syncthing - Support for SQLCipher encryption - Compatibility with Desktop MMEX - Repeating transactions - Charts for reports
F-DroidGitHub
M
Money Tracker
APK
Do you want to save some money or just to know where is your money come from and to? Then this app is for you. You can manage you incomes and expenses in two clicks, then take a report in two clicks more. Following features are available in current version: Manage expenses/incomes. Create reports for period. Manage accounts with different currencies. Transfer money between accounts. Manage exchange rates between currencies. Quick summaries. Charts. CSV export/import. Dropbox backups.
F-DroidGitHub
MoneyBalance
APK
Whenever someone pays something for the group (or part of it) the expense is entered into this app. At the end of the vacation it will tell you who paid too little or too much, so the accounts can be easily balanced. Features: * Managing multiple calculations in parallel * Uneven split of expenses * Multiple currencies per calculation * CSV export for importing calculations into a spreadsheet application * English, german, french and spanish localization
F-DroidGitHub
Page 100