/* * Copyright (C) 2013 - 2016 Alexander "Evisceration" Martinz * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ package org.namelessrom.devicecontrol; public class Constants { public static final String[] EMPTY_STRINGS = new String[0]; public static final String URL_DONATE_FLATTR = "https://flattr.com/submit/auto?user_id=amartinz&url=https://github.com/Evisceration/DeviceControl&title=DeviceControl&language=en_GB&tags=github&category=software"; public static final String URL_DONATE_PAYPAL = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZSN2SW53JJQJY"; public static final String URL_GITHUB_BASE = "https://github.com/Evisceration"; public static final String URL_GITHUB_DC_COMMITS_BASE = URL_GITHUB_BASE + "/DeviceControl/commits/%s"; public static final String URL_SENSE360 = "http://sense360.com"; public static final String KEY_LOW_END_GFX = "low_end_gfx"; }