f-droid.org

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Open source android without the Google overlords.

apkpure.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Fed up with Google Play? Get android apps from APKpure.

cordova.apache.org

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Mobile apps with HTML, CSS & JS for Android & iOS.

Cordova Common 5.0.0 Released!

9 March 2023 @ 12:00 am

We are happy to announce that [email protected] has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing. Release Highlights The most notable changes in this major release are: GH-186 feat!: bump package requirement node>=16 As Node.js 14 nears the end-of-life (April 2023), we have bumped the minimum requirement to 16.0.0. This update has also increased the minimum npm requirement to 7.10.0. GH-197 feat(android): added monochrome attribute In preparation for Cordova-Android's next major release, supporting logic for Android's monochrome icons has been included. Changes in

Screen Orientation Plugin 3.0.3 Released!

24 February 2023 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-screen-orientation! [email protected] To upgrade: cordova plugin remove cordova-plugin-screen-orientation cordova plugin add [email protected] Release Highlights This release improves compatibility with newer iOS versions (see (#107)) and contains miscellaneous version updates. Please report any issues you find by following this How to File a Bug guide! Changes include: build(deps): bump json5 fr

Cordova CLI 11.1.0 Released!

16 January 2023 @ 12:00 am

We are happy to announce that we have just released a minor update to our Cordova CLI! [email protected] This release also pins our internal libraries to the latest releases: [email protected] [email protected] [email protected] [email protected] Release Highlights This release officially appends the deprecation flag to the Windows & OSX platforms on the available platforms output screen. We have updated our internal process to pass all of the XML attribute values in config.xml to the platform packages so we can easily update the platforms without updating tooling and CL

Cordova Common 4.1.0 Released!

15 November 2022 @ 12:00 am

We are happy to announce that [email protected] has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing. Release Highlights The most notable improvement in this minor release is the ability to pass nearly all XML DOM element attributes to the platform's JS tooling. By passing down all attribute data, Cordova-Common no longer needs to be updated for adding and supporting new platform attributes. Please report any issues you find at issues.cordova.io! Changes include: GH-181 feat(PluginInfo): Allow XML Attributes to be passed through to core platforms GH-158 fix(ConfigChanges): do not pass Pl

Media Plugin 6.1.0 Released!

9 September 2022 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-media! [email protected] To upgrade: cordova plugin remove cordova-plugin-media cordova plugin add [email protected] Release Highlights For Android, we updated the media error response object to include the "message" property. This property will provide additional information about the error. It also syncs in line with the media error response object that iOS returns. For iOS, file scheme support has been implemented. Two fixes were applied to prevent crashes that occured when fetching the position while the time was not defined and to ensured that the category was defined after the recording was released

Cordova Android 11.0.0 Released!

12 July 2022 @ 12:00 am

We are happy to announce that we have just released Cordova Android 11.0.0! This is one of Cordova's supported platforms for building Android applications. [email protected] Release Highlights To upgrade: cordova platform remove android cordova platform add [email protected] To install: cordova platform add [email protected] Android 12 SplashScreen API Integration As of Android 12, all Android 12 or higher devices display the new app launch animation. Google has applied this requirement to bring a standard design to all app launch

Cordova Electron 3.1.0 Released!

30 May 2022 @ 12:00 am

We are happy to announce that we have just released Cordova Electron 3.1.0! This is one of Cordova's supported platforms for building Electron applications. [email protected] To upgrade: cordova platform remove electron cordova platform add [email protected] To install: cordova platform add [email protected] Release Highlights Some of the notable changes & new features in this release are: Electron Update: The Electron core dependencies have been updated to 14.2.9. Defining & Pinning Elec

Media Plugin 6.0.0 & Media Capture Plugin 4.0.0 Released!

30 May 2022 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-media & cordova-plugin-media-capture! [email protected] [email protected] To upgrade: cordova plugin remove cordova-plugin-media cordova plugin add [email protected] cordova plugin remove cordova-plugin-media-capture cordova plugin add [email protected] Release Highlights cordova-plugin-media For Android, the WRITE_EXTERNAL_STORAGE and READ_PHONE_STATE permissions have a protection level of dangerous. Because of this, we removed the declarat

Cordova Android 10.1.2 Released!

15 April 2022 @ 12:00 am

We are happy to announce that we have just released Cordova Android 10.1.2! This is one of Cordova's supported platforms for building Android applications. [email protected] Release Highlights To upgrade: cordova platform remove android cordova platform add [email protected] To install: cordova platform add [email protected] The notable fixes in this release are to detect the JAVA_HOME environment variable with Java 11, properly escape the app's name, and explicitly define the android:exported attribute on the activity. Ple

File Plugin 7.0.0 & Device Plugin 2.1.0 Released!

11 April 2022 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-file & cordova-plugin-device! [email protected] [email protected] To upgrade: cordova plugin remove cordova-plugin-file cordova plugin add [email protected] cordova plugin remove cordova-plugin-device cordova plugin add [email protected] Release Highlights cordova-plugin-file For Android, a WebViewAssetLoader proxy handler has been added to support loading cdvfile URLs while using a custom scheme. It is recommended to use the toURL method to fetch the

ionicframework.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

A HTML5 & Cordova mobile framework.

Take Your Web App Further with Capacitor

16 March 2023 @ 7:52 pm

Simplify the process of creating PWAs and turn them into native apps for app store distribution with Capacitor.  The post Take Your Web App Further with Capacitor appeared first on Ionic Blog.

Q1 Ionic Show Recap

9 March 2023 @ 8:37 pm

Couldn't attend the Q1 Ionic Show live? From product updates to demos, check out this handy recap for everything you may have missed. The post Q1 Ionic Show Recap appeared first on Ionic Blog.

Building Native Mobile apps with React DOM

6 March 2023 @ 4:01 pm

In the React world, when you think mobile development you probably think React Native, right? It’s a great project and has been the standard mobile development stack for React developers for years. But did you know there’s another alternative that React developers are increasingly turning to that might be a better fit for certain teams […] The post Building Native Mobile apps with React DOM appeared first on Ionic Blog.

Announcing Auth Connect 4

6 March 2023 @ 3:02 pm

Today, we’re excited to announce the release of Auth Connect 4, Ionic’s premier solution for implementing authentication in mobile applications. This release is packed full of updates, modernizing the solution as well as bringing new and highly anticipated features. Auth Connect exists so that teams can implement best practices in authentication across the web, Android, […] The post Announcing Auth Connect 4 appeared first on Ionic Blog.

Announcing Ionic v6.6

1 March 2023 @ 4:24 pm

Today, we’re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast. Let’s take a look at these new features: Highlighting Dates Developers can highlight significant dates in ion-datetime using the new highlightedDates property. This is useful for drawing the user’s attention to important dates, such as a […] The post Announcing Ionic v6.6 appeared first on Ionic Blog.

Deploying Mobile Apps to Test Devices

28 February 2023 @ 4:53 pm

Testing…testing… is this app on? One of the most critical stages of the mobile development process is deploying to test devices. This process is crucial because it allows developers to identify and fix any issues before releasing the app to the public. While Appflow’s Live Update feature can reduce deployment risk with instant rollbacks, testing […] The post Deploying Mobile Apps to Test Devices appeared first on Ionic Blog.

Safari… Catches Up?

27 February 2023 @ 8:51 pm

In case you missed the news, Apple shipped iOS/iPadOS 16.4 beta 1 the other day, which includes a ton of new features. Most notably, there are new features and improvements to WebKit/Safari. This includes improvements for Web Components, new Web APIs like the Wake Lock API, and the most notable… Web Push for iOS/iPadOS 🎉. […] The post Safari… Catches Up? appeared first on Ionic Blog.

You Already Have What You Need to Build a Native Mobile App

23 February 2023 @ 5:06 pm

When you think native app development, you likely think of the years and years of training, coding, and trial and error that goes into it. While yes, it can take years to fully refine native development skills, a fully-functional native app may be more in-reach than you think. The post You Already Have What You Need to Build a Native Mobile App appeared first on Ionic Blog.

Building And Releasing Your Capacitor iOS App

22 February 2023 @ 7:48 pm

Have you just built your first Ionic App, but you have no idea how to submit it to the App Store? Then you’ve come to the right place.  In this guide, you will learn all the steps required to go from an Ionic app to a released iOS app. You don’t need to have any […] The post Building And Releasing Your Capacitor iOS App appeared first on Ionic Blog.

Building And Releasing Your Capacitor Android App

15 February 2023 @ 3:55 pm

You just built your first Ionic App and want to show it to the world, but you have no idea how to submit it to the Store? Then you have come to the right place.  In this guide, you will learn all the steps required to go from an Ionic app to a released Android […] The post Building And Releasing Your Capacitor Android App appeared first on Ionic Blog.

techdrivein.com

VN:F [1.9.22_1171]
Rating: 4.0/10 (2 votes cast)

Linux, Ubuntu & Android News

Two Super Fast App Launchers for Ubuntu 19.04

5 May 2019 @ 6:50 pm

During the transition period, when GNOME Shell and Unity were pretty rough around the edges and slow to respond, 3rd party app launchers were a big deal. Overtime the newer desktop environments improved and became fast, reliable and predictable, reducing the need for a alternate app launchers. (adsbygoogle = window.adsbygoogle || []).push({}); As a result, many third-party app launchers have either slowed down development or simply seized to exist. Ulauncher seems to be the only one to have bucked the trend so far. Synpase and Kupfer on the other hand, though old and not as actively developed anymore, still pack a punch. Since Kupfer is too old school, we'll only be discussing Synapse and Ulauncher here.SynapseI still remember t

A Standalone Video Player for Netflix, YouTube, Twitch on Ubuntu 19.04

29 April 2019 @ 12:23 pm

Snap apps are a godsend. ElectronPlayer is an Electron based app available on Snapstore that doubles up as a standalone media player for video streaming services such as Netflix, YouTube, Twitch, Floatplane etc.And it works great on Ubuntu 19.04 "disco dingo". From what we've tested, Netflix works like a charm, so does YouTube. ElectronPlayer also has a picture-in-picture mode that let it run above desktop and full screen applications.

Howto Upgrade to Ubuntu 19.04 from Ubuntu 18.10, Ubuntu 18.04 LTS

20 April 2019 @ 1:31 pm

As most of you should know already, Ubuntu 19.04 "disco dingo" has been released. A lot of things have changed, see our comprehensive list of improvements in Ubuntu 19.04. Though it is not really necessary to make the jump, I'm sure many here would prefer to have the latest and greatest from Ubuntu. Here's how you upgrade to Ubuntu 19.04 from Ubuntu 18.10 and Ubuntu 18.04.Upgrading to Ubuntu 19.04 from Ubuntu 18.04 LTS is tricky. There is no way you can make the jump from Ubuntu 18.04 LTS directly to Ubuntu 19.04. For that, you need to upgrade to Ubuntu 18.10 first. Pretty disappointing, I know. But when upgrading an entire OS, you can't be too careful.And the process itself is not as tedious or time consuming à la Windows. And also unlike Windows, the upgrades are not forced upon you while you're in middle of something.

15 Things I Did Post Ubuntu 19.04 Installation

17 April 2019 @ 10:19 am

Ubuntu 19.04, codenamed "Disco Dingo", has been released (and upgrading is easier than you think). I've been on Ubuntu 19.04 since its first Alpha, and this has been a rock solid release as far I'm concerned. Changes in Ubuntu 19.04 are more evolutionary though, but availability of the latest Linux Kernel version 5.0 is significant.

Ubuntu 19.04 Gets Newer and Better Wallpapers

3 April 2019 @ 10:16 am

A "Disco Dingo" themed wallpaper was already there. But the latest update bring a bunch of new wallpapers as system defaults on Ubuntu 19.04. ubuntu 19.04 wallpaperPretty right? Here's the older one for comparison.

LinuxBoot: A Linux Foundation Project to replace UEFI Components

2 April 2019 @ 2:48 pm

UEFI has a pretty bad reputation among many in the Linux community. UEFI unnecessarily complicated Linux installation and distro-hopping in Windows pre-installed machines, for example. Linux Boot project by Linux Foundation aims to replace some firmware functionality like the UEFI DXE phase with Linux components.What is UEFI? UEFI is a standard or a specification that replaced legacy BIOS firmware, which was the industry standard for decades. Essentially, UEFI defines the software components between operating system and platform firmware. (adsbygoogle = window.adsbygoogle || []).push({}); UEFI boot has three phases: SEC,

Look up Uber Time, Price Estimates on Terminal with Uber CLI

1 April 2019 @ 11:44 am

The worldwide phenomenon that is Uber needs no introduction. Uber is an immensely popular ride sharing, ride hailing, company that is valued in billions. Uber is so disruptive and controversial that many cities and even countries are putting up barriers to protect the interests of local taxi drivers.Enough about Uber as a company. To those among you who regularly use Uber app for booking a cab, Uber CLI could be a useful companion.Uber CLI can be a great tool for the easily distracted. This unique command line applic

UBports Installer for Ubuntu Touch is just too good!

26 March 2019 @ 11:15 pm

Even as someone who bought into the Ubuntu Touch hype very early, I was not expecting much from UBports to be honest. But to my pleasent surprise, UBports Installer turned my 4 year old BQ Aquaris E4.5 Ubuntu Edition hardware into a slick, clean, and usable phone again.

Retro Terminal that Emulates Old CRT Display (Ubuntu 18.10, 18.04 PPA)

21 March 2019 @ 11:54 pm

We've featured cool-retro-term before. It is a wonderful little terminal emulator app on Ubuntu (and Linux) that adorns this cool retro look of the old CRT displays.Let the pictures speak for themselves.retro terminal ubuntu ppaPretty cool right? Not only does it look cool, it functions just like a normal Terminal app. You don't lose out on any features normally associated with a regular Terminal emulator. cool-retro-term comes with a bunch of themes and customisations

Google's Stadia Cloud Gaming Service, Powered by Linux

20 March 2019 @ 9:00 pm

Unless you live under a rock, you must've been inundated with nonstop news about Google's high-octane launch ceremony yesterday where they unveiled the much hyped game streaming platform called Stadia.Stadia, or Project Stream as it was earlier called, is a cloud gaming service where the games themselves are hosted on Google's servers, while the visual feedback from the game is streamed to the player's device through Google Chrome. If this technology catches on, and if it works just as good as showed in the demos, Stadia could be what the future of gaming might look like.Stadia, Powered by LinuxIt is a fairly common knowledge that Google data centers use Linux rather extensively. So it is not really surprising that Google would use Linux to power its cloud based Stadia gaming service. 

Freewarelovers.com/android

VN:F [1.9.22_1171]
Rating: 5.0/10 (2 votes cast)

Freeware Lovers is an Internet community, which is aimed to collect and categorize truly free software. Skype lite

Hotspot Shield for Android

15 April 2015 @ 11:15 am

Hotspot Shield app protects your Android mobile or tablet from online threats and enables you to access blocked sites.

Stellar Phoenix Data Recovery for Android

14 April 2015 @ 8:13 pm

This app will help you recover media, SMS, contacts from your Android phone or tablet.

Battle for Wesnoth for Android

4 April 2015 @ 10:27 am

Battle for Wesnoth is a fantasy turn-based strategy game. The original game was created for desktop and this is a port to Android by Alessandro Pira.

LogoFactoryApp for Android

26 March 2015 @ 11:17 am

LogoFactoryApp is a tool for Android that allows you to make logos in 3 steps.

Galaxy for Android

26 March 2015 @ 10:27 am

With Galaxy you can chat and hang out in a kind of virtual world, where you represent yourself by your avatar.

Zirco Browser for Android

31 October 2014 @ 8:18 pm

Zirco Browser is an open-source alternative browser for Android supported mobile devices.

Zeitungen for Android

31 October 2014 @ 8:15 pm

Zeitungen is an Android application that allows you to read German, Swiss and Austrian newspapers.

Zeam for Android

31 October 2014 @ 8:05 pm

Zeam is a minimalistic launcher alternative app for Android devices.

Yoga Moment Lite for Android

31 October 2014 @ 7:55 pm

Yoga Moment Lite provides yoga tunes that you can listen or use as a background music for the yoga exercises.

Yaniv for Android

31 October 2014 @ 7:12 pm

Yaniv app brings popular among travelers card game Yaniv to the Android smartphones and tablets.

android.com/market/

VN:F [1.9.22_1171]
Rating: 7.0/10 (5 votes cast)

Android market for apps for android phones

android.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (4 votes cast)

The source of android – operating system for mobiles