{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":252150616,"defaultBranch":"master","name":"hms-sdk-unity","ownerLogin":"EvilMindDevs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-01T11:04:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/64551663?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718355799.0","currentOid":""},"activityList":{"items":[{"before":"9e236a6eafd1798fb8128ff4aebdc8f504f1d583","after":"5e46a39bcb646dedbfb40b9d58ac1e9df8252bab","ref":"refs/heads/master","pushedAt":"2024-06-14T09:08:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"[HUP-860] Fix: Add MLRemoteModel class for remote ML models\n\n- Fixed some bugs, wrong syntax and edited class relation.\n- The code changes introduce a new class, `MLRemoteModel`, which is responsible for handling remote ML models. This class is added to support the functionality of downloading and using ML models offline. The addition of this class is in line with the recent commits that have been made to create download model classes for offline use and local translation.","shortMessageHtmlLink":"[HUP-860] Fix: Add MLRemoteModel class for remote ML models"}},{"before":"b45a2893c016977214aea74527ab0ed02ea115b5","after":null,"ref":"refs/heads/development","pushedAt":"2024-06-14T09:03:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"}},{"before":"9ccd2a15db58243e51b622d3416ddc8b22148492","after":"9e236a6eafd1798fb8128ff4aebdc8f504f1d583","ref":"refs/heads/master","pushedAt":"2024-05-24T13:12:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"Implement Base Translation Methods, Download Model Classes, Remote and Local Translation Updates (#156)\n\n* [HUP-856] Created base translation methods, but will implement some local and remote functions after creating related classes.\r\n- getLocalTranslator and getRemoteTranslator will be added.\r\n\r\n* [HUP-857, HUP-859] feat: Created download model classes for models that are able to be used offline. Also, created local translation(On-Device) classes.\r\n\r\n- Added MLException class for MLException.\r\n- Added MLLocalModel class to handle local ML models\r\n- Added MLLocalModelManager class but didn't add remote model fields or methods. Will should be added after created remote model classes.\r\n\r\n* [HUP-857, HUP-859] feat: Update MLModelDownloadStrategy.cs and MLLocalTranslator.cs\r\n\r\n- Update MLModelDownloadStrategy.cs to fix a bug in the Factory constructor\r\n- Update MLLocalTranslator.cs to use TaskPrimitive instead of TaskStringWrapper in TranslateAsync method\r\n\r\n* [HUP-855] edit: Add download model classes for offline use and local translation\r\n\r\n- Add MLLocalModel class to handle local ML models\r\n- Add MLLocalModelManager class for managing local models\r\n- Update MLModelDownloadStrategy to fix a bug in the Factory constructor\r\n- Update MLLocalTranslator to use TaskPrimitive in TranslateAsync method\r\n\r\n* Create ML remote classes\r\n\r\n* Create MLRemoteModel class\r\n\r\n* Update MLLocalModelManager class\r\n\r\n* Update MLTranslatorFactory class\r\n\r\n* feat: Add MLRemoteModel class for remote ML models\r\n\r\nThe code changes introduce a new class, `MLRemoteModel`, which is responsible for handling remote ML models. This class is added to support the functionality of downloading and using ML models offline. The addition of this class is in line with the recent commits that have been made to create download model classes for offline use and local translation.\r\n\r\n---------\r\n\r\nCo-authored-by: Emine INAN ","shortMessageHtmlLink":"Implement Base Translation Methods, Download Model Classes, Remote an…"}},{"before":"55227417e23511f660c7dde85fd6195e773e191d","after":"b45a2893c016977214aea74527ab0ed02ea115b5","ref":"refs/heads/development","pushedAt":"2024-05-24T12:24:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"feat: Add MLRemoteModel class for remote ML models\n\nThe code changes introduce a new class, `MLRemoteModel`, which is responsible for handling remote ML models. This class is added to support the functionality of downloading and using ML models offline. The addition of this class is in line with the recent commits that have been made to create download model classes for offline use and local translation.","shortMessageHtmlLink":"feat: Add MLRemoteModel class for remote ML models"}},{"before":"d1dc51d0ec93a68929e5a1c41c0f934e60f0d004","after":"55227417e23511f660c7dde85fd6195e773e191d","ref":"refs/heads/development","pushedAt":"2024-05-23T08:09:46.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"Update MLTranslatorFactory class","shortMessageHtmlLink":"Update MLTranslatorFactory class"}},{"before":"9ccd2a15db58243e51b622d3416ddc8b22148492","after":"d1dc51d0ec93a68929e5a1c41c0f934e60f0d004","ref":"refs/heads/development","pushedAt":"2024-05-21T12:07:57.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"[HUP-855] edit: Add download model classes for offline use and local translation\n\n- Add MLLocalModel class to handle local ML models\n- Add MLLocalModelManager class for managing local models\n- Update MLModelDownloadStrategy to fix a bug in the Factory constructor\n- Update MLLocalTranslator to use TaskPrimitive in TranslateAsync method","shortMessageHtmlLink":"[HUP-855] edit: Add download model classes for offline use and local …"}},{"before":null,"after":"9ccd2a15db58243e51b622d3416ddc8b22148492","ref":"refs/heads/development","pushedAt":"2024-05-13T10:44:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"Merge pull request #152 from Andronovo-bit/Perf/IAP-FixingMemoryandCallOptimization\n\nOptimize ProductInfo class to improve performance","shortMessageHtmlLink":"Merge pull request #152 from Andronovo-bit/Perf/IAP-FixingMemoryandCa…"}},{"before":"fb5c5de9463fa88857c3aafb6ce0f0c5950bd73b","after":"9ccd2a15db58243e51b622d3416ddc8b22148492","ref":"refs/heads/master","pushedAt":"2024-05-09T20:35:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Andronovo-bit","name":"Seyyid Yiğit","path":"/Andronovo-bit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24398592?s=80&v=4"},"commit":{"message":"Merge pull request #152 from Andronovo-bit/Perf/IAP-FixingMemoryandCallOptimization\n\nOptimize ProductInfo class to improve performance","shortMessageHtmlLink":"Merge pull request #152 from Andronovo-bit/Perf/IAP-FixingMemoryandCa…"}},{"before":"d99a14d26f544c30c1e553caefbd98f85b5e1963","after":"fb5c5de9463fa88857c3aafb6ce0f0c5950bd73b","ref":"refs/heads/master","pushedAt":"2024-04-26T11:42:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"[HUP-848] Perf: Updated ProductInfo class to lazy load the productId property for not to be called on the Java side for every productId.","shortMessageHtmlLink":"[HUP-848] Perf: Updated ProductInfo class to lazy load the productId …"}},{"before":"0ec3cca5833adb4f1d0f76876da2ed5fd1a55910","after":"d99a14d26f544c30c1e553caefbd98f85b5e1963","ref":"refs/heads/master","pushedAt":"2024-04-24T11:38:31.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Fix: Revisions were made in the After Review.","shortMessageHtmlLink":"Fix: Revisions were made in the After Review."}},{"before":"c095771cbd3cfa62186498a8b33dd82440e4bb9d","after":"0ec3cca5833adb4f1d0f76876da2ed5fd1a55910","ref":"refs/heads/master","pushedAt":"2024-04-24T08:36:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Kit update analitics (#150)\n\n* setCustomReferrer method added.\r\n\r\n* getDataUploadSiteInfo method added.","shortMessageHtmlLink":"Kit update analitics (#150)"}},{"before":"f371ce02151b4f962fdae6c78498caaad5066c6a","after":"c095771cbd3cfa62186498a8b33dd82440e4bb9d","ref":"refs/heads/master","pushedAt":"2024-04-03T05:45:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Add SetUserId and SetData methods to RewardAd class","shortMessageHtmlLink":"Add SetUserId and SetData methods to RewardAd class"}},{"before":"31c17b29c94b63aea882e51d6a6ad304ab955f09","after":"f371ce02151b4f962fdae6c78498caaad5066c6a","ref":"refs/heads/master","pushedAt":"2024-03-26T12:47:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"CallbackAdded for InAppComment - java","shortMessageHtmlLink":"CallbackAdded for InAppComment - java"}},{"before":"7fe2cb4aeb85a2f97c1536c36440b37403047e28","after":"31c17b29c94b63aea882e51d6a6ad304ab955f09","ref":"refs/heads/master","pushedAt":"2024-03-22T11:30:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"ServerStatus & ExecuteServerStatusQuery added","shortMessageHtmlLink":"ServerStatus & ExecuteServerStatusQuery added"}},{"before":"5eb8470c9cc51acfbca1b0cb012157e136d08290","after":"7fe2cb4aeb85a2f97c1536c36440b37403047e28","ref":"refs/heads/master","pushedAt":"2024-03-20T09:07:27.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"SetRewardVerifyConfig added","shortMessageHtmlLink":"SetRewardVerifyConfig added"}},{"before":"5f7a0215534ea1574b13aaea3bf3ce451e51c54a","after":"5eb8470c9cc51acfbca1b0cb012157e136d08290","ref":"refs/heads/master","pushedAt":"2024-03-06T10:58:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"HotFix: Added default constructor","shortMessageHtmlLink":"HotFix: Added default constructor"}},{"before":"0545cbfbbca0d8677a61018e132e9ee798cb5823","after":"5f7a0215534ea1574b13aaea3bf3ce451e51c54a","ref":"refs/heads/master","pushedAt":"2024-03-05T14:12:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"[HUP-823] Feature: Added AppInfo and PromoteInfo classes and edited related class(NativeAd).","shortMessageHtmlLink":"[HUP-823] Feature: Added AppInfo and PromoteInfo classes and edited r…"}},{"before":"557e194ee263177605f3407716a2fffb58a0212a","after":"0545cbfbbca0d8677a61018e132e9ee798cb5823","ref":"refs/heads/master","pushedAt":"2024-02-29T12:20:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Update: Twitter credential with code\n\ncredentialWithAuthCode(TwitterAuthParam twitterAuthParam, boolean autoCreateUser)\nfunction added to support Twitter account sign-in either in unified sign-in mode or based on the traditional OAuth 2.0 access mode.","shortMessageHtmlLink":"Update: Twitter credential with code"}},{"before":"75c414f2ea6233f343a1c8e209f1ca57409ed959","after":"557e194ee263177605f3407716a2fffb58a0212a","ref":"refs/heads/master","pushedAt":"2024-02-28T12:31:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Fixed: onTrialTimeout syntax fixed","shortMessageHtmlLink":"Fixed: onTrialTimeout syntax fixed"}},{"before":null,"after":"8bf7785fe18f27dd597c86b1e4a46ac37c79d098","ref":"refs/heads/addiction_prevention","pushedAt":"2024-02-28T12:28:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Fixed: onTrialTimeout syntax fixed","shortMessageHtmlLink":"Fixed: onTrialTimeout syntax fixed"}},{"before":"c0fc12ba04f5488ce159620b5307c58446dd54e5","after":"75c414f2ea6233f343a1c8e209f1ca57409ed959","ref":"refs/heads/master","pushedAt":"2024-02-06T08:24:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Update deprecated methods in PlayersClientWrapper and IPlayersClient.\n\n-CurrentPlayer and SetGameTrialProcess deprecated in IPlayersClient and PlayerClientWrapper.\n-PlayerId will be deprecate in the feature.","shortMessageHtmlLink":"Update deprecated methods in PlayersClientWrapper and IPlayersClient."}},{"before":"4a93bacd09f1edfb3f912e658238f27d6d26b986","after":"c0fc12ba04f5488ce159620b5307c58446dd54e5","ref":"refs/heads/master","pushedAt":"2023-12-06T06:55:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"3D modeling - Material fixes (#139)\n\n* 3D modeling - Material fixes","shortMessageHtmlLink":"3D modeling - Material fixes (#139)"}},{"before":"af4ff978765c7c27d92a943c86cb5cbb820772ff","after":"f9b5d4a61e44b091c92897b5cbac95d994bb7e0b","ref":"refs/heads/3D_model_material_fixes","pushedAt":"2023-12-06T06:53:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"Update Modeling3dTextureUploadListener.cs\n\ntodo removed","shortMessageHtmlLink":"Update Modeling3dTextureUploadListener.cs"}},{"before":null,"after":"af4ff978765c7c27d92a943c86cb5cbb820772ff","ref":"refs/heads/3D_model_material_fixes","pushedAt":"2023-12-04T18:43:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"3D modeling - Material fixes","shortMessageHtmlLink":"3D modeling - Material fixes"}},{"before":"cc1a002a27695b65ec54d7618efbd926b39036ac","after":"4a93bacd09f1edfb3f912e658238f27d6d26b986","ref":"refs/heads/master","pushedAt":"2023-06-07T07:24:25.691Z","pushType":"pr_merge","commitsCount":13,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"[HUP-580] Some Modeling3d sdk editings and add new features.\n- Added folder picker to the file dialog.\n- Added toast message\n- Some new functios in Android Intent.","shortMessageHtmlLink":"[HUP-580] Some Modeling3d sdk editings and add new features."}},{"before":"bb590ccbd9460d5b151842d376402aa4d6f78184","after":"cc1a002a27695b65ec54d7618efbd926b39036ac","ref":"refs/heads/master","pushedAt":"2023-04-05T11:25:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alihan98ersoy","name":null,"path":"/alihan98ersoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39373386?s=80&v=4"},"commit":{"message":"encapsulate 'UserPlayState' - 'IsAllowContinuePlayGames' (#135)\n\n* Added 'UserPlayState', and 'IsAllowContinuePlayGames' to Game Service","shortMessageHtmlLink":"encapsulate 'UserPlayState' - 'IsAllowContinuePlayGames' (#135)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZUVSiQA","startCursor":null,"endCursor":null}},"title":"Activity · EvilMindDevs/hms-sdk-unity"}