All Projects → klinker-apps → Android Blur Launcher

klinker-apps / Android Blur Launcher

Blur Launcher built off of Google's Nougat Launcher3

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Blur Launcher

Retro Go
Retro emulation for the ODROID-GO
Stars: ✭ 73 (-40.65%)
Mutual labels:  launcher
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-26.02%)
Mutual labels:  launcher
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-14.63%)
Mutual labels:  launcher
Ue4linuxlauncher
Stars: ✭ 79 (-35.77%)
Mutual labels:  launcher
Leanbacktvsample
Leanback Demo
Stars: ✭ 85 (-30.89%)
Mutual labels:  launcher
Launcher3
Gradle built Launcher3 from Nougat
Stars: ✭ 97 (-21.14%)
Mutual labels:  launcher
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-52.85%)
Mutual labels:  launcher
Launcher3 Mx
根据Android Pie的Launcher3源码修改为单层桌面。
Stars: ✭ 121 (-1.63%)
Mutual labels:  launcher
Gaucho
Minimalist task launcher
Stars: ✭ 90 (-26.83%)
Mutual labels:  launcher
Tvlauncher
A TV Launcher UI use ViewPager+CustomView as Main Frame, like win8 style, including several specially good effect CustomWidget, such as FlyBorderView, PosterView, ReflectView, RippleLayout, TextImageView and so on. Also it defines some animation effects and functional utils.
Stars: ✭ 102 (-17.07%)
Mutual labels:  launcher
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-32.52%)
Mutual labels:  launcher
Minecraft Vortex Launcher
Fast, lightweight and easy to use Minecraft launcher
Stars: ✭ 84 (-31.71%)
Mutual labels:  launcher
Fast
FAST App Search Tool
Stars: ✭ 96 (-21.95%)
Mutual labels:  launcher
Command Center
A CLI-based launcher and general productivity tool.
Stars: ✭ 78 (-36.59%)
Mutual labels:  launcher
Truckersmp Cli
A simple launcher for truckersMP to be used with wine
Stars: ✭ 111 (-9.76%)
Mutual labels:  launcher
Launcher
sashok724's Launcher
Stars: ✭ 59 (-52.03%)
Mutual labels:  launcher
Cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
Stars: ✭ 1,307 (+962.6%)
Mutual labels:  launcher
Easylauncher Gradle Plugin
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will
Stars: ✭ 123 (+0%)
Mutual labels:  launcher
Cemui
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (-4.07%)
Mutual labels:  launcher
Githubdesktopportable
A portable build of GitHub Desktop packaged in compliance with the PortableApps.com format specifications.
Stars: ✭ 99 (-19.51%)
Mutual labels:  launcher

Blur - A Launcher Replacement

Promo

This is Blur Launcher, Klinker Apps one-stop-shop for the most powerful launcher around.

This is built from the latest Launcher3 code from Google.

Note: I am currently working on redesigning Blur, but got pulled off into my new Pulse app. Blur 3.0 will no longer work around the idea of apps creating custom pages. There just wasn't enough interest in this, and it wasn't worth supporting for the extremely low interest. The future of these pages will revolve around pages that I create and build directly into the app. Tons of other things have been added to Blur 3.0, but before it is released, I will need to create more custom pages, which is where we are currently at.

If you would like to see how we supported the legacy page system, check out the blur_2 branch. master will be where Blur 3.0 continues to live, in the future.

Features

As the apps feature-set continues to be merged into this new fork, I will continue to add to this repository.

  • Support for Blur Pages
  • Built from Nougats's Launcher3 code, with the latest improvements and Material Design in mind
  • Custom icon pack support
  • Blur puts app predictions at the top of the app drawer
  • quick scroll through the app drawer
  • hidden apps (still show up when searching in the all apps drawer though, by design)
  • revamped settings menu
  • Rotation support for tablets
  • gesture support
  • menu when you drop an icon in the original location on the workspace
  • configure homescreen and all apps grid
  • configure workspace padding
  • change the number of dock icons
  • select icon scale
  • dock is optional
  • page indicators are optional
  • search bar is optional
  • improved style for tablet search bar
  • icon names on the homescreen are optional
  • Blur can turn off your screen
  • backup and restore app settings
  • Persister service to try to ensure that the app stays in memory (no statistics as to whether or not this works though...)

Compiling

The project is built with gradle, so maintenence and compilation is very straightforward.

$ ./gradlew build

Contributing

Please fork this repository and contribute back using pull requests. Features can be requested using issues. All code, comments, and critiques are greatly appreciated.

Changelog

The full changelog for the app can be found here.

To sync with Google's Launcher3

$ git remote add upstream https://github.com/klinker24/launcher3
$ git fetch upstream
$ git checkout master
$ git merge upstream/master

License

Copyright 2016 Luke Klinker

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].