-
Notifications
You must be signed in to change notification settings - Fork 233
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
Compatibility issues #7
Comments
Having the same issue. Hopefully someone will come up with a solution. |
Same here! |
same here, or is there an alternative library |
same situation here. |
+1 |
same here [5] |
it seems that this is not in maintenance |
why can I receive this email?发自我的iPhone------------------ Original ------------------From: 王长健 <[email protected]>Date: Mon,Oct 15,2018 1:51 PMTo: DesarrolloAntonio/FragmentTransactionExtended <[email protected]>Cc: Subscribed <[email protected]>Subject: Re: [DesarrolloAntonio/FragmentTransactionExtended] Compatibilityissues (#7)it seems that this is not in maintenance
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/DesarrolloAntonio/FragmentTransactionExtended","title":"DesarrolloAntonio/FragmentTransactionExtended","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/DesarrolloAntonio/FragmentTransactionExtended"}},"updates":{"snippets":[{"icon":"PERSON","message":"@jianjiankedizai in #7: it seems that this is not in maintenance"}],"action":{"name":"View Issue","url":"#7 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#7 (comment)",
"url": "#7 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [DesarrolloAntonio/FragmentTransactionExtended] Compatibility issues (#7)",
"sections": [
{
"text": "",
"activityTitle": "**王长健**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jianjiankedizai",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"DesarrolloAntonio/FragmentTransactionExtended\",\n\"issueId\": 7,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"DesarrolloAntonio/FragmentTransactionExtended\",\n\"issueId\": 7\n}"
},
{
"targets": [
{
"os": "default",
"uri": "#7 (comment)"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 87190307\n}"
}
],
"themeColor": "26292E"
}
]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This whole project is build using android.app.fragment. So this project cannot be used when fragments are created using android.support.v4.app.fragment. Is there any way for this project to be compatible with android.support.v4.app.fragment. p.s. i cannot change my project to use android.app.fragment coz i'm using other repo which are built for android.support.v4.app.fragment and also using fragmenttabhost which is a support.v4 widget inside my fragment.
The text was updated successfully, but these errors were encountered: