-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1390 from dedis/work-fe2-jpluss-single_activity
Single Lao Activity
- Loading branch information
Showing
158 changed files
with
3,224 additions
and
3,098 deletions.
There are no files selected for viewing
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
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
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
9 changes: 9 additions & 0 deletions
9
fe2-android/app/src/main/java/com/github/dedis/popstellar/ui/PopViewModel.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.github.dedis.popstellar.ui; | ||
|
||
import androidx.annotation.StringRes; | ||
|
||
public interface PopViewModel { | ||
void setPageTitle(@StringRes int title); | ||
|
||
String getLaoId(); | ||
} |
184 changes: 0 additions & 184 deletions
184
fe2-android/app/src/main/java/com/github/dedis/popstellar/ui/detail/LaoDetailActivity.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.