-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Ready for 1.7.0 #47
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ # ] Fixed issue #29, people should now be able to log out properly
Patch/fix some issues
[ # ] AdvancedCommunityInfo is now adapted to work with the default JSON serializer [ + ] Added AdvancedCommunitySettings [ + ] Added CommunityNewsFeed [ + ] Added CommunityRankingTable [ + ] Added CommunityThemePack
[ # ] AvatarFrame is now set to work with the default JSON class [ + ] Added AdditionalItemInfo [ + ] Added AvatarFrameConfig [ + ] Added ItemOwnershipInfo [ + ] Added ItemRestrictionInfo [ + ] Added AdditionalItemBenefits
[ # ] Renamed CommunityProfile to GenericProfile as it contains lots of repetetive data not community related [ - ] Deleted BlockedUser as it is just GenericUser [ # ] Adapted Blog to work with the default JSON class [ + ] Added GenericAvatarFrame
[ # ] Chat is now adapted to work with the default JSON class [ + ] Added ChatExtensions [ + ] Added GenericChatMember [ + ] Added LastChatMessageSummary
[ # ] Prepared EventHandler to discontinue Newtonsoft.Json [ + ] Added SocketBase [ # ] Adapted ChatAnnouncement
…edMessage, EventLog
Refactor/rework objects
[ # ] Client.send_file_message, SubClient.send_file_message no longer converts base64 from base64 back to base64. [ + ] Attached readme.md to csproj
Patch/fix current issues
Patch/fix more issues
made floats, ints and bools nullabe because of Team Aminos stupid decision to set them to null on some cases Will be replaced with a Json Serializer Option later
…-nullabe tempoary fix to objects
[ # ] get_from_code & get_from_id now pass linkInfoV2 as root JSON key into the deserializer [ # ] LastMessageSummary.MediaType is now an int? instead of string [ # ] WalletInfo.TotalCoins is now a float? instead of int? because Amino API is weird (there literally is a totalCoinsFloat value????) [ # ] SubClient.send_activity_time now sends optInAdsFlags instead of OptInAdsFlags
[ + ] Added Types.Join_Types [ + ] Added SubClient.GetClient() [ + ] Added SubClient.GetCurrentCommunityId() [ # ] Changed version from 1.5.2 to 1.6.0 [ + ] Added ACMClient [ + ] Added ACMClient.create_community(string, string, byte[], string, Types.Join_Types, Types.Supported_Languages) [ + ] Added (unfinsihed) ACMClient.delete_community(string, string, string)
[ # ] Types now has a RoleType enum [ + ] Added TopicStyle object [ + ] Added Topic object [ + ] Added JoinRequestUser object [ + ] Added JoinRequestApplicant object [ + ] Added JoinRequest object [ + ] Added CommunityStats object [ + ] Added BlogCategory object [ # ] AdvancedCommunityInfo now contains MediaList and UserAddedTopicList [ # ] Added ACMClient functions: list_communities(int,int), get_blog_categories(int,int), change_sidebar_color(string), get_community_info(), promote(string, Types.RoleTypes), get_join_requests(int,int), accept/reject_join_request(string), get_community_stats()
Continue/continue acm class
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.