Unciv/android
alexban011 e4e2696160
Friends list (#7020)
* created files for friends list screen

* redone #3

* fixed some crashes and more additions

* changelog in the comment below

* Update .gitignore

included the FriendsList.json file

* changelog in the comment below, again

* optimized imports to hopefully fix the error in github build check

* replaced imports with the ones from master since OnlineMultiplayer.kt no longer exists

* imported ViewFriendsList

* used the right package for all friendsList related files and a little bit of cleanup

* check if friends list is empty before adding the select friend button

* check if the ID is correct when adding a new friend

* don't set null as playerID if no friend is selected

* added messageTexts for the input TextFields

* don't show already selected friends

* fixed checkmark not updating after selecting a friend

* you can't be your own friend! and other checks for edit button

* fix error

* replaced error type with enum, replaced nested ifs with when loop, added additional checks when editing friends

* fixed error, can't really tell how I managed to do this

* reorganized checks for adding and created settings variable to hopefully fix the github build error

* actually fixed github error

* it now removes selected friends from the list of selectable friends

* fixed not being able to change only the id of a friend

* made it look half decent

* cleanup + improved help button

* updated template.properties

* renamed variable

* some tweaks

* moved friends list to GameSettings

* tested every feature and fixed what didn't work

* removed redundant variables and final cleanup

* little improvements

* string improvements

* removed rightSideButton from ViewFriendsListScreen

* removed unnecesary uniformX and decreased padding to allow seeing more friends in ViewFriendsListScreen
2022-06-01 22:47:43 +03:00
..
assets Friends list (#7020) 2022-06-01 22:47:43 +03:00
Images #6914 Multiplayer Status Display (#6916) 2022-05-25 22:22:58 +02:00
Images.Construction WLTK decorations (#6253) 2022-03-05 20:10:03 +02:00
Images.Flags/FlagIcons Add Catalan translation and provide some strings. (#6992) 2022-05-29 16:50:47 +02:00
Images.NationIcons/NationIcons 4.0.15-patch1 2022-05-11 17:58:30 +03:00
Images.PolicyIcons/PolicyIcons 4.0.15-patch1 2022-05-11 17:58:30 +03:00
Images.ReligionIcons/ReligionIcons 4.0.15-patch1 2022-05-11 17:58:30 +03:00
Images.Skin Atlas reorg - packer to loader via json (#5014) 2021-08-29 23:29:24 +03:00
Images.Tech/TechIcons Added an icon for the telegraph tech (#5765) 2021-12-06 11:53:29 +02:00
Images.UnitPromotionIcons/UnitPromotionIcons 4.0.15-patch1 2022-05-11 17:58:30 +03:00
ImagesToNotAddToGame Add Catalan translation and provide some strings. (#6992) 2022-05-29 16:50:47 +02:00
res Build warnings cleanup (#6827) 2022-05-19 02:12:18 +02:00
src/com/unciv/app Fix multiplayer sometimes duplicating games (#6999) 2022-06-01 22:24:44 +03:00
AndroidManifest.xml Allow non-SSL-encrypted HTTP traffic & warn Dropbox users (#7013) 2022-06-01 22:40:20 +03:00
build.gradle.kts Initial Event Bus implementation & Event-based multiplayer updates (#6826) 2022-05-22 00:05:33 +02:00
ic_launcher-web.png
proguard-rules.pro Remove gdx-box2d from build files because it isn't used (#2595) 2020-05-08 08:05:26 +03:00
project.properties
uncivicon-playstore.png Unciv Adaptive Android Icon (#6672) 2022-05-03 07:55:55 +03:00