- Pill coloring and transparency options
- Option to remove pill shadow
- Option to adjust animation duration (Settings>>Behavior)
- Minimum width and height have been decreased
- Added swipe left/right and hold gestures
- Option to adjust pill corner radius
- Option to change the horizontal position of the pill
- Option to automatically put pill in "hide" mode in fullscreen apps
- Option to prevent pill from moving above keyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<OrderList version="20190101" xmlns:android="http://schemas.android.com/apk/res/android"> | |
<OrderItem name="*#0000#" type="startActivity" platform="ALL" region="CN" level="1"> | |
<intent | |
android:action="android.intent.action.MAIN" | |
android:targetClass="com.oppo.engineermode.network.manualtest.TelecomVersionInfo" | |
android:targetPackage="com.oppo.engineermode" /> | |
</OrderItem> | |
<OrderItem name="*#12345#" type="startActivity" platform="ALL" region="ALL" level="2"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uniform_int_distribution<> distr(currentLowBound + 1, currentHighBound - 1); | |
mt19937 eng(random_device); | |
distr(eng); //line generating error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:226:4: error: 'std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>(std::random_device)' is not a class, struct, or union type | |
_Gresult_type; | |
^~~~~~~~~~~~~ | |
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:229:4: error: 'std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>(std::random_device)' is not a class, struct, or union type | |
__uctype; | |
^~~~~~~~ | |
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:246:31: error: too few arguments to function | |
__ret = __uctype(__urng()) - __urngmin; | |
~~~~~~^~ | |
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:273:35: error: too few arguments to function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/java/android/view/DisplayInfo.java b/core/java/android/view/DisplayInfo.java | |
index bc40849a47b..a3f394289ff 100644 | |
--- a/core/java/android/view/DisplayInfo.java | |
+++ b/core/java/android/view/DisplayInfo.java | |
@@ -237,6 +237,11 @@ public final class DisplayInfo implements Parcelable { | |
* </p> | |
*/ | |
public String ownerPackageName; | |
+ | |
+ /** |
- This shouldn't be any more dangerous than flashing anything else, but as always be careful. If something does break, it's on you.
- When you have a terminal or CMD window open (which you will), keep it open until you're sure you're finished with everything! Unless you know what you're doing, it can be a hassle to CD into the right directory.
- On Windows, make sure you have the LG Mobile drivers installed.
- Open the Windows Store and install the Ubuntu (by Canonical) app.
- Open Ubuntu and let it install.
- Once installed, make sure everything is updated, using
sudo apt update
and thensudo apt dist-upgrade
. - Make sure you have the following:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This app uses the READ_PHONE_STATE permission. It DOES NOT collect any user data, such as phone numbers, contact names or SMS. This permission is needed only to observe the current cellular signal strength and data type for the Information widget. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @id stackexchange-election-primary-counter@poke | |
// @name StackExchange Election: Primary counter | |
// @namespace poke | |
// @version 1.4.4 | |
// @author Patrick Westerhoff | |
// @include *://askubuntu.com/election/* | |
// @include *://askubuntu.com/election* | |
// @updateURL https://gist.githubusercontent.com/poke/9058895/raw/stackexchange-election-primary-counter.user.js | |
// @run-at document-end |