Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
a478328c
Commit
a478328c
authored
Jul 02, 2025
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
54a77913
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
mobile/assets/changelog.html
mobile/assets/changelog.html
+1
-0
mobile/src/main/java/cn/garymb/ygomobile/deck_square/DeckSelectFragment.java
...a/cn/garymb/ygomobile/deck_square/DeckSelectFragment.java
+1
-0
mobile/src/main/java/cn/garymb/ygomobile/deck_square/DeckSquareApiUtil.java
...va/cn/garymb/ygomobile/deck_square/DeckSquareApiUtil.java
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/DeckManagerFragment.java
...ava/cn/garymb/ygomobile/ui/cards/DeckManagerFragment.java
+1
-1
No files found.
mobile/assets/changelog.html
View file @
a478328c
...
...
@@ -35,6 +35,7 @@
8.通过萌卡账号登录可以进行云备份管理;
9.登录萌卡专页时自动登录云备份;
10.可以将云备份的卡组公开到卡组广场或者隐藏;
11.登录账号后定期同步本地和云备份卡组;
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
...
...
mobile/src/main/java/cn/garymb/ygomobile/deck_square/DeckSelectFragment.java
View file @
a478328c
...
...
@@ -394,6 +394,7 @@ public class DeckSelectFragment extends Fragment {
LogUtil
.
i
(
TAG
,
"Online deck deleted successfully"
);
}
});
break
;
}
}
});
...
...
mobile/src/main/java/cn/garymb/ygomobile/deck_square/DeckSquareApiUtil.java
View file @
a478328c
...
...
@@ -225,7 +225,7 @@ public class DeckSquareApiUtil {
* @return
* @throws IOException
*/
p
rivate
static
PushDeckResponse
pushDeck
(
DeckFile
deckfile
,
LoginToken
loginToken
,
String
deckId
)
throws
IOException
{
p
ublic
static
PushDeckResponse
pushDeck
(
DeckFile
deckfile
,
LoginToken
loginToken
,
String
deckId
)
throws
IOException
{
String
deckContent
=
DeckSquareFileUtil
.
setDeckId
(
deckfile
.
getPath
(),
loginToken
.
getUserId
(),
deckId
);
PushDeckResponse
result
=
null
;
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/DeckManagerFragment.java
View file @
a478328c
...
...
@@ -944,6 +944,7 @@ public class DeckManagerFragment extends BaseFragemnt implements RecyclerViewIte
YGOUtil
.
showTextToast
(
getContext
().
getString
(
R
.
string
.
done
));
}
});
break
;
}
}
});
...
...
@@ -1345,7 +1346,6 @@ public class DeckManagerFragment extends BaseFragemnt implements RecyclerViewIte
}).
done
((
deckData
)
->
{
if
(
deckData
!=
null
)
{
mDeckId
=
deckData
.
getDeckId
();
Log
.
w
(
"seesee mDeckId"
,
mDeckId
);
deckData
.
getDeckYdk
();
String
fileFullName
=
deckData
.
getDeckName
()
+
".ydk"
;
File
dir
=
new
File
(
getActivity
().
getApplicationInfo
().
dataDir
,
"cache"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment