Class Constants


  • public final class Constants
    extends Object
    Author:
    martin
    • Field Detail

      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

      • Default_Font_Size

        public static final int Default_Font_Size

        default font size to use

      • DEMO

        public static final boolean DEMO

        Application runs in demo mode.

      • SourceForge_Project

        @NotNull
        public static final URI SourceForge_Project
      • Bug_Report

        @NotNull
        public static final URI Bug_Report

        Google+ website.

      • YouTube_Videos

        @NotNull
        public static final URI YouTube_Videos

        Videos on Google+ website.

      • History

        @NotNull
        public static final URI History

        History page on the calculator home page.

      • Privacy_Policy

        @NotNull
        public static final URI Privacy_Policy

        Calculator Privacy_Policy page.

      • Homepage

        @NotNull
        public static final URI Homepage

        Calculator Home page.

      • Manuals

        @NotNull
        public static final URI Manuals

        Original Documents.

      • Market

        @NotNull
        @NonNls
        public static final @NotNull @NonNls String Market

        market:// link to the app

      • Shop

        @NotNull
        @NonNls
        public static final @NotNull @NonNls String Shop

        https.// link to the app

      • Not_Needed

        @NotNull
        @NonNls
        public static final @NotNull @NonNls String Not_Needed
    • Constructor Detail

      • Constants

        private Constants()