Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fb9c6692
authored
Aug 09, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
merge fixed
parent
c9ff8ab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
android/Pictogram/tabletlibrary/src/main/java/com/yottacode/pictogram/tabletlibrary/gui/session/SessionActivity.java
android/Pictogram/tabletlibrary/src/main/java/com/yottacode/pictogram/tabletlibrary/gui/session/SessionActivity.java
View file @
fb9c6692
...
...
@@ -79,17 +79,10 @@ public class SessionActivity extends FragmentActivity implements ListInstruction
SessionWrapper
.
evaluateTry
(
currentMsgId
,
msg_pos
==
this
.
msgs
.
size
()
-
1
,
evaluation_value
,
new
SessionWrapper
.
iTryUpdated
()
{
@Override
public
void
update
(
int
next_try_id
)
{
<<<<<<<
HEAD
addLogMsg
(
"Msg: "
+
sessionFragment
.
get_current_msg_text
()+
"."
);
Bitmap
bitmap
=
BitmapFactory
.
decodeResource
(
getResources
(),
evaluation_bitmap
);
sessionFragment
.
evaluateMsg
(
bitmap
,
getString
(
evaluation_translation
),
msg_pos
);
addLogMsg
(
"#"
+(
msg_pos
<
9
?
"0"
:
""
)+(
msg_pos
+
1
)+
sessionFragment
.
get_msg_text
(
msg_pos
));
=======
addLogMsg
(
"añadiendo "
+
sessionFragment
.
get_current_msg_text
()
+
"."
);
Bitmap
bitmap
=
BitmapFactory
.
decodeResource
(
getResources
(),
evaluation_bitmap
);
sessionFragment
.
evaluateMsg
(
bitmap
,
getString
(
evaluation_translation
),
msg_pos
);
addLogMsg
(
"#"
+
(
msg_pos
<
9
?
"0"
:
""
)
+
(
msg_pos
+
1
)
+
sessionFragment
.
get_msg_text
(
msg_pos
));
>>>>>>>
pictogramactivityrefactor
if
(!
msgs
.
containsValue
(
next_try_id
))
new_try
(
sessionFragment
,
next_try_id
);
if
(
evaluation_value
!=
null
&&
msg_pos
==
msgs
.
size
()
-
1
)
{
...
...
@@ -155,13 +148,6 @@ public class SessionActivity extends FragmentActivity implements ListInstruction
}
}
<<<<<<<
HEAD
=======
>>>>>>>
pictogramactivityrefactor
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
...
...
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