1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00
etesync-android/src/at/bitfire/davdroid/Constants.java

22 lines
913 B
Java
Raw Normal View History

2013-09-17 18:14:30 +00:00
/*******************************************************************************
* Copyright (c) 2014 Richard Hirner (bitfire web engineering).
2013-09-17 18:14:30 +00:00
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/gpl.html
*
* Contributors:
* Richard Hirner (bitfire web engineering) - initial API and implementation
2013-09-17 18:14:30 +00:00
******************************************************************************/
package at.bitfire.davdroid;
public class Constants {
public static final String
APP_VERSION = "0.5.13-alpha",
2013-09-17 18:14:30 +00:00
ACCOUNT_TYPE = "bitfire.at.davdroid",
WEB_URL_HELP = "http://davdroid.bitfire.at/configuration?pk_campaign=davdroid-app",
2013-09-17 18:14:30 +00:00
SETTING_DISABLE_COMPRESSION = "disable_compression",
SETTING_NETWORK_LOGGING = "network_logging";
2013-09-17 18:14:30 +00:00
}