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

reduce declaration redundancy by using guavas immutable collections

github.com/TUM-Dev/Campus-Android - fbc4ad02944f572cf12acc069e55903f1d7f95c6 authored over 8 years ago
fix lint warning ClickableViewAccessibility. We don't need to intercept all touches, but only clicks

github.com/TUM-Dev/Campus-Android - 1e8cb47dbe53d1857835685c30b4d772b3c86a2f authored over 8 years ago
fix #392. When DoNotDisturb mode is activated, we don't touch ringer modes now

github.com/TUM-Dev/Campus-Android - feafcc1bfa948b1397638be04fcb2742ab55b25a authored over 8 years ago
Refactor crypto instances to central places, to avoid having to catch NoSuchAlgorithmExceptions all the time.

RSA and SHA1WithRSA should be available everywhere, so those exceptions will never get thrown an...

github.com/TUM-Dev/Campus-Android - 69e89bc06d2aeeb0bdba706644e7bd0c21cb9dad authored over 8 years ago
remove unnecessary throws Exception

github.com/TUM-Dev/Campus-Android - adafa112e59c792ed64d9c20360eff21494c3077 authored over 8 years ago
use guava's UrlEscapers.urlPathSegmentEscaper() instead of java.net.URLEncoder to avoid catching of impossible UnsupportedEncodingExceptions

github.com/TUM-Dev/Campus-Android - cad8fc76bef78c2f04666b47a8db1eab61c3546e authored over 8 years ago
Fix FileNotFoundException when the cache has been cleaned manually

github.com/TUM-Dev/Campus-Android - 0203ea4fc7c0f27b931f1233c90d277f9b35a147 authored over 8 years ago
Merge pull request #390 from mhmadayad/feature/quiz

Feature/quiz

github.com/TUM-Dev/Campus-Android - da44b458fea47e8eb743430e5425b21da5d87058 authored over 8 years ago
- Made the size of the checkedFaculties boolean array dynamicaly according to the size of the fetched faculties size from the server and not hard coded any more

- Changed the handling of no internet in wiznavstartactivity (probably didn't got merged correctl...

github.com/TUM-Dev/Campus-Android - 535c41192944acae0810e0a55798fbfad570c73c authored over 8 years ago
suppress the translation warning for now

github.com/TUM-Dev/Campus-Android - 2ac63e945bd6b880ce3ee46215364c082c711b8b authored over 8 years ago
close cursors in SurveyManager

github.com/TUM-Dev/Campus-Android - ee558f92d93e24cedfa760574bf6591f4ff83468 authored over 8 years ago
fix ClickableViewAccessibility warning

github.com/TUM-Dev/Campus-Android - c41265554607030694ea218ed6f917463d3161d3 authored over 8 years ago
fix invalid layout_centerVertical

github.com/TUM-Dev/Campus-Android - 438f6b06c053dff9158b2f0ba49590fc56069405 authored over 8 years ago
reduce Exceptions to catch with com.google.common.base.Charsets.UTF_8

github.com/TUM-Dev/Campus-Android - 4ea7851c88c515c12b04dc65f989375ccaed415c authored over 8 years ago
fix unit tests not being runnable with guava

github.com/TUM-Dev/Campus-Android - a969f67fe8e6535569dc6cf366107c5414761ead authored over 8 years ago
fix Surveycard imports

github.com/TUM-Dev/Campus-Android - e6369bd1b6ce91fdd1d04dd714e6616b50eef085 authored over 8 years ago
fix caching and JSON error in TransportManager

github.com/TUM-Dev/Campus-Android - b6313421b07c7d46ae542b8b9c10a4a952d327e3 authored over 8 years ago
Merge pull request #375 from mhmadayad/feature/quiz

Feature/quiz

github.com/TUM-Dev/Campus-Android - d26c6c5b63b22422c8e56ef4d0270610f4fdf0ce authored over 8 years ago
PMD: Method names should not start with capital letters

github.com/TUM-Dev/Campus-Android - 8dabd21affbde2c031995a3dbafa8b7fe4bcd8bb authored over 8 years ago
FindBugs: don't write to static field CardManager.shouldRefresh from instance method

github.com/TUM-Dev/Campus-Android - 6b1bde4d5a6357ae610c87ec46255ad058aa075a authored over 8 years ago
Don't return null for an Optional

github.com/TUM-Dev/Campus-Android - e683a501b431629947d991a762d4a93bee0ca335 authored over 8 years ago
FindBugs: Don't rely on default encoding

github.com/TUM-Dev/Campus-Android - 7e76f8aa0c1f06720bd34349706e5712579b9d30 authored over 8 years ago
make sure we don't leak empty files to fix #388

github.com/TUM-Dev/Campus-Android - 0e28221ce06ac19944f5d3bf3dd53093e2ae7109 authored over 8 years ago
don't printStackTrace

github.com/TUM-Dev/Campus-Android - a8a52cdfe6f361a7e2c2890dfcb181721f531b23 authored over 8 years ago
rework all NetUtils and TUMOnlineRequest with Optionals

This is a pretty big change, since the interface of almost all networking interfaces, that enfor...

github.com/TUM-Dev/Campus-Android - ae262a303c5fb8f4f52c0eb1e4d3523e82d078a8 authored over 8 years ago
Merge remote-tracking branch 'upstream/master' into feature/quiz

Conflicts:
app/src/main/java/de/tum/in/tumcampusapp/activities/CafeteriaActivity.java
app/src/...

github.com/TUM-Dev/Campus-Android - 50c7779a7d86b76e8fcc82e9f44e0cb18fe6b235 authored over 8 years ago
fix #374 for good

see: https://stackoverflow.com/questions/16004891/

github.com/TUM-Dev/Campus-Android - 84d4852eb660ea5e68412150b83c1bf6489a08bb authored over 8 years ago
PMD: reformat ActivityAsyncTask

github.com/TUM-Dev/Campus-Android - e1fa430906ebf26db6fb914464ea38a1da27cc10 authored over 8 years ago
PMD: reformat ActivityAsyncTask

github.com/TUM-Dev/Campus-Android - 8676f6d8c9ae773fffad51edc5ffad84ac4b01ed authored over 8 years ago
PMD: remove unnecessary code

github.com/TUM-Dev/Campus-Android - 5f6f78a2ebf7ec1eb1c017fd7d9b63d42002c4e6 authored over 8 years ago
PMD: super should be called at the end of the method

github.com/TUM-Dev/Campus-Android - f5800010504b87380164abeef697122c1692ef0d authored over 8 years ago
fix wrong pmd ruleset location

github.com/TUM-Dev/Campus-Android - 0f876f46ffead50f395717ef31c7a36740ab689a authored over 8 years ago
fix AndroidLint warnings

github.com/TUM-Dev/Campus-Android - 4b1c5ec2ca05c9fb06d271c93a083c5867f9715b authored over 8 years ago
Update pmd.gradle

github.com/TUM-Dev/Campus-Android - 70cd8d50d37f9d134a2f3661ebf665a8c3763b26 authored over 8 years ago
PMD: Avoid if (x != y) ..; else ..;

github.com/TUM-Dev/Campus-Android - b5b6997086d86085204aa294fe74220a8e56728c authored over 8 years ago
PMD: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

github.com/TUM-Dev/Campus-Android - 91270be97f46e4ca8a3711c8f8b06413c5d988cf authored over 8 years ago
PMD: don't report varargs hints

github.com/TUM-Dev/Campus-Android - 17196ebaf5f2b6406606181856d0a7cc27f24fc5 authored over 8 years ago
PMD: don't report varargs hints

github.com/TUM-Dev/Campus-Android - 6dd0aab89951c6d571c266302aa25fd9f7d2647c authored over 8 years ago
PMD: declutter nested if statements

github.com/TUM-Dev/Campus-Android - 586e0026ac632473e6243706631b229c81bd4399 authored over 8 years ago
PMD: final variables naming conventions

github.com/TUM-Dev/Campus-Android - 0058d94b07a9050dd65a868a3c280f04cafc7334 authored over 8 years ago
PMD: rework ExceptionHandler

github.com/TUM-Dev/Campus-Android - 1284728422968f59f47480bc55685b6f5fe5b265 authored over 8 years ago
PMD: use interface instead instead of implementation types

github.com/TUM-Dev/Campus-Android - 07b684588117b67277c718bd7529d61a33a28140 authored over 8 years ago
PMD: remove unused locals

github.com/TUM-Dev/Campus-Android - d65918b8b981138317ce80e185b00c4910dde900 authored over 8 years ago
PMD: replace fields with local variables

github.com/TUM-Dev/Campus-Android - 803f681114b055021b20fc2d48344538af760978 authored over 8 years ago
PMD: fix Tests and CafeteriaActivity

github.com/TUM-Dev/Campus-Android - c138a8435e04693476811bfc8ab7814448ec24f9 authored over 8 years ago
PMD: rework DateUtils

github.com/TUM-Dev/Campus-Android - 0b5357eb63b6a4718e3a8c8db7e5a2326e9700d0 authored over 8 years ago
PMD: rework CafeteriaPrices

github.com/TUM-Dev/Campus-Android - 15592ae6b31bca89d7afad44986af3a808c9d39b authored over 8 years ago
PMD: remove unnecessary code

github.com/TUM-Dev/Campus-Android - b89de3a641390d266dce01193526ebdb2e9cb022 authored over 8 years ago
PMD: avoid declaring a variable if it is referenced before a possible exit point

github.com/TUM-Dev/Campus-Android - ce991f88e12ca0fe7f4fba9eac4bb2da574ada27 authored over 8 years ago
PMD: use isEmpty()

github.com/TUM-Dev/Campus-Android - 42cbd626dea3f3eb9f88d2dff50e4ac97c17013d authored over 8 years ago
remove Useless parentheses for PMD checks

github.com/TUM-Dev/Campus-Android - 6875c0f57c77cf93de9ce486d57c9e96010a7b3f authored over 8 years ago
remove Useless parentheses for PMD checks

github.com/TUM-Dev/Campus-Android - 487d467370f0e47d7f21b76db359691831e9465d authored over 8 years ago
remove redundant field initializers

github.com/TUM-Dev/Campus-Android - dbf2e95fdf2c4f994262512eb86c796300142efa authored over 8 years ago
add braces to control flow statements

github.com/TUM-Dev/Campus-Android - fe4967dd6212f97e70a7d82c989bd7d72db96a40 authored over 8 years ago
update PMD ruleset

github.com/TUM-Dev/Campus-Android - b1cdda115d52633057da384329c18756c62b6960 authored over 8 years ago
add final to variable declarations

github.com/TUM-Dev/Campus-Android - 20887d0a8584f040d986ecf5b65dc013a73999b9 authored over 8 years ago
add a PMD task with coding style guidelines

github.com/TUM-Dev/Campus-Android - 1bc67b2bebc1636a685fa8ab201e8ca98e16b502 authored over 8 years ago
GCMNotification should implement Serializable ad part of GCMNotification

github.com/TUM-Dev/Campus-Android - a5d27394eda83c8f38476ef03866c195982d4734 authored over 8 years ago
static writes should only occur in static methods

github.com/TUM-Dev/Campus-Android - 9599bd2507571c027d1aa5b4b77656e43f14ed6a authored over 8 years ago
some of the trace fields should be final

github.com/TUM-Dev/Campus-Android - aa00a467b3bcb1d2eddf8d867941d01e4364a05c authored over 8 years ago
Update findbugs.gradle

github.com/TUM-Dev/Campus-Android - a02389d95bda90da61da0b4aab2a52f8c5c99146 authored over 8 years ago
enable findbugs XML output for jenkins

github.com/TUM-Dev/Campus-Android - 07078d69cef53abbe67fe3e0296f16341c13665f authored over 8 years ago
Disable IKOM card

github.com/TUM-Dev/Campus-Android - 00bd8f7e4949a1775a9f701a136137737e6815be authored over 8 years ago
Fix access to UI thread from thread

github.com/TUM-Dev/Campus-Android - 8eab1fb6f7f6084f1648e33673d1773598effa75 authored over 8 years ago
ignore Failures in findbugs for now

I'll slowly fix those findbugs warnings and / or commit configuration files, but the build should...

github.com/TUM-Dev/Campus-Android - dcc9647b1f1990209a16d75973bad19afda4ab63 authored over 8 years ago
Findbugs to detect error via static code analysis for better code quality

github.com/TUM-Dev/Campus-Android - 3cd06aeecf1149a3727f1bcb0d6c57aa872f42b3 authored over 8 years ago
remove travis and versioneye from README-md

github.com/TUM-Dev/Campus-Android - 6b88fd79ec0f5435ff28e43f26f7812d65daa030 authored over 8 years ago
Showing target faculties for own questions is done

github.com/TUM-Dev/Campus-Android - cd5bfd53e1ac991337df2dd6e4682daae619ab79 authored over 8 years ago
displayed faculties

github.com/TUM-Dev/Campus-Android - 072b5867cf71357f0628036beccd87401545c1e6 authored over 8 years ago
- Mapped selected target faculties ids to selected target faculties names and give them to UI for display

github.com/TUM-Dev/Campus-Android - 8f6abc4ed8e3a1ae7b4a1b995b2763eca76dd4f7 authored over 8 years ago
Merge remote-tracking branch 'origin/feature/quiz' into feature/quiz

github.com/TUM-Dev/Campus-Android - 1e98f10325b43e619cc2df277b18bfdf97c91d92 authored over 8 years ago
- Added getfacultyName for a given facultyID in the surveyManager

github.com/TUM-Dev/Campus-Android - b0af56a33a4c35a1732067c746679e80a01f51d3 authored over 8 years ago
added alert dialog for chosen faculties for every question in responses

github.com/TUM-Dev/Campus-Android - 55d3da444d38d07f7818b24fe502dac97ded0206 authored over 8 years ago
Merge branch 'feature/quiz' of https://github.com/mhmadayad/TumCampusApp

github.com/TUM-Dev/Campus-Android - 8928ac7ed9f40ef0aac46435c2fd670d1c05b083 authored over 8 years ago
added favoritedish button listener with notification.

github.com/TUM-Dev/Campus-Android - 3ddc86e058e1a9e89ba1107f1153d1f1ff763e77 authored over 8 years ago
Merge remote-tracking branch 'upstream/master' into feature/quiz

Conflicts:
app/src/main/java/de/tum/in/tumcampusapp/auxiliary/Utils.java
app/src/main/res/valu...

github.com/TUM-Dev/Campus-Android - 0892ec13ffef8b95cf1f5298eb9c3018ef92df4f authored over 8 years ago
- Fetches the selectedFaculties for own submited questions from the server as a string array

- Coverts them to one string and store them in local database
- retrieve them in responses in sur...

github.com/TUM-Dev/Campus-Android - a4fac0cbdc6eee49e2d115cb230a1ab8ffa662a5 authored over 8 years ago
Fix NPE in DownloadService. Bump version.

github.com/TUM-Dev/Campus-Android - 57268450e621d6b3a570d293a6b785eb8ee21563 authored over 8 years ago
corrected the sting for auto-deletion of own questions that is shown to the user under responses

github.com/TUM-Dev/Campus-Android - 40344cbc1268fb94fc454f6ced30a5994ad91b94 authored over 8 years ago
- calculates the amount of days till the auto delete of own Questions and show them to the user under responses.

github.com/TUM-Dev/Campus-Android - 69eb2bfaee10f1fe464376215ecd1ae685d04e80 authored over 8 years ago
Merge remote-tracking branch 'origin/feature/quiz' into feature/quiz

github.com/TUM-Dev/Campus-Android - 968cce4624a9d3794d1c99020b8f6aacd28cffa1 authored over 8 years ago
getting the difference between the enddate and the current date to for the autodelete value of a given own question

github.com/TUM-Dev/Campus-Android - 668c34eb366bd755051e816cb3723fab9c6a13b3 authored over 8 years ago
update lintOptions

github.com/TUM-Dev/Campus-Android - 9958caabf5de9b5e19d17a4f16f8ed143f82ca62 authored over 8 years ago
check write calendar permission in CalenderManager

github.com/TUM-Dev/Campus-Android - d6a604d6ce61976b21915cbd2bdbdd35eb2d13fa authored over 8 years ago
update to API24 to support Android N

github.com/TUM-Dev/Campus-Android - 8ec992aa12f56ac02f41cd0e421eefdae5411a45 authored over 8 years ago
fix the overdraw AndroidLint warnings

github.com/TUM-Dev/Campus-Android - aceb5301b055faf1371b381d3072cfd27a5e052e authored over 8 years ago
remove the unused gradesactivity

we really don't need to keep dead code around, we can always revert this commit, if the grades we...

github.com/TUM-Dev/Campus-Android - d45ad306533919fb14470f03903a2931f758c45e authored over 8 years ago
add a first basic material transition between activities

i.e. no transition animations anymore when switching via the drawer and basic transisitons when c...

github.com/TUM-Dev/Campus-Android - 75ccdcc202ff12bb4a297ec45e3a948230f2ccb3 authored over 8 years ago
initialize the StartupActivity in a separate Thread to faster get to the loading screen

github.com/TUM-Dev/Campus-Android - 5a1f62111c811b2283777240c33cc7f09e013ff7 authored over 8 years ago
remove unused styles.xml

github.com/TUM-Dev/Campus-Android - adbe6768d8c186b7387016b1ac6dd5ddbf272149 authored over 8 years ago
Added textview for auto deletion of questions according to endDate

github.com/TUM-Dev/Campus-Android - 122a68b4c2a02e2f90c23fae0098ea079a071ba8 authored over 8 years ago
Merge branch 'feature/quiz' of https://github.com/mhmadayad/TumCampusApp

github.com/TUM-Dev/Campus-Android - f72b9c79b2d8a7701c1fc5d941f506f23bfe382d authored over 8 years ago
- Gets endDate for the given question in response tab

- calculates the difference between the end date and the current date and saves it in a variable ...

github.com/TUM-Dev/Campus-Android - 16167f41f6f2ea088baabf915efb93fb121859c6 authored over 8 years ago
-Updated CafeteriaCard and CafeteriaActiviy by adding FavoriteDishButton to mark dish as favorite (LinearLayouts)

-Created FavoriteDishService and FavoriteDishReceiver to handle notification.
-Tested it on speci...

github.com/TUM-Dev/Campus-Android - 2e9efc4d679ce2abf083cafa088067a64aa967af authored over 8 years ago
- translated around 1/6 of the strings in russian with help of a native speaker... to be continued

github.com/TUM-Dev/Campus-Android - dadd37b79790c59a75f775b64df9782de9543cba authored over 8 years ago
vectorize the github image

github.com/TUM-Dev/Campus-Android - 7616884baff40695b862aa1a0120a8543fd18ffc authored over 8 years ago
replace the splash screen with a vectorized one

github.com/TUM-Dev/Campus-Android - b120942294c648e327afb618e7912e8d4105dd7f authored over 8 years ago
move remaining raster images to nodpi

github.com/TUM-Dev/Campus-Android - 8f02ce232928bf683d6428ab55c7c5f67b50ad78 authored over 8 years ago