Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

TUM-Dev (Campus App / tum.sexy)

Open source student app and shortlink service.
Collective - Host: opensource - https://opencollective.com/tum-dev - Website: https://www.tum.app/ - Code: https://github.com/TUM-Dev

Merge pull request #355 from TCA-Team/feature-project-lib

Convert project into a lib project

github.com/TUM-Dev/Campus-Android - efdf767658329a50009c10ef5bbaa11ae00632d0 authored about 9 years ago
Add support lib for multidex. Remove obsolete Proguard rules

github.com/TUM-Dev/Campus-Android - 5c507b71d7e9fdb1d17961e58cc2d17599ddd20c authored about 9 years ago
Remove unit tests from android modules

github.com/TUM-Dev/Campus-Android - e8e935ebdac4e78e16b47f6b8a88dc89d10465cc authored about 9 years ago
Properly setup proguard with separate rulesets for external libs

github.com/TUM-Dev/Campus-Android - 3c55c3dc26c67fef3fbdf9899ae391515ec8d597 authored about 9 years ago
Add lint options to app. Update dependancy

github.com/TUM-Dev/Campus-Android - 19a13dfef402ef6a18cf35c4fe995d631e65857b authored about 9 years ago
Convert project into a library. Add v10 and v14 target modules. Rename the app package to not conflict with the modules.

github.com/TUM-Dev/Campus-Android - 19c743b3c0126424650096d85eea6d10059e0d8d authored about 9 years ago
Removed v14 build status

github.com/TUM-Dev/Campus-Android - 37c055b5e6154555e98c8c3ac7df529eafad2387 authored about 9 years ago
Merge pull request #350 from TCA-Team/feature-new-gcm

Feature new gcm

github.com/TUM-Dev/Campus-Android - 485abb7574be7001591b7a5dd3d1275e0fa78d0d authored about 9 years ago
Update AndroidManifest.xml

github.com/TUM-Dev/Campus-Android - 2c8555ad7f72294c3afc4b311931d053e5d69c09 authored about 9 years ago
remove unused XML IDs

github.com/TUM-Dev/Campus-Android - 278baa0fe799ca03c58a98744648c837637310f1 authored about 9 years ago
Fix more lints and don't export the gcm listener service

github.com/TUM-Dev/Campus-Android - 66a83d9a650a6fbfe10fb449863024c646229c6e authored about 9 years ago
Fix the code, lints and all other problems preventing the code from running. Code quality is still not great but this will do for merging it into master

github.com/TUM-Dev/Campus-Android - 92feb97abb681d97422383fc1e75d0ef331ccaf2 authored about 9 years ago
Merge branch 'master' of github.com:TCA-Team/TumCampusApp into v14

github.com/TUM-Dev/Campus-Android - 76b0544b6d9c6774527c0c271cd3e4509155c099 authored about 9 years ago
Fix missing public contructor

github.com/TUM-Dev/Campus-Android - 7d6e6843171eaee49b2eab35376126e4973725af authored about 9 years ago
Merge branch 'master' of github.com:TCA-Team/TumCampusApp into feature-new-gcm

github.com/TUM-Dev/Campus-Android - 94c31fe442000388e5e85b065419f894230dfce7 authored about 9 years ago
Merge pull request #351 from TCA-Team/feature-prefrence-appcompat

Feature prefrence appcompat

github.com/TUM-Dev/Campus-Android - 53b209b36a688215686f4e3b711d676b7f8aae75 authored about 9 years ago
Fix subsections in perferences

github.com/TUM-Dev/Campus-Android - 22a13d61ee1b1201a58ba6454ffcedfd44f1afa7 authored about 9 years ago
Make Informationactivity use the toolbar. Switch to Appcompat PrefrenceFragment

github.com/TUM-Dev/Campus-Android - 8fd1daa237ab4a1834addf10f8ceadf3c0451c9c authored about 9 years ago
Merge branch 'master' of github.com:TCA-Team/TumCampusApp into feature-new-gcm

github.com/TUM-Dev/Campus-Android - 03bbb6ff12232e6842f068b7832919a7533aea3a authored about 9 years ago
Merge branch 'master' of github.com:TCA-Team/TumCampusApp

github.com/TUM-Dev/Campus-Android - ef35239f7b6a3ad20228b72560e1b4becef3ac5c authored about 9 years ago
Directly upload the public key on device startup and register the gcm token with the server immediately after so we can any device right after startup. Chat still requires of manual activation of the public key.

github.com/TUM-Dev/Campus-Android - 758725aef3a37bfae0faa26880ad0ad51b208884 authored about 9 years ago
Bugfixes in the ident service

github.com/TUM-Dev/Campus-Android - 9753a2226253fe7e72344de447bbb087b904c7a9 authored about 9 years ago
Properly implemented GCM receiver with v8.4.0. More cleanup.

github.com/TUM-Dev/Campus-Android - 2d68fdac48be02281040042983bef52b92d5cf5f authored about 9 years ago
Use TUMCabeClient to upload stat. Cleanup after refactoring.

github.com/TUM-Dev/Campus-Android - c24e25ccb72d99ba50a8a084386bc938b31b0694 authored about 9 years ago
Refactor the whole PKI signing process. Everything is now done in the AuthenticationManager, who deals with the RSA part and any other app identities

github.com/TUM-Dev/Campus-Android - 641d8af9a65cb9eb87f530f144ca77b6789195cc authored about 9 years ago
Remove some redundancies when creating the toolbar. Make the preferences use the baseactivity.

github.com/TUM-Dev/Campus-Android - c774f104ac47afc71791bbb41becd1e29bb61c6f authored about 9 years ago
Fix UnsafeProtectedBroadcastReceiver warnings

github.com/TUM-Dev/Campus-Android - f431fd618b2cd1979268be3c92932c9fd6495f45 authored about 9 years ago
Fix PrivateResource and ManifestResource warnings

github.com/TUM-Dev/Campus-Android - d1c3d341247131203b0380b5cb13e673bbbf9147 authored about 9 years ago
remove unnecessary interface modifiers

github.com/TUM-Dev/Campus-Android - 67b212acb0c420add6ef02fdb27a1074adbffd18 authored about 9 years ago
remove unused imports

github.com/TUM-Dev/Campus-Android - c44731e014c7dba5d3c0d4f0fac94806c23453bb authored about 9 years ago
fix duplicate character in regex warning

github.com/TUM-Dev/Campus-Android - 23149ea308a730f758ec0929dd0e406478429251 authored about 9 years ago
fix SetTextI18n warning

github.com/TUM-Dev/Campus-Android - 4dc9d4de3631944836ca17703fe2836621c699aa authored about 9 years ago
Apple Watch Deployment Successful!

Signed Apple Watch Extension and fixed build process…

github.com/TUM-Dev/Campus-iOS - d20bb3aebb7f73fd26494299c766a495b736971d authored about 9 years ago
#349 update GCM to latest version, use a specific service to handle all GCM operations and remove those from the ChatRoomActivities. Switch to use new Identification ID Api

github.com/TUM-Dev/Campus-Android - 89a97f29970c8904d1b216494b6b138cac027334 authored about 9 years ago
switch imagezoom for PhotoView, since imagezoom does not support API10 anymore

github.com/TUM-Dev/Campus-Android - 50fef33a936852cb9314f9b86c97bc0f7c5d6376 authored about 9 years ago
update okhttp and android-week-view

github.com/TUM-Dev/Campus-Android - 32a878e1a0f7acf251e93cc9ac1a974c04342999 authored about 9 years ago
Merge pull request #329 from pfent/feature-newRoomFinderRequest

Feature new room finder request

github.com/TUM-Dev/Campus-Android - 1332d9244f021653d584c8df44ab85ea087217fc authored about 9 years ago
Merge pull request #345 from pfent/feature-svgicons

Use vector images instead of PNGs for Icons

github.com/TUM-Dev/Campus-Android - 43c3c9c539b8229c39b79dbc4623c2e90f170a73 authored about 9 years ago
Merge pull request #9 from bishwahang/master

github.com/TUM-Dev/tum-thesis-latex - f7f5d60c75e4af7aabd9628a82670e71ad69ae5e authored about 9 years ago
removed warning destination with same identifier and added tex root

github.com/TUM-Dev/tum-thesis-latex - 44c19e04e1f5eb1f2b33ce0f3b41d09c91b4030f authored about 9 years ago
Merge pull request #7 from TCA-Team/improve-login-view

Improving Login View

github.com/TUM-Dev/Campus-iOS - b249d0bb290c6994465fe694eedc24bf86f8ec72 authored about 9 years ago
Improving Login View

github.com/TUM-Dev/Campus-iOS - 80283f163fe474496be56d1696b2a601b81f2122 authored about 9 years ago
Merge pull request #6 from TCA-Team/implement-person-search

Lots and lots of changes!

github.com/TUM-Dev/Campus-iOS - d12138bb159002ba2d7d5a125781cf6af93db793 authored about 9 years ago
Added Cafeteria View and Card

Added View To Look at the Room finder images

github.com/TUM-Dev/Campus-iOS - 1ff984ccfb606e2dad1aa858d3538a1ee267e866 authored about 9 years ago
Room search implemented... Still not showing the map though...

github.com/TUM-Dev/Campus-iOS - 213a5593beb6c7b5981a637bef9ba5cc8c3934fd authored about 9 years ago
Implemented My Lectures View

Implemented Lecture Search
Saving Calendar XML File to Storage for better Computation Time...
** ...

github.com/TUM-Dev/Campus-iOS - 31760bdf56945aafe06aaded4355661cdcf23a56 authored about 9 years ago
Some minor additions to the More View and a bit more abstraction in the model added

github.com/TUM-Dev/Campus-iOS - 0183064ee2fca88a4229c80ed0ce7f8f3e621708 authored about 9 years ago
Will Now Get Users you search for

github.com/TUM-Dev/Campus-iOS - 346ef0ede5218a6d43a8bebff07073b6cc9cf59e authored about 9 years ago
Merge pull request #5 from TCA-Team/calendar-view

Calendar View

github.com/TUM-Dev/Campus-iOS - a5e9780837e213eec972420ae9f819d2f51e985a authored about 9 years ago
Managed to delete duplicates and canceled calendar items

github.com/TUM-Dev/Campus-iOS - 90156d1a4a01bf2deab947a4a3786b6ce897e27f authored about 9 years ago
Displaying Data in the Calendar

github.com/TUM-Dev/Campus-iOS - e2a389b90437068ab9ac329d39a1050bef6ee08c authored about 9 years ago
Moving a few files that were in the wrong folder

github.com/TUM-Dev/Campus-iOS - af47cbbb92c5d99deea641b947e5aad472dc122c authored about 9 years ago
Minor fixes on start up of Calendar View

github.com/TUM-Dev/Campus-iOS - 1c358a91127607f1774197a03b333a81948cf1db authored about 9 years ago
Implementing Calendar View

I'm still having trouble putting the text label in the item view but it works...

github.com/TUM-Dev/Campus-iOS - 8b808946d45894a920a88afd885bfd30fae8a939 authored about 9 years ago
Merge pull request #4 from TCA-Team/implement-movie-detailview

Implement movie detail view and Small UI Changes

github.com/TUM-Dev/Campus-iOS - 0c2c7b8c69c598bd3bd62bfd18a8f54563e09a3c authored about 9 years ago
Movie Detail View Implemented

github.com/TUM-Dev/Campus-iOS - 0da9877a5acbb79d94917a3842f933a8c9e4b2ff authored about 9 years ago
Added App-Icon and small Changes to StatusBar Style

github.com/TUM-Dev/Campus-iOS - 2fadf60b2db9a3c38eb33475448c2d4f1c87f10d authored about 9 years ago
Small Design Change Favoring White instead of Blue...

To make it more like iOS

github.com/TUM-Dev/Campus-iOS - 5851db6025d69e3b1ee6ea141b54c2674e2de986 authored about 9 years ago
Merge pull request #3 from TCA-Team/implement-next-lecture-card

Added Card For Next Lecture

github.com/TUM-Dev/Campus-iOS - 11449206eb365b03fca7d5275e4b5fbfbc386675 authored about 9 years ago
Fixing Time Remaining Label

github.com/TUM-Dev/Campus-iOS - b3bb9baedf0b37f79d71fad9ea7ebdd7fbabfc45 authored about 9 years ago
Added Card For Next Lecture

github.com/TUM-Dev/Campus-iOS - 0b113680ffcfea19f946fa68078af3516451e886 authored about 9 years ago
Merge pull request #2 from TCA-Team/implement-login

Implement login

github.com/TUM-Dev/Campus-iOS - e07360f0dc05331dbf2b51bd2a7492a492bf34a9 authored about 9 years ago
Managed To Display Actual Data

github.com/TUM-Dev/Campus-iOS - 03c46ef2726fa980ed1f514c73e079ed7a675d19 authored about 9 years ago
Receiving the Tuition Data

github.com/TUM-Dev/Campus-iOS - 155a16212b770673d1cd7aaa9ad6b2c4d761ad3b authored about 9 years ago
Implementing Login Screen!

It's not pretty but works and actually connects to TUM Online.

github.com/TUM-Dev/Campus-iOS - 7f488ca17a5be3deed9f5ff5b853ca7da8ff46cf authored about 9 years ago
Breakpoint Updating... Because Xcode!!!!

github.com/TUM-Dev/Campus-iOS - bc9bef62f8eec11b56536edc921241eb9434935b authored about 9 years ago
add drawable-xxxhdpi folder to satisfy AndroidLint

github.com/TUM-Dev/Campus-Android - 915fb7e5217cacca54c5ccfa09258f9c9d205b3f authored about 9 years ago
correct the looks of the Roomfinder location icon

github.com/TUM-Dev/Campus-Android - 116fd49bde2e787fa9d6e4f90e679cd44070ca4e authored about 9 years ago
fix Roomfinder room names being unreadable

github.com/TUM-Dev/Campus-Android - 08b5e4ef652703ad771df119c0219f4c452166a1 authored about 9 years ago
Update README.md

github.com/TUM-Dev/Campus-Android - daed24dc81259b512d880194c70bbd715a6204de authored about 9 years ago
Update README.md

github.com/TUM-Dev/Campus-Android - 5f73a5008fc78c3197b4a8cadba1f9e25a8a4e97 authored about 9 years ago
fix wiznav_checktoken using scaled images

github.com/TUM-Dev/Campus-Android - 7107b866e93fd4c7de93a7fe5503402cd4bc501a authored about 9 years ago
use vector icons instead of PNGs

github.com/TUM-Dev/Campus-Android - 123a4d6c36a1a3a9e17ca25a613eca6f0de1a4c6 authored about 9 years ago
move launcher icons to mipmap folder

github.com/TUM-Dev/Campus-Android - ad5dca787ac29335f47edb9929772b23ce4a2cd3 authored about 9 years ago
Enable resolved Icon lint options

github.com/TUM-Dev/Campus-Android - 210f5eb8bf6e54f048360e662306f966a3144065 authored about 9 years ago
Fix the support card using scaling images

github.com/TUM-Dev/Campus-Android - ef5aa33778ea74171abb148ff282752c3bed25ec authored about 9 years ago
move bitmaps to drawable-nodpi folder

github.com/TUM-Dev/Campus-Android - 1abceee5efa26d16e900713fdd421b75ca62682c authored about 9 years ago
update dependencies

github.com/TUM-Dev/Campus-Android - 3bbeb87aaf54a862818218105df751e50c4f5e2b authored about 9 years ago
update android gradle plugin

github.com/TUM-Dev/Campus-Android - c055f423fe738b53a7cc4af2b1d7cad9e369833b authored about 9 years ago
Merge pull request #26 from jpbernius/hotfix/#25-no-price-bug

[HUNGER] Improve Regex

github.com/TUM-Dev/TUM.sexy - 8b9ae1a50af6c34655592fa59aadc2e997987638 authored about 9 years ago
update gradle distribution

github.com/TUM-Dev/Campus-Android - 20e6ffdc8e8cbcd1d2eb0e75f603eac695dd824b authored about 9 years ago
Fix the translation.

github.com/TUM-Dev/Campus-Android - 86cc0217d0099b833356ac015db0c456d43a7c60 authored about 9 years ago
Possible quick fix for #338

github.com/TUM-Dev/Campus-Android - e96eb755173437c36255a9053d930af0044a74f3 authored about 9 years ago
Fixed #343 by using the TUMCabeClient for submitting any bug reports

github.com/TUM-Dev/Campus-Android - b22413ca875c30c0a161a69a252df7d2fadc9d5f authored about 9 years ago
Add Docu for Regex

Parse "Kalbsfleisch" Info out of text.

github.com/TUM-Dev/TUM.sexy - 18ef06e725c0a73c83d71ce10cae13b6c49e1f42 authored about 9 years ago
Merge pull request #27 from DerGenaue/patch-1

EIDI2 HA-Abgabe

github.com/TUM-Dev/TUM.sexy - 0db2e5c3001ed227f290bfccfce1a8c1d7f16f7a authored about 9 years ago
EIDI2 HA-Abgabe

github.com/TUM-Dev/TUM.sexy - 186fedf5db41b9abebeefcb2eecc5cba3c1af167 authored about 9 years ago
Bump version to 1.3.3-dev / 60

github.com/TUM-Dev/Campus-Android - 85ac3d8e226b5683933f90c940a28499b53f1e16 authored about 9 years ago
Update support libraries, fix #334

github.com/TUM-Dev/Campus-Android - e1bd530e23a1877cbca5cce9b2e50748a87b8f50 authored over 9 years ago
improve regex

improve regex matching as discussed in mammuth/TUM.sexy#25

github.com/TUM-Dev/TUM.sexy - 8fe331ad63999199c7d2779a1d1bb893fa32d859 authored over 9 years ago
Fix typos in sample chapter.

github.com/TUM-Dev/tum-thesis-latex - d6e5ad2d58d7d6863c0600d34eba2a2271dda8cb authored over 9 years ago
Merge pull request #7 from MoritzS/master

github.com/TUM-Dev/tum-thesis-latex - 309bd2dacda72de23034d85cd9f560e7ee62ff4d authored over 9 years ago
Added htaccess files to folders which might contain sensitive information

github.com/TUM-Dev/TUM.sexy - e7a41f282ed426aa635fd48671f3b99b7e99b549 authored over 9 years ago
Reimplement lost changes in merger

github.com/TUM-Dev/TUM.sexy - cb150a487c3ec7cf366f0bb41f7887841ad06fea authored over 9 years ago
Merge branch 'master' of github.com:mammuth/TUM.sexy

# Conflicts:
# hunger/index.php

github.com/TUM-Dev/TUM.sexy - c5e935513ed1a139e870800dfc6d509a0ebd0f12 authored over 9 years ago
Switched hunger project over to use some awesome twig templating

github.com/TUM-Dev/TUM.sexy - 9bcaf99bbe31f2c3cd2c1c134e88980748d738b2 authored over 9 years ago
Removed vspaces in cover and title

\vspace is ignored at the start of the page, so it can just be
removed.

github.com/TUM-Dev/tum-thesis-latex - f0f8e51c3097d47c8024b4d9ecd67da0f766c68e authored over 9 years ago