Android Open Source - Rss-App-for-tumblr Strings






From Project

Back to project page Rss-App-for-tumblr.

License

The source code is released under:

GNU General Public License

If you think the Android project Rss-App-for-tumblr listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/**
 * Ace Shooting/*ww  w  .  j  av  a2 s  .  c om*/
 *
 * Copyright (c) 2014 Ace Shooting
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */

package com.aceshooting.rssapp;

import com.aceshooting.rssapp.provider.FeedData;

public final class Strings {
  public static final String PACKAGE = "com.aceshooting.rssapp";
  
  public static final String SETTINGS_REFRESHINTERVAL = "refresh.interval";
  
  public static final String SETTINGS_NOTIFICATIONSENABLED = "notifications.enabled";
  
  public static final String SETTINGS_REFRESHENABLED = "refresh.enabled";
  
  public static final String SETTINGS_REFRESHONPENENABLED = "refreshonopen.enabled";
  
  public static final String SETTINGS_NOTIFICATIONSRINGTONE = "notifications.ringtone";
  
  public static final String SETTINGS_NOTIFICATIONSVIBRATE = "notifications.vibrate";
  
  public static final String SETTINGS_PRIORITIZE = "contentpresentation.prioritize";
  
  public static final String SETTINGS_SHOWTABS = "tabs.show";
  
  public static final String SETTINGS_FETCHPICTURES = "pictures.fetch";
  
  public static final String SETTINGS_PROXYENABLED = "proxy.enabled";
  
  public static final String SETTINGS_PROXYPORT = "proxy.port";
  
  public static final String SETTINGS_PROXYHOST = "proxy.host";
  
  public static final String SETTINGS_PROXYWIFIONLY = "proxy.wifionly";
  
  public static final String SETTINGS_PROXYTYPE = "proxy.type";
  
  public static final String SETTINGS_KEEPTIME = "keeptime";
  
  public static final String SETTINGS_BLACKTEXTONWHITE = "blacktextonwhite";
  
  public static final String SETTINGS_LIGHTTHEME = "lighttheme";
  
  public static final String SETTINGS_FONTSIZE = "fontsize";
  
  public static final String SETTINGS_STANDARDUSERAGENT = "standarduseragent";
  
  public static final String SETTINGS_DISABLEPICTURES = "pictures.disable";
  
  public static final String SETTINGS_HTTPHTTPSREDIRECTS = "httphttpsredirects";
  
  public static final String SETTINGS_OVERRIDEWIFIONLY = "overridewifionly";
  
  public static final String SETTINGS_GESTURESENABLED = "gestures.enabled";
  
  public static final String SETTINGS_ENCLOSUREWARNINGSENABLED = "enclosurewarnings.enabled";
  
  public static final String SETTINGS_EFFICIENTFEEDPARSING = "efficientfeedparsing";
  
  public static final String ACTION_REFRESHFEEDS = "com.aceshooting.rssapp.REFRESH";
  
  public static final String ACTION_STOPREFRESHFEEDS = "com.aceshooting.rssapp.STOPREFRESH";
  
  public static final String ACTION_UPDATEWIDGET = "com.aceshooting.rssapp.FEEDUPDATED";
  
  public static final String ACTION_RESTART = "com.aceshooting.rssapp.RESTART";
  
  public static final String FEEDID = "feedid";
  
  public static final String DB_ISNULL = " IS NULL";
  
  public static final String DB_DESC = " DESC";
  
  public static final String DB_ARG = "=?";
  
  public static final String DB_AND = " AND ";
  
  public static final String DB_EXCUDEFAVORITE = new StringBuilder(FeedData.EntryColumns.FAVORITE).append(Strings.DB_ISNULL).append(" OR ").append(FeedData.EntryColumns.FAVORITE).append("=0").toString();
  
  public static final String EMPTY = "";

  public static final String HTTP = "http://";
  
  public static final String HTTPS = "https://";
  
  public static final String _HTTP = "http";
  
  public static final String _HTTPS = "https";

  public static final String PROTOCOL_SEPARATOR = "://";

  public static final String FILE_FAVICON = "/favicon.ico";
  
  public static final String SPACE = " ";
  
  public static final String TWOSPACE = "  ";
  
  public static final String HTML_TAG_REGEX = "<(.|\n)*?>";
  
  public static final String FILEURL = "file://";
  
  public static final String IMAGEFILE_IDSEPARATOR = "__";
  
  public static final String IMAGEID_REPLACEMENT = "##ID##";

  public static final String DEFAULTPROXYPORT = "8080";

  public static final String URL_SPACE = "%20";

  public static final String HTML_SPAN_REGEX = "<[/]?[ ]?span(.|\n)*?>";
  
  public static final String HTML_IMG_REGEX = "<[/]?[ ]?img(.|\n)*?>";
  
  public static final String ONE = "1";

  public static final Object THREENEWLINES = "\n\n\n";

  public static final String PREFERENCE_LICENSEACCEPTED = "license.accepted";
  
  public static final String PREFERENCE_LASTSCHEDULEDREFRESH = "lastscheduledrefresh";
  
  public static final String PREFERENCE_LASTTAB = "lasttab";
  
  public static final String HTML_LT = "&lt;";
  
  public static final String HTML_GT = "&gt;";
  
  public static final String LT = "<";
  
  public static final String GT = ">";

  protected static final String TRUE = "true";
  
  protected static final String FALSE = "false";
  
  public static final String READDATE_GREATERZERO = FeedData.EntryColumns.READDATE+">0";

  public static final String COUNT = "count";
  
  public static final String ENCLOSURE_SEPARATOR = "[@]";  // exactly three characters!
  
  public static final String QUESTIONMARKS = "'??'";

  public static final String HTML_QUOT = "&quot;";
  
  public static final String QUOT = "\"";
  
  public static final String HTML_APOS = "&apos;";
  
  public static final String APOSTROPHE = "'";
  
  public static final String AMP = "&";
  
  public static final String AMP_SG = "&amp;";
  
  public static final String SLASH = "/";
  
  public static final String COMMASPACE = ", ";
  
  public static final String SCHEDULED = "scheduled";
  
}




Java Source Code List

com.aceshooting.rssapp.Animations.java
com.aceshooting.rssapp.ApplicationPreferencesActivity.java
com.aceshooting.rssapp.BASE64.java
com.aceshooting.rssapp.BootCompletedBroadcastReceiver.java
com.aceshooting.rssapp.CompatibilityHelper.java
com.aceshooting.rssapp.EmptyActivity.java
com.aceshooting.rssapp.EntriesListActivity.java
com.aceshooting.rssapp.EntriesListAdapter.java
com.aceshooting.rssapp.EntryActivity.java
com.aceshooting.rssapp.FeedConfigActivity.java
com.aceshooting.rssapp.MainTabActivity.java
com.aceshooting.rssapp.MyApplication.java
com.aceshooting.rssapp.RSSOverviewListAdapter.java
com.aceshooting.rssapp.RSSOverview.java
com.aceshooting.rssapp.RefreshBroadcastReceiver.java
com.aceshooting.rssapp.Requeryable.java
com.aceshooting.rssapp.SimpleTask.java
com.aceshooting.rssapp.Strings.java
com.aceshooting.rssapp.handler.PictureFilenameFilter.java
com.aceshooting.rssapp.handler.RSSHandler.java
com.aceshooting.rssapp.provider.FeedDataContentProvider.java
com.aceshooting.rssapp.provider.FeedData.java
com.aceshooting.rssapp.provider.OPML.java
com.aceshooting.rssapp.service.FetcherService.java
com.aceshooting.rssapp.service.RefreshService.java
com.aceshooting.rssapp.widget.ColorPickerDialogPreference.java
com.aceshooting.rssapp.widget.SparseRSSAppWidgetProvider.java
com.aceshooting.rssapp.widget.WidgetConfigActivity.java