Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

258030

258030 created a review on a pull request on frigvid/mob3000-group11
Spacing issues seems to be mostly resolved. Altough getting gradle issues on OpeningMapperUnitTest.kt, have not tested this in master. EDIT: Getting the same issue in master

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11
Spacing issues seems to be mostly resolved. Altough getting gradle issues on OpeningMapperUnitTest.kt, have not tested this in master.

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11
Spacing issues seems to be mostly resolved. Code works

View on GitHub

258030 created a review comment on a pull request on frigvid/mob3000-group11
If we used invoke, yes It's messy to have similar/nearly identical usecases from the same repo in seperate classes, this solution does not make the application work any less inefficent and does no...

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11

View on GitHub

258030 created a review comment on a pull request on frigvid/mob3000-group11
Does the code work as intented? Are you saying this functionality does not do what it promises? This works the excact same way: `override suspend fun updateNews( newsId: String, ...

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11

View on GitHub

258030 created a review comment on a pull request on frigvid/mob3000-group11
Are you talking about KDoc or the actual functionality of the class? Can't see the same as you do

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • Update Project_Default.xml eab4f92

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • Update compiler.xml Correct version e45587c

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • Update IAuthRepository.kt Fix: had to re-add wrongly removed code 6891ede

View on GitHub

258030 pushed 15 commits to userProfile_endringer frigvid/mob3000-group11
  • Deeplinking integrated to new structure. Having some problems with expected values for NavControllerPopBackStack, aut... 927284b
  • Deeplinking integrated to new structure. >> Now loads main activity through ADB. Somehow App Link Testing tool only ... 1cdd33d
  • Deeplinking integrated to new structure. >> Now loads main activity through ADB. Somehow App Link Testing tool only ... 747846f
  • Deeplinking integrated to new structure. >> Added a separate ResetPasswordScreen> for deeplinking specifically: Rese... f73da58
  • Merge branch 'master' into deeplinking2 a5ef032
  • chore: Remove incorrectly committed files. 67f25fd
  • Deeplinking integrated to new structure. >> Added a separate ResetPasswordScreen> for deeplinking specifically: Rese... 6665926
  • feat: Starting to implement more flexible deep linking. fixed NavPopBackStack in settings > ResetPasswordScreen f46711f
  • fix: Password resetting not resetting password. 58795da
  • feat: Extract password reset into component, use in both password reset screens. a57050b
  • fix: Change incorrect route definition that stopped deep linking from working. 67f74f8
  • chore: Remove dead code. 94a8bac
  • feat: Update IAuthRepository with importSessionToken function, add use case, make use in deep linking. 3acd39b
  • ci: Merge pull request #26 from frigvid/deeplinking2 Had time to look it over. Approved. 1109894
  • Merge branch 'master' into userProfile_endringer 3370de7

View on GitHub

258030 pushed 85 commits to userProfile_endringer frigvid/mob3000-group11
  • feat(docs): Add authentication process diagrams. 346c0b2
  • feat: Add black chess pieces. b3f23c8
  • feat: Add white chess pieces. f61164f
  • chore: Clean up vector graphics. 840b0e0
  • build: Add dependency for com.github.bhlangonijr:chesslib:1.3.4 and it's repository url. 26b0c83
  • feat: Provisional, if incredibly basic and useless, chessboard. 52463a3
  • fix: Remove dangling comment. f0e05f8
  • feat: Add Log wrapper that only logs when BuildConfig.DEBUG = true. c7260e8
  • feat: Add togglables to release build. 4096732
  • chore: Add to-be-implemented repository. 6b605b8
  • feat: Bump target API, set enableOnBackInvokedCallback to true. 45849ef
  • !TEMPORARY: Contains the chessboard and its related parts. This is NOT done and some parts are implemented ROUGHLY. ... ce9ab86
  • feat: added a room database. The structure is a bit all-over the place, just had to get it working. Next will be refa... 2879511
  • feat: made some restrictions for when the the data is updated to the local db. Only when admin is doing changes, ever... 693ce51
  • refactor/docs: Added some KDoc and refactored where it was necessary. The code now follows the structure of the appli... b2af6b1
  • ci: implemented local db for the faq, news and docs d9489e3
  • ci: Merge branch 'master' into chess 8a2f660
  • fix: Missing author and creation date. f2c5ae5
  • feat: Add JSON PGN array to standard SAN PGN notation converter with unit test. f3bfdab
  • feat: Add PGN to JSON PGN array converter. Expand unit tests. f0f01b6
  • and 65 more ...

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • feat: added validation to prevent duplicate friend requests 09e1a0a

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • feat: gamestats added to profile. Must add refresh thou 83f4c38

View on GitHub

258030 opened a pull request on frigvid/mob3000-group11
Adding a local database
This pull request consist of fetching data locally to later be generated without the need of internet connection. It has a couple of worker functions that tries a new fetch of data every couple of ...
258030 pushed 1 commit to contentLocal frigvid/mob3000-group11
  • refactor: minor refactor and kdoc before merge. Also fixed unused dependencies and alias f211564

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • refactor: refactor and kdoc most of the profile elements. Should be ready for merge now 8e44b9b

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • refactor: FriendRequestRepository 5a14865

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • feat: friendrequest accept/decline functionality implemented. CRUD are done, we now need to refactor and clean up all... 2b1e15b

View on GitHub

258030 created a review on a pull request on frigvid/mob3000-group11
Awesome work

View on GitHub

258030 pushed 2 commits to userProfile_endringer frigvid/mob3000-group11
  • feat: friendrequest feat added d03ea48
  • mergeconflict: fixed, some redundancy but no biggie 07b5cf1

View on GitHub

258030 deleted a branch frigvid/mob3000-group11

userProfile_endringer_hussein

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • merge: merged with temp branch beacuse of issues 58c21a5

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • feat: fetch all non-friends for addfriend. Need to implement the same for profile dc4ca38

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • feat: update for userProfile 3e8b3ac

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11
  • fix/refactoring: fixed some misplacment issues with call to tables. Had to make some supporter functions, but they wi... 0247cf1

View on GitHub

258030 pushed 1 commit to userProfile_endringer frigvid/mob3000-group11

View on GitHub

Load more