798 Commits

Author SHA1 Message Date
k0shk0sh
d3d845ff51 some bug fixes 2018-01-04 18:37:27 +01:00
veyndan
d648cb901d Rename KParcelable to KotlinParcelable 2017-12-31 15:55:51 +00:00
veyndan
3b2aa6d634 Add Parcel extension function to allowing reading and writing of a Boolean 2017-12-30 18:24:03 +00:00
veyndan
cc86734121 Used keyword to reduce boilerplate in Kotlin implementations of Parcelable's writeToParcel(…) 2017-12-30 18:13:26 +00:00
veyndan
a34934dc05 Reduce Parcelable CREATOR object creation boilerplate for Kotlin classes 2017-12-30 18:06:13 +00:00
veyndan
60a553feda Force Kotlin implementations of Parcelable to enforce the Parcel argument of writeToParcelable to be non null 2017-12-30 17:59:55 +00:00
veyndan
6fe31c1f33 Make Kotlin implementations of Parcelable return 0 for describeContents() 2017-12-30 17:58:51 +00:00
k0shk0sh
a4e20b5c24 release 4.6.0 2017-12-17 12:58:31 +01:00
k0shk0sh
7cfd930071 Merge remote-tracking branch 'origin/development' into development 2017-12-17 12:33:37 +01:00
k0shk0sh
3170855e97 this commit fixes #1332 2017-12-17 12:33:29 +01:00
Kosh Sergani
7688c429bc
Merge branch 'development' into polish 2017-12-14 22:01:50 +01:00
Kejn
48a6a299c7 Strings adjustments:
- reverted the untranslatable strings (like 'Gists', 'Starred', etc.)
- removed 'no_issue' (not used in application)
- removed 'no_open_issues' and 'no_closed_issues' ('no_issues' is used instead)
- removed 'no_open_pull_requests' and 'no_closed_pull_requests' ('no_pull_requests' is used instead)
2017-12-14 20:47:35 +01:00
k0shk0sh
e260f728d4 some bug fixes & starred gists 2017-12-13 20:58:27 +01:00
Kejn
b9e3510540 Added Polish laguage support.
Added 'no_pull_requests' string for all translations.
Suggested to add a few strings for i18n.
2017-12-10 22:53:02 +01:00
k0shk0sh
7710c335fd add labels & milestone deeplinks fixes #1274 2017-12-03 09:09:40 +01:00
k0shk0sh
3926380470 this commit fixes #1283 and fixes #1287 2017-12-03 08:57:18 +01:00
k0shk0sh
1c8d6d9c18 this commit fixes #1284 2017-12-02 13:03:15 +01:00
k0shk0sh
c57eb555ed committing latest changes 2017-12-02 11:21:48 +01:00
k0shk0sh
1f7eb78496 added in app notifications 2017-11-19 10:52:06 +01:00
k0shk0sh
6c394e744b display pr review state 2017-11-19 10:08:29 +01:00
k0shk0sh
e4ad3a3072 in app notifications & targeting android 27 2017-11-18 13:15:56 +01:00
k0shk0sh
793ffd663e releasing 4.5.5 2017-11-11 11:26:05 +01:00
k0shk0sh
630aed3eef readying for 4.5.3 2017-11-05 12:44:19 +01:00
k0shk0sh
8651c760ce committing 4.5.2 source code and other changes for 4.5.3 2017-11-05 12:29:03 +01:00
Yakov
6cd145b947
Fixes #1204 2017-10-29 10:40:16 -04:00
k0shk0sh
e295022a20 readying for 4.5.1 2017-10-28 20:45:26 +02:00
k0shk0sh
e17cbe3599 show message when search results are incomplete 2017-10-28 20:25:26 +02:00
Kosh Sergani
49bdb93272
Merge branch 'development' into development_local 2017-10-28 20:01:21 +02:00
k0shk0sh
5ed9f3c8e4 this commit fixes #1181 and fixes #1191 2017-10-28 20:00:57 +02:00
Ruslan Boitsov
de67ceb446
Fix for #876
The notifications really can't work under Oreo, because you make the channel with some strange id, while providing the id as the name in the next argument. Maybe not the best fix, but I find this string to be as cool of an id as it is of a name. Definitely better than having no notifications at all.
2017-10-28 15:44:10 +03:00
k0shk0sh
425776e451 this commit fixes #1188 fixes #1182 fixes #1170 fixes #1169 fixes #1096 2017-10-27 18:00:48 +02:00
k0shk0sh
251c582fcf Merge remote-tracking branch 'remotes/origin/master' 2017-10-27 17:24:16 +02:00
k0shk0sh
e53a1f74a4 removed unused code 2017-10-27 17:23:34 +02:00
Kosh Sergani
e0c9bed105 Fixed pr status 2017-10-23 07:49:15 +02:00
k0shk0sh
a4cc92b2ce releasing 4.5.0 2017-10-22 08:23:55 +02:00
k0shk0sh
64a7b52066 this commit fixes #1168 and some other bugs 2017-10-22 08:08:13 +02:00
k0shk0sh
0a1b828130 Merge remote-tracking branch 'origin/master' 2017-10-21 23:20:24 +02:00
k0shk0sh
3b9d6a9320 this commit fixes #1007 and readying for 4.5.0 2017-10-21 23:20:14 +02:00
k0shk0sh
0f0342acb0 removed fork flag and used checkbox instead 2017-10-21 19:24:24 +02:00
k0shk0sh
18bb2c857d this commit improves search user & orgs repos 2017-10-21 19:20:46 +02:00
Kosh Sergani
9dd068d6c8 Merge pull request #1164 from the-cybersapien/master
Added Ability to Seach a User/Org's Repo
2017-10-21 19:01:26 +02:00
k0shk0sh
b061963c92 committing branch 2017-10-21 18:59:17 +02:00
k0shk0sh
0ffe15418a this commit fixes #1013 and fixes #917 2017-10-21 18:54:22 +02:00
Aditya Aggarwal
3721ab16a9 Changed the convention 2017-10-21 21:02:37 +05:30
Aditya Aggarwal
a3f8091a72 removed username field 2017-10-21 20:46:23 +05:30
Aditya Aggarwal
dfdb377dee Changed Position of Search to Filter BottomSheet
Also fixed the FC on orientation change
2017-10-21 20:12:41 +05:30
Aditya Aggarwal
b246982300 Merge remote-tracking branch 'upstream/master' 2017-10-21 17:34:40 +05:30
Aditya Aggarwal
5b46cb116b Add Ability to Search User/Org Repo 2017-10-21 17:34:35 +05:30
k0shk0sh
8bfc935ab1 this commit fixes #1145 fixes #1144 fixes #1077
this commit also enhance some UI elements and fixes bugs from crash reports
2017-10-21 10:01:31 +02:00
k0shk0sh
0678e09d4c added github status checking automatically 2017-10-18 19:06:15 +02:00