Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bboyairwreck/PieMessage
/ types & classes
Types & classes
67 in github.com/bboyairwreck/PieMessage
⨍
Functions
618
◇
Types & classes
67
Class
ASCIIPropertyListParser
<p> Parser for ASCII property lists. Supports Apple OS X/iOS and GnuStep/NeXTSTEP format. This parser is based on the recursive descent paradigm, but
PieOSXClient/src/plist/ASCIIPropertyListParser.java:54
Class
ASCIIPropertyListParser
<p> Parser for ASCII property lists. Supports Apple OS X/iOS and GnuStep/NeXTSTEP format. This parser is based on the recursive descent paradigm, but
JavaWebServer/src/plist/ASCIIPropertyListParser.java:58
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
PieMessage-Android/app/src/androidTest/java/com/ericchee/bboyairwreck/piemessage/ApplicationTest.java:9
Class
B64InputStream
A {@link com.dd.plist.Base64.B64InputStream} will read data from another <tt>java.io.InputStream</tt>, given in the constructor, and encode/decode to/
PieOSXClient/src/plist/Base64.java:1707
Class
B64InputStream
A {@link com.dd.plist.Base64.B64InputStream} will read data from another <tt>java.io.InputStream</tt>, given in the constructor, and encode/decode to/
JavaWebServer/src/plist/Base64.java:1707
Class
B64OutputStream
A {@link com.dd.plist.Base64.B64OutputStream} will write data to another <tt>java.io.OutputStream</tt>, given in the constructor, and encode/decode to
PieOSXClient/src/plist/Base64.java:1918
Class
B64OutputStream
A {@link com.dd.plist.Base64.B64OutputStream} will write data to another <tt>java.io.OutputStream</tt>, given in the constructor, and encode/decode to
JavaWebServer/src/plist/Base64.java:1918
Class
Base64
<p>Encodes and decodes to and from Base64 notation.</p> <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> <p>Exampl
PieOSXClient/src/plist/Base64.java:174
Class
Base64
<p>Encodes and decodes to and from Base64 notation.</p> <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> <p>Exampl
JavaWebServer/src/plist/Base64.java:174
Class
BinaryPropertyListParser
Parses property lists that are in Apple's binary format. Use this class when you are sure about the format of the property list. Otherwise use the Pro
PieOSXClient/src/plist/BinaryPropertyListParser.java:38
Class
BinaryPropertyListParser
Parses property lists that are in Apple's binary format. Use this class when you are sure about the format of the property list. Otherwise use the Pro
JavaWebServer/src/plist/BinaryPropertyListParser.java:38
Class
BinaryPropertyListWriter
A BinaryPropertyListWriter is a helper class for writing out binary property list files. It contains an output stream and various structures for keep
PieOSXClient/src/plist/BinaryPropertyListWriter.java:38
Class
BinaryPropertyListWriter
A BinaryPropertyListWriter is a helper class for writing out binary property list files. It contains an output stream and various structures for keep
JavaWebServer/src/plist/BinaryPropertyListWriter.java:43
Interface
Callbacks
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:165
Class
Chat
Created by echee on 12/16/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Chat.java:8
Class
ChatsActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:22
Class
ChatsAdapter
Created by echee on 12/16/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsAdapter.java:16
Class
ClientSocketTask
Created by eric on 11/8/15. This class is unused. // TODO DELETE THIS
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ClientSocketTask.java:19
Class
ClientThread
Created by eric on 11/10/15.
JavaWebServer/src/ClientThread.java:15
Class
Constants
Created by eric on 12/8/15.
PieOSXClient/src/Constants.java:9
Class
Constants
Created by eric on 12/8/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Constants.java:6
Enum
DeviceType
JavaWebServer/src/ClientThread.java:211
Class
ExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
PieMessage-Android/app/src/test/java/com/ericchee/bboyairwreck/socketwebclient/ExampleUnitTest.java:10
Class
IncomingMessagesListener
Created by echee on 11/20/15.
PieOSXClient/src/IncomingMessagesListener.java:13
Class
LocalBinder
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:149
Class
MainActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:13
Class
Message
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Message.java:6
Class
MessageActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:32
Enum
MessageStatus
Created by eric on 11/18/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageStatus.java:6
Enum
MessageType
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageType.java:6
Class
MessagesAdapter
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessagesAdapter.java:17
Class
NSArray
Represents an Array. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSArray.java:34
Class
NSArray
Represents an Array. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSArray.java:34
Class
NSData
NSData objects are wrappers for byte buffers. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSData.java:37
Class
NSData
NSData objects are wrappers for byte buffers. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSData.java:37
Class
NSDate
Represents a date. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSDate.java:37
Class
NSDate
Represents a date. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSDate.java:37
Class
NSDictionary
A NSDictionary is a collection of keys and values, essentially a Hashtable. The keys are simple Strings whereas the values can be any kind of NSObject
PieOSXClient/src/plist/NSDictionary.java:41
Class
NSDictionary
A NSDictionary is a collection of keys and values, essentially a Hashtable. The keys are simple Strings whereas the values can be any kind of NSObject
JavaWebServer/src/plist/NSDictionary.java:47
Class
NSNumber
A number whose value is either an integer, a real number or boolean. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSNumber.java:33
Class
NSNumber
A number whose value is either an integer, a real number or boolean. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSNumber.java:33
Class
NSObject
Abstract interface for any object contained in a property list. The names and functions of the various objects orient themselves towards Apple's Cocoa
PieOSXClient/src/plist/NSObject.java:37
Class
NSObject
Abstract interface for any object contained in a property list. The names and functions of the various objects orient themselves towards Apple's Cocoa
JavaWebServer/src/plist/NSObject.java:37
Class
NSSet
A set is an interface to an unordered collection of objects. This implementation uses a <code>LinkedHashSet</code> or <code>TreeSet</code>as the under
PieOSXClient/src/plist/NSSet.java:37
Class
NSSet
A set is an interface to an unordered collection of objects. This implementation uses a <code>LinkedHashSet</code> or <code>TreeSet</code>as the under
JavaWebServer/src/plist/NSSet.java:37
Class
NSString
A NSString contains a string. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSString.java:37
Class
NSString
A NSString contains a string. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSString.java:37
Class
OSXIncomingMessageThread
Created by eric on 11/26/15.
PieOSXClient/src/OSXIncomingMessageThread.java:17
Class
OSXOutgoingMessageThread
Created by eric on 11/24/15.
PieOSXClient/src/OSXOutgoingMessageThread.java:13
Class
OutgoingSQLiteChecker
Created by eric on 11/20/15.
PieOSXClient/src/OutgoingSQLiteChecker.java:10
Class
PieMessageApplication
Created by eric on 11/27/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:14
Class
PieOSXClient
Created by eric on 11/17/15.
PieOSXClient/src/PieOSXClient.java:12
Class
PiePreferenceActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:14
Class
PiePreferenceFragment
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:22
Class
PieSQLiteOpenHelper
Created by eric on 12/10/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:22
Class
PropertyListFormatException
A PropertyListFormatException is thrown by the various property list format parsers when an error in the format of the given property list is encounte
PieOSXClient/src/plist/PropertyListFormatException.java:31
Class
PropertyListFormatException
A PropertyListFormatException is thrown by the various property list format parsers when an error in the format of the given property list is encounte
JavaWebServer/src/plist/PropertyListFormatException.java:31
Class
PropertyListParser
This class provides methods to parse property lists. It can handle files, input streams and byte arrays. All known property list formats are supported
PieOSXClient/src/plist/PropertyListParser.java:39
Class
PropertyListParser
This class provides methods to parse property lists. It can handle files, input streams and byte arrays. All known property list formats are supported
JavaWebServer/src/plist/PropertyListParser.java:46
Class
ReceiveMessagesService
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:31
Class
ResetStatus
PieOSXClient/src/OSXIncomingMessageThread.java:117
Class
SendMessageTask
Created by eric on 11/18/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:20
Class
Server
Created by eric on 11/7/15.
JavaWebServer/src/Server.java:15
Class
UID
A UID. Only found in binary property lists that are keyed archives. @author Daniel Dreibrodt
PieOSXClient/src/plist/UID.java:32
Class
UID
A UID. Only found in binary property lists that are keyed archives. @author Daniel Dreibrodt
JavaWebServer/src/plist/UID.java:32
Class
XMLPropertyListParser
Parses XML property lists. @author Daniel Dreibrodt
PieOSXClient/src/plist/XMLPropertyListParser.java:46
Class
XMLPropertyListParser
Parses XML property lists. @author Daniel Dreibrodt
JavaWebServer/src/plist/XMLPropertyListParser.java:46