This file contains hidden or 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
package android.telephony; | |
import android.os.Bundle; | |
import android.os.Parcel; | |
import android.os.Parcelable; | |
import android.os.Parcelable.Creator; | |
public class SignalStrength | |
implements Parcelable | |
{ |
This file contains hidden or 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
package com.cc.app.fragments; | |
import android.app.AlertDialog; | |
import android.app.Dialog; | |
import android.app.DialogFragment; | |
import android.content.DialogInterface; | |
import android.os.Bundle; | |
import android.view.View; | |
import android.widget.*; | |
import com.cc.app.R; |
This file contains hidden or 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
package android.telephony; | |
import android.os.Bundle; | |
import android.os.Parcel; | |
import android.os.Parcelable; | |
import android.os.Parcelable.Creator; | |
import android.util.Log; | |
public class SignalStrength | |
implements Parcelable, HtcIfSignalStrength |
This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using Helpers.Storage; | |
using UnityEngine; | |
namespace Test | |
{ |
This file contains hidden or 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
// original code: | |
private void initializeIme() { | |
if (TextSecurePreferences.isEnterImeKeyEnabled(this)) { | |
composeText.setInputType(composeText.getInputType() & (~InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE)); | |
} else { | |
composeText.setInputType(composeText.getInputType() | (InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE)); | |
} | |
} | |
This file contains hidden or 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
<!-- old xml --> | |
<EditText | |
android:id="@+id/embedded_text_editor" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_weight="1.0" | |
android:autoText="true" | |
android:capitalize="sentences" | |
android:background="#00ffffff" | |
android:padding="12dp" |
This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
namespace Helpers.Storage | |
{ |
This file contains hidden or 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
- type: Dialog | |
name: Startup Dialog | |
title: D_STARTUP_TITLE | |
content: | |
type: StackLayout | |
name: MainView | |
elements: | |
- type: StackLayout # pending proper solution, see DSK-343111 | |
orientation: horizontal | |
bottom-margin: 16 |
This file contains hidden or 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
########## DEFINITIONS ########## | |
definitions: | |
widgets: | |
DoNotShowAgainCheckBox: &DoNotShowAgainCheckBox | |
type: Checkbox | |
name: checkbox_Default | |
string: S_DO_NOT_SHOW_DIALOG_AGAIN | |
buttons: | |
# Ok button, typically used in a button strip using *OkButton |
This file contains hidden or 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
Opera Preferences version 2.1 | |
; Do not edit this file while Opera is running | |
; This file is stored in UTF-8 encoding | |
; This file is found under c:/users/<username>/appdata/roaming/opera/opera/override.ini | |
; ~/.opera/ on linux | |
; or wherever you installed opera (if using the portible version) | |
; Firefox version was set to version somewhat farther in the future to avoid it not working again anytime soon (version 51) | |
; add the following lines if they do not already exist to the file: | |
[Overrides] |