All Projects → klinker24 → Launcher3

klinker24 / Launcher3

Gradle built Launcher3 from Nougat

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Launcher3

Karma Edge Launcher
A Karma plugin. Launcher for Microsoft Edge.
Stars: ✭ 14 (-85.57%)
Mutual labels:  launcher
Launcher
sashok724's Launcher
Stars: ✭ 59 (-39.18%)
Mutual labels:  launcher
Minecraft Vortex Launcher
Fast, lightweight and easy to use Minecraft launcher
Stars: ✭ 84 (-13.4%)
Mutual labels:  launcher
Openlauncher
Customizable and Open Source Launcher for Android
Stars: ✭ 945 (+874.23%)
Mutual labels:  launcher
Jgo
Launch Java code from the CLI, installation-free. ☕
Stars: ✭ 53 (-45.36%)
Mutual labels:  launcher
Command Center
A CLI-based launcher and general productivity tool.
Stars: ✭ 78 (-19.59%)
Mutual labels:  launcher
Dotfiles
🌸 Aesthetic OpenboxWM Environment (Completed Setup)
Stars: ✭ 873 (+800%)
Mutual labels:  launcher
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-6.19%)
Mutual labels:  launcher
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-40.21%)
Mutual labels:  launcher
Node Epicgames Client
Unofficial EpicGames Launcher in javascript.
Stars: ✭ 84 (-13.4%)
Mutual labels:  launcher
Minilauncher
Stars: ✭ 35 (-63.92%)
Mutual labels:  launcher
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-51.55%)
Mutual labels:  launcher
Ue4linuxlauncher
Stars: ✭ 79 (-18.56%)
Mutual labels:  launcher
Nsudo
Series of System Administration Tools
Stars: ✭ 945 (+874.23%)
Mutual labels:  launcher
Leanbacktvsample
Leanback Demo
Stars: ✭ 85 (-12.37%)
Mutual labels:  launcher
Cerebro
Open-source productivity booster with a brain
Stars: ✭ 7,181 (+7303.09%)
Mutual labels:  launcher
Retro Go
Retro emulation for the ODROID-GO
Stars: ✭ 73 (-24.74%)
Mutual labels:  launcher
Cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
Stars: ✭ 1,307 (+1247.42%)
Mutual labels:  launcher
Gaucho
Minimalist task launcher
Stars: ✭ 90 (-7.22%)
Mutual labels:  launcher
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-14.43%)
Mutual labels:  launcher

Launcher3 - Gradle

This repo contains an up-to-date Launcher3, with all the goodies Google added in Marshmallow. I converted it to build with gradle so it is easy to manage. All other credit goes to the Google Team.

Feel free to fork and use this as a base project for any launchers you might want to make in the future. I will try to keep it up with the latest changes from Google.

Launcher3 Code

To sync with Google's Launcher3

$ git remote add upstream https://android.googlesource.com/platform/packages/apps/Launcher3
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
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].